/**********************************************************************************************************************************************************************

modified copy of library's main.css. after compiling that, use find/replace to change breakpoints at 64em to 70em. this makes hamburger menu come sooner GPD 7-13-21

**********************************************************************************************************************************************************************/

@charset "UTF-8";
@keyframes zoomin {
    0% {
        transform: scale(0.75);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        transform: none;
    }
}
.animated {
    visibility: visible !important;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.bounceInDown {
    animation-name: bounceInDown;
}
.wf-loading * {
    opacity: 0;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
:after,
:before {
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    line-height: 1.5em;
    background-color: #fff;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #032c4c;
}
a,
a:focus,
a:hover {
    text-decoration: none;
}
a:focus,
a:hover {
    color: #000102;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.5em;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0;
    border-top: 1px solid #f6f6f6;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.filter__main .search__results__title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.sidebar__heading,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.5em;
    color: inherit;
}
.filter__main .search__results__title .small,
.filter__main .search__results__title small,
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
.sidebar__heading .small,
.sidebar__heading small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #e9e8e8;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 24px;
    margin-bottom: 12px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}
.filter__main .search__results__title,
.h4,
.h5,
.h6,
.sidebar__heading,
h4,
h5,
h6 {
    margin-top: 12px;
    margin-bottom: 12px;
}
.filter__main .search__results__title .small,
.filter__main .search__results__title small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
.sidebar__heading .small,
.sidebar__heading small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}
.h1,
h1 {
    font-size: 44px;
}
.h2,
h2 {
    font-size: 36px;
}
.filter__main .search__results__title,
.h4,
h4 {
    font-size: 22px;
}
.h5,
h5 {
    font-size: 17px;
}
.h6,
.sidebar__heading,
h6 {
    font-size: 15px;
}
p {
    margin: 0 0 12px;
}
.lead {
    margin-bottom: 24px;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.5em;
}
@media (min-width: 768px) {
    .lead {
        font-size: 25.5px;
    }
}
.small,
small {
    font-size: 88%;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.initialism,
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #e9e8e8;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 11px;
    margin: 48px 0 24px;
    border-bottom: 1px solid #f6f6f6;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 12px;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 24px;
}
dd,
dt {
    line-height: 1.5em;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
    display: table;
    content: " ";
}
.dl-horizontal dd:after {
    clear: both;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
}
.initialism {
    font-size: 90%;
}
blockquote {
    padding: 12px 24px;
    margin: 0 0 24px;
    font-size: 21.25px;
    border-left: 5px solid #f6f6f6;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.5em;
    color: #e9e8e8;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #f6f6f6;
    border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014";
}
address {
    margin-bottom: 24px;
    font-style: normal;
    line-height: 1.5em;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}
code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
code,
kbd {
    padding: 2px 4px;
    font-size: 90%;
}
kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none;
}
pre {
    display: block;
    padding: 11.5px;
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container:after,
.container:before {
    display: table;
    content: " ";
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid:after,
.container-fluid:before {
    display: table;
    content: " ";
}
.container-fluid:after {
    clear: both;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:after,
.row:before {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-1 {
    width: 8.33333%;
}
.col-xs-2 {
    width: 16.66667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.33333%;
}
.col-xs-5 {
    width: 41.66667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.33333%;
}
.col-xs-8 {
    width: 66.66667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.33333%;
}
.col-xs-11 {
    width: 91.66667%;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.33333%;
}
.col-xs-pull-2 {
    right: 16.66667%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-4 {
    right: 33.33333%;
}
.col-xs-pull-5 {
    right: 41.66667%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-7 {
    right: 58.33333%;
}
.col-xs-pull-8 {
    right: 66.66667%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-10 {
    right: 83.33333%;
}
.col-xs-pull-11 {
    right: 91.66667%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.33333%;
}
.col-xs-push-2 {
    left: 16.66667%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-4 {
    left: 33.33333%;
}
.col-xs-push-5 {
    left: 41.66667%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-7 {
    left: 58.33333%;
}
.col-xs-push-8 {
    left: 66.66667%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-10 {
    left: 83.33333%;
}
.col-xs-push-11 {
    left: 91.66667%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
.col-xs-offset-1 {
    margin-left: 8.33333%;
}
.col-xs-offset-2 {
    margin-left: 16.66667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.33333%;
}
.col-xs-offset-5 {
    margin-left: 41.66667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.33333%;
}
.col-xs-offset-8 {
    margin-left: 66.66667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.33333%;
}
.col-xs-offset-11 {
    margin-left: 91.66667%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
table {
    background-color: transparent;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #e9e8e8;
}
caption,
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.5em;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}
fieldset {
    min-width: 0;
    margin: 0;
}
fieldset,
legend {
    padding: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    font-size: 25.5px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type="search"] {
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    padding-top: 7px;
}
.form-control,
output {
    display: block;
    font-size: 17px;
    line-height: 1.5em;
    color: #413f46;
}
.form-control {
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f6f6f6;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control {
        line-height: 38px;
    }
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm input[type="time"],
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
        line-height: 34px;
    }
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg input[type="time"],
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
        line-height: 52px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed;
}
.checkbox label,
.radio label {
    min-height: 24px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.radio-inline input[type="radio"],
.radio input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.form-control-static {
    min-height: 41px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-sm {
    height: 34px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
select.input-sm {
    height: 34px;
    line-height: 34px;
}
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 34px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 34px;
    line-height: 34px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 34px;
    min-height: 39px;
    padding: 6px 10px;
    font-size: 15px;
    line-height: 1.5;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg {
    height: 52px;
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.5em;
    border-radius: 6px;
}
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
select.input-lg {
    height: 52px;
    line-height: 52px;
}
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 52px;
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.5em;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 52px;
    line-height: 52px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 52px;
    min-height: 46px;
    padding: 11px 16px;
    font-size: 22px;
    line-height: 1.5em;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 47.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 52px;
    height: 52px;
    line-height: 52px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 34px;
    height: 34px;
    line-height: 34px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 31px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    display: table;
    content: " ";
}
.form-horizontal .form-group:after {
    clear: both;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 22px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 15px;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.5em;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #a8002a;
    text-decoration: none;
}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default,
.btn-default.focus,
.btn-default:focus {
    color: #a8002a;
    background-color: transparent;
}
.btn-default.focus,
.btn-default:focus {
    border-color: #29000a;
}
.btn-default:hover {
    color: #a8002a;
    background-color: transparent;
    border-color: #6b001b;
}
.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
    color: #a8002a;
    background-color: transparent;
    background-image: none;
    border-color: #6b001b;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
    color: #a8002a;
    background-color: transparent;
    border-color: #29000a;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: transparent;
    border-color: #a8002a;
}
.btn-default .badge {
    color: transparent;
    background-color: #a8002a;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    font-weight: 400;
    color: #032c4c;
    border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
    color: #000102;
    text-decoration: none;
    background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #e9e8e8;
    text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.5em;
    border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown,
.dropup {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 17px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.5em;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #e9e8e8;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 15px;
    line-height: 1.5em;
    color: #e9e8e8;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar:after,
.btn-toolbar:before {
    display: table;
    content: " ";
}
.btn-toolbar:after {
    clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-group-lg > .btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-group-lg > .btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before {
    display: table;
    content: " ";
}
.btn-group-vertical > .btn-group:after {
    clear: both;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus {
    z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    color: #413f46;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 22px;
    border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group .form-control:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn,
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav:after,
.nav:before {
    display: table;
    content: " ";
}
.nav:after {
    clear: both;
}
.nav > li,
.nav > li > a {
    position: relative;
    display: block;
}
.nav > li > a {
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}
.nav > li.disabled > a {
    color: #e9e8e8;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #e9e8e8;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
    border-color: #032c4c;
}
.nav .nav-divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #413f46;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.5em;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #f6f6f6 #f6f6f6 #413f46;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #850928;
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: transparent;
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 24px;
    border: 1px solid transparent;
}
.navbar:after,
.navbar:before {
    display: table;
    content: " ";
}
.navbar:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}
.navbar-header:after,
.navbar-header:before {
    display: table;
    content: " ";
}
.navbar-header:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse:after,
.navbar-collapse:before {
    display: table;
    content: " ";
}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 13px 15px;
    font-size: 22px;
    line-height: 24px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container-fluid .navbar-brand,
    .navbar > .container .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 6.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 24px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 13px;
        padding-bottom: 13px;
    }
}
.navbar-form {
    padding: 10px 15px;
    margin: 6px -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1), 0 1px 0 hsla(0, 0%, 100%, 0.1);
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 6px;
    margin-bottom: 6px;
}
.btn-group-sm > .navbar-btn.btn,
.navbar-btn.btn-sm {
    margin-top: 8px;
    margin-bottom: 8px;
}
.btn-group-xs > .navbar-btn.btn,
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 13px;
    margin-bottom: 13px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #032c4c;
    border-color: 0;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #e6e6e6;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: transparent;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: 0;
}
.navbar-default .btn-link,
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover,
.navbar-default .navbar-link,
.navbar-default .navbar-link:hover {
    color: #fff;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}
.navbar-inverse .navbar-brand {
    color: #fff;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #090909;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .btn-link,
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover,
.navbar-inverse .navbar-link,
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 24px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/ ";
}
.breadcrumb > .active {
    color: #e9e8e8;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 24px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.5em;
    color: #850928;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #fff;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #000102;
    background-color: #f6f6f6;
    border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #413f46;
    cursor: default;
    background-color: #f6f6f6;
    border-color: #fff;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #e9e8e8;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.5em;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 24px 0;
    text-align: center;
    list-style: none;
}
.pager:after,
.pager:before {
    display: table;
    content: " ";
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #f6f6f6;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #e9e8e8;
    cursor: not-allowed;
    background-color: transparent;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label-default {
    background-color: #e9e8e8;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #d0cece;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #e9e8e8;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #032c4c;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #f6f6f6;
}
.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #ddd;
}
.container-fluid .jumbotron,
.container .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container-fluid .jumbotron,
    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 77px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 24px;
    line-height: 1.5em;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #032c4c;
}
.alert {
    padding: 15px;
    margin-bottom: 24px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: 700;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 24px;
    margin-bottom: 24px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #e9e8e8;
    cursor: not-allowed;
    background-color: #f6f6f6;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #e9e8e8;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
}
a.list-group-item,
button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.5em;
}
.panel {
    margin-bottom: 24px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-body:after,
.panel-body:before {
    display: table;
    content: " ";
}
.panel-body:after {
    clear: both;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle,
.panel-title {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table-responsive > .table caption,
.panel > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 24px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #850928;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #850928;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #850928;
}
.panel-default > .panel-heading .badge {
    color: transparent;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #850928;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 25.5px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 15px;
    filter: alpha(opacity=0);
    opacity: 0;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
}
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    left: 5px;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 17px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 17px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.clearfix:after,
.clearfix:before {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
* {
    box-sizing: border-box;
}
:root {
    font-size: 100%;
    overflow-x: hidden;
    word-wrap: break-word;
}
input[type="radio"] {
    border: 0.0625rem solid #413f46;
    border-radius: 0.5rem;
    background-color: #fff;
}
input[type="radio"]:checked {
    background: #000;
}
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
button {
    cursor: pointer;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
svg {
    fill: currentColor;
}
.svgstore {
    display: block;
    position: relative;
}
.svgstore:before {
    display: block;
    content: "";
}
.svgstore svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.svgstore--AskUs_FAQ:before {
    padding-bottom: 75.29412%;
}
.svgstore--Blogger:before {
    padding-bottom: 100%;
}
.svgstore--Logo_Libraries_Desktop:before {
    padding-bottom: 13.70968%;
}
.svgstore--Logo_Libraries_Mobile:before {
    padding-bottom: 13.72549%;
}
.svgstore--Logo_WomansCollection_Desktop:before {
    padding-bottom: 5.71992%;
}
.svgstore--Logo_WomansCollection_Mobile:before {
    padding-bottom: 27.14286%;
}
.svgstore--Pinterest:before {
    padding-bottom: 100%;
}
.svgstore--RequestMaterials:before {
    padding-bottom: 96.9697%;
}
.svgstore--ReserveARoom:before {
    padding-bottom: 112.5%;
}
.svgstore--TWU_Logo_Desktop:before {
    padding-bottom: 12.66376%;
}
.svgstore--TWU_Logo_Mobile:before {
    padding-bottom: 18.01802%;
}
.svgstore--arrow:before {
    padding-bottom: 54.34783%;
}
.svgstore--arrow_carousel:before {
    padding-bottom: 191.48936%;
}
.svgstore--arrow_left:before,
.svgstore--arrow_right:before {
    padding-bottom: 166.66667%;
}
.svgstore--chevron-down:before,
.svgstore--chevron-up:before,
.svgstore--close:before,
.svgstore--facebook:before,
.svgstore--flickr:before {
    padding-bottom: 100%;
}
.svgstore--google_plus:before {
    padding-bottom: 100.30488%;
}
.svgstore--instagram:before,
.svgstore--linkedin:before,
.svgstore--menu:before,
.svgstore--play:before {
    padding-bottom: 100%;
}
.svgstore--quote:before {
    padding-bottom: 78.64078%;
}
.svgstore--quote_fill:before {
    padding-bottom: 98.48485%;
}
.svgstore--search:before {
    padding-bottom: 100%;
}
.svgstore--snapchat:before {
    padding-bottom: 93.93939%;
}
.svgstore--tripadvisor:before {
    padding-bottom: 100%;
}
.svgstore--twitter:before {
    padding-bottom: 81.35095%;
}
.svgstore--vimeo:before {
    padding-bottom: 100%;
}
.svgstore--youtube:before {
    padding-bottom: 70.34857%;
}
.svgstore--youtube_wordmark:before {
    padding-bottom: 41.72123%;
}
body {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5em;
    color: #333;
}
.filter__main .search__results__title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.sidebar__heading,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}
.filter__main .snuggle.search__results__title,
.h1.snuggle,
.h2.snuggle,
.h3.snuggle,
.h4.snuggle,
.h5.snuggle,
.h6.snuggle,
.snuggle.sidebar__heading,
h1.snuggle,
h2.snuggle,
h3.snuggle,
h4.snuggle,
h5.snuggle,
h6.snuggle {
    margin-bottom: 1rem;
}
.h1,
h1 {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.0952;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
@media screen and (min-width: 320px) {
    .h1,
    h1 {
        font-size: calc(36px + 9 * (100vw - 320px) / 1120);
    }
}
@media screen and (min-width: 1440px) {
    .h1,
    h1 {
        font-size: 45px;
    }
}
.h2,
h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
}
.h2,
.h3,
h2,
h3 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.h3,
h3 {
    font-family: adelle, serif;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.5em;
}
@media screen and (min-width: 320px) {
    .h3,
    h3 {
        font-size: calc(29px + -1 * (100vw - 320px) / 1120);
    }
}
@media screen and (min-width: 1440px) {
    .h3,
    h3 {
        font-size: 28px;
    }
}
.filter__main .search__results__title,
.h4,
h4 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.5em;
}
.filter__main .search__results__title,
.h4,
.h5,
h4,
h5 {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    font-weight: 500;
}
.h5,
h5 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5em;
}
.h6,
.sidebar__heading,
h6 {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5em;
}
a:not([class]) {
    background-image: linear-gradient(#a8002a, #a8002a);
    background-repeat: repeat-x;
    background-position: 0 90%;
    background-size: 100% 0.0625rem;
    color: #000;
}
a:not([class]):hover {
    color: #a8002a;
    background-image: none;
    text-decoration: none;
}
hr {
    margin-top: 5rem;
    margin-bottom: 5rem;
    border-top: 0.0625rem solid #413f46;
}
ol,
ul {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-left: 1.25rem;
}
li {
    margin-bottom: 0.75rem;
}
.p--large {
    font-size: 18px;
    font-size: 1.125rem;
    color: #000;
    line-height: 1.555;
}
p {
    line-height: 1.556rem;
    margin: 0 0 1.111rem;
}
.feature__block__content p,
.p--small {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1.333rem;
    line-height: 1.562rem;
}
.p--mid {
    line-height: 1.75;
    margin-bottom: 1.25rem;
}
.heading__link,
.p--mid {
    font-size: 16px;
    font-size: 1rem;
}
.heading__link {
    display: inline-block;
    vertical-align: middle;
    color: #a8002a;
    padding-bottom: 0.1em;
    background-image: linear-gradient(#a8002a, #a8002a);
    background-repeat: repeat-x;
    background-position: 0 90%;
    background-size: 100% 0.0625rem;
}
@media (min-width: 32em) {
    .heading__link {
        margin-left: 1rem;
    }
}
.heading__link:hover {
    background-image: none;
    color: #a8002a;
}
blockquote {
    border-left: 0;
    position: relative;
    margin: 3rem 0;
}
blockquote:before {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23fff%22%20width%3D%2266%22%20height%3D%2265%22%20viewBox%3D%220%200%2066%2065%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M32.5%2065C50.45%2065%2065%2050.45%2065%2032.5S50.45%200%2032.5%200%200%2014.55%200%2032.5%2014.55%2065%2032.5%2065zM43%2042.6c-5.3-.3-8.7-1-8.7-5.4%200-1.4.6-2.7%201.3-4.1L40.9%2023l3.6%201.4-2.9%209.4c-.1.5%200%20.7.5.9L45%2036l-2%206.6zm-14.3%200c-5.3-.3-8.7-1-8.7-5.4%200-1.4.6-2.7%201.3-4.1L26.6%2023l3.6%201.4-2.9%209.4c-.1.5%200%20.7.5.9l2.9%201.3-2%206.6z%22%20fill%3D%22%23CA4A24%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 1rem;
    width: 4.1rem;
    height: 4.1rem;
    content: "";
    background-size: 100%;
}
blockquote p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5em;
    margin-left: 5rem;
}
blockquote cite {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-style: normal;
    margin-top: 0.5rem;
}
.blockquote--alt {
    padding: 0;
}
.blockquote--alt:before {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23fff%22%20width%3D%2266%22%20height%3D%2265%22%20viewBox%3D%220%200%2066%2065%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M32.5%2065C50.45%2065%2065%2050.45%2065%2032.5S50.45%200%2032.5%200%200%2014.55%200%2032.5%2014.55%2065%2032.5%2065zM43%2042.6c-5.3-.3-8.7-1-8.7-5.4%200-1.4.6-2.7%201.3-4.1L40.9%2023l3.6%201.4-2.9%209.4c-.1.5%200%20.7.5.9L45%2036l-2%206.6zm-14.3%200c-5.3-.3-8.7-1-8.7-5.4%200-1.4.6-2.7%201.3-4.1L26.6%2023l3.6%201.4-2.9%209.4c-.1.5%200%20.7.5.9l2.9%201.3-2%206.6z%22%20fill%3D%22%23CA4A24%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    position: static;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.blockquote--alt p {
    margin-left: 0;
}
.blockquote--alt cite {
    text-align: center;
}
.ul--plain,
.ul--plain-inline {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ul--plain-inline li {
    display: block;
}
@media (min-width: 48em) {
    .ul--plain-inline li {
        display: inline-block;
    }
}
@media (min-width: 48em) {
    .ul--plain-inline li + li {
        margin-left: 2rem;
    }
}
.p--maroon {
    color: #850928;
}
.x-large {
    font-weight: 700;
    font-size: 180%;
}
.large {
    font-size: 19px;
    font-size: 1.4rem;
    color: #413f46;
    line-height: 1.778rem;
    font-weight: 700;
}
.mid {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.25rem;
}
.small {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 1.333rem;
    line-height: 1.556rem;
}
.maroon-text {
    color: #850928;
}
.page {
    padding-top: 122px;
    overflow: hidden;
    position: relative;
}
@media (min-width: 70em) {
    .page {
        padding-top: 154px;
    }
}
.collection .page,
.home .page {
    padding-top: 0;
}
.menu-active .page {
    overflow: hidden;
}
.collection {
    background-color: #f6f6f6;
}
.wrap {
    max-width: 80rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
.wrap:after,
.wrap:before {
    content: "";
    display: table;
}
.wrap:after {
    clear: both;
}
@media (min-width: 48em) {
    .wrap {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 90em) {
    .wrap {
        padding-right: 3rem;
        padding-left: 3rem;
    }
}
.wrap--wide {
    max-width: 96rem;
}
.wrap--narrow {
    max-width: 70rem;
}
.wrap--slim {
    max-width: 58rem;
}
.wrap--relative {
    position: relative;
}
.main,
.sidebar {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
@media (min-width: 70em) {
    .main,
    .sidebar {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
}
.main {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
@media (min-width: 70em) {
    .main {
        margin-top: 5rem;
        margin-bottom: 5rem;
        width: calc(100% - 22rem);
        float: right;
    }
}
@media (min-width: 90em) {
    .main {
        width: calc(100% - 24rem);
    }
}
@media (min-width: 70em) {
    .main--center {
        margin-right: auto;
        margin-left: auto;
        float: none;
    }
}
.main--full-width {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
@media (min-width: 70em) {
    .main--full-width {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
}
.main-1-col {
    max-width: 900px;
    margin: 1.25rem auto 2.25rem;
}
@media (min-width: 70em) {
    .sidebar {
        width: 18rem;
        float: left;
        clear: left;
    }
}
@media (min-width: 70em) {
    .main + .sidebar + .main {
        margin-top: 0;
    }
}
.sidebar--secondary {
    margin-top: -2rem;
}
.section--tall {
    margin: 5rem 0;
}
.section--tall-top {
    margin-top: 5rem;
}
.section__spacing--tall {
    padding: 5rem 0;
}
.section--tall-bottom {
    margin-bottom: 5rem;
}
.section--gray-lighter {
    background-color: #f6f6f6;
}
.section--border-bottom {
    border-bottom: 10px solid #850928;
}
.heading {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    margin-bottom: 0;
}
@media (min-width: 70em) {
    .heading {
        margin-top: 5rem;
        margin-bottom: 5rem;
        margin-bottom: 0;
    }
}
.heading .h1,
.heading h1 {
    margin-top: 1.5rem;
    margin-bottom: 0;
}
@media (min-width: 70em) {
    .main--left {
        float: left;
    }
}
@media (min-width: 70em) {
    .sidebar--right {
        float: right;
        clear: right;
    }
}
@media (min-width: 48em) {
    .align-left,
    .align-right {
        max-width: 33.3333%;
    }
}
@media (min-width: 48em) {
    .align-small {
        max-width: 25%;
    }
}
@media (min-width: 48em) {
    .align-zero {
        margin-bottom: 0;
    }
}
.full-width {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.vertical-center-parent {
    display: table;
    table-layout: fixed;
}
.vertical-center-child {
    display: block;
}
@media (min-width: 48em) {
    .vertical-center-child {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
}
.indent {
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding-left: 1.25rem;
    border-left: 0.5rem solid #032c4c;
}
.indent > :first-child {
    margin-top: 0;
}
.indent > :last-child {
    margin-bottom: 0;
}
.hide {
    position: absolute;
    left: -999rem;
}
.sr-hide {
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
}
.skip a,
.sr-hide {
    position: absolute;
    overflow: hidden;
}
.skip a {
    left: -10000rem;
    top: -2rem;
    width: 0.1rem;
    height: 0.1rem;
    z-index: 100;
    color: #fff;
    outline: 0;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-bottom-right-radius: 0.3rem;
    transition: top 1s ease-out;
}
.skip a:focus {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    background: #a8002a;
    transition: top 0.1s ease-in;
}
.mobile--hidden {
    position: absolute;
    left: -999rem;
}
@media (min-width: 70em) {
    .mobile--hidden {
        position: static;
        left: 0;
    }
}
.break:after {
    content: "\000A";
    white-space: pre;
}
@media (min-width: 70em) {
    .break:after {
        content: "\000A";
    }
}
.color__box {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin: 1rem;
}
.maroon {
    background-color: #850928;
}
.white {
    background-color: #fff;
    border: 0.1rem solid #e9e8e8;
}
.red {
    background-color: #a8002a;
}
.blue {
    background-color: #032c4c;
}
.yellow {
    background-color: #eba836;
}
.orange {
    background-color: #ca4a24;
}
.gray-lighter {
    background-color: #f6f6f6;
}
.gray-light {
    background-color: #e9e8e8;
}
.gray {
    background-color: #413f46;
}
.black {
    background-color: #000;
}
.red-gradient {
    background-image: linear-gradient(#b4002e, #850928);
}
.orange-gradient {
    background-image: linear-gradient(#ca4a24, #b2300a);
}
.blue-gradient {
    background-image: linear-gradient(#075783, #032c4c);
}
.serif {
    font-family: adelle, serif;
}
.sans-serif {
    font-family: "Montserrat", sans-serif;
}
@media (min-width: 48em) {
    .pull-right-alt {
        float: right;
    }
}
.accordion {
    padding-left: 1em;
    background-color: #fff;
    padding: 0.7em;
    color: #850928;
    border-color: #850928;
    font-size: 1.25em;
}
.accordion-link {
    text-decoration: none;
}
.caret {
    margin-top: 13px;
    margin-left: 8px;
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    float: right;
}
.accordion-list {
    padding-left: 2em;
}
.accordion-list li a {
    color: #850928;
}
.block-grid-wrap {
    overflow: hidden;
    clear: right;
}
.block-grid {
    margin: 0;
    padding: 0;
    list-style: none;
}
.block-grid:after,
.block-grid:before {
    content: "";
    display: table;
}
.block-grid:after {
    clear: both;
}
.block-grid__item {
    padding: 1rem 0.5rem 0;
    transition: opacity 0.4s ease;
}
@media (min-width: 32em) {
    .block-grid__item {
        float: left;
        width: 50%;
    }
}
@media (min-width: 48em) {
    .block-grid__item {
        width: 33.333%;
    }
}
.block-grid__item--inactive {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: none;
}
.block-grid__item--placeholder {
    position: static;
    width: auto;
    height: auto;
}
@media (min-width: 32em) {
    .block-grid__item--placeholder {
        width: 50%;
    }
}
@media (min-width: 48em) {
    .block-grid__item--placeholder {
        width: 33.333%;
    }
}
.block-grid__expanded {
    clear: both;
    display: none;
    opacity: 1;
    transition: opacity 0.4s ease;
}
.block-grid__expanded--active {
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.block-grid__expanded__close {
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 1.5rem;
}
@media (min-width: 32em) {
    .block-grid__expanded__close {
        top: 1.5rem;
        right: 2rem;
    }
}
.block-grid__expanded__close--icon {
    display: block;
    width: 1rem;
    color: #a8002a;
}
.button-block {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0 2rem;
    height: 5.5rem;
    color: #850928;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center;
}
.block-grid__item--active .button-block,
.button-block:hover {
    color: #fff;
    background: #850928;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.block {
    position: relative;
}
.block--half {
    margin-bottom: 0.5rem;
}
.block--half-pull {
    background-image: linear-gradient(-169deg, #fff 65%, #eceaea);
}
@media (min-width: 48em) {
    .block--half-pull {
        background-image: linear-gradient(27deg, #fbfbfb 43%, #eceaea);
    }
}
.block--half-push {
    background-image: linear-gradient(-169deg, #fff 65%, #eceaea);
}
@media (min-width: 48em) {
    .block--half-push {
        background-image: linear-gradient(169deg, #fbfbfb 43%, #eceaea);
    }
}
.block--slider .btn {
    white-space: normal;
}
.block__row {
    margin: 0 auto;
    max-width: 80rem;
    width: 100%;
}
.block__row:after,
.block__row:before {
    content: "";
    display: table;
}
.block__row:after {
    clear: both;
}
.block__row .col-sm-6 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.block__image--half {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
}
.block__image--half img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
}
@media (min-width: 48em) {
    .block__image--half {
        position: absolute;
        width: 55%;
    }
}
.block--half-pull .block__image--half {
    left: auto;
    right: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
}
.block--half-push .block__image--half {
    left: 0;
    right: auto;
    -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%) !important;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%) !important;
}
@media (min-width: 48em) {
    .block__image--half.slick-slider {
        position: static;
    }
    .block__image--half.slick-slider .slick-list,
    .block__image--half.slick-slider .slick-list .slick-track {
        position: static;
        height: inherit;
    }
    .block__image--half.slick-slider .slick-list .slick-track .slick-slide > div {
        height: inherit;
    }
}
.block__slider__image {
    position: relative;
}
@media (min-width: 48em) {
    .block__slider__image {
        position: static;
    }
}
@media (min-width: 48em) {
    .block__slider__image .slick-slider {
        position: absolute;
    }
}
.block__slider__image img {
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center";
}
.block__image {
    position: relative;
}
.block__image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
}
.block__image img {
    width: 100%;
}
.block--full .block__content {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    padding: 2rem 1rem 1rem;
    position: absolute;
    background-color: rgba(168, 0, 42, 0.85);
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 32em) {
    .block--full .block__content {
        right: auto;
    }
}
@media (min-width: 48em) {
    .block--full .block__content {
        left: 0;
        bottom: 2rem;
        padding: 2rem;
    }
}
@media (min-width: 70em) {
    .block--full .block__content {
        width: 50%;
        max-width: 550px;
    }
}
.block--full .block__content h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 1rem;
}
.block--full .block__content p {
    display: none;
}
@media (min-width: 70em) {
    .block--full .block__content p {
        display: block;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 1.866;
        font-weight: 500;
    }
}
.block--half-pull .block__content {
    padding-left: 0;
}
@media (min-width: 70em) {
    .block--half-pull .block__content {
        padding-right: 5rem;
    }
}
.block--half-push .block__content {
    padding-right: 0;
}
@media (min-width: 70em) {
    .block--half-push .block__content {
        padding-left: 5rem;
    }
}
.block--half .block__content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
    z-index: 1;
    display: table;
}
@media (min-width: 48em) {
    .block--half .block__content {
        padding-top: 4rem;
        padding-bottom: 4rem;
        min-height: 400px;
    }
}
.block--half .block__content h3 {
    margin-top: 0;
}
.block--slider .block__content {
    display: block;
}
.block__content .slick-slide {
    visibility: hidden;
}
.block__content .slick-slide.slick-current {
    visibility: visible;
}
.block__inner {
    display: table-cell;
    vertical-align: middle;
}
.block__slider__nav {
    position: absolute;
    right: 0;
    bottom: 0;
}
.block__slider__nav .slick-arrow {
    -ms-transform: none;
    transform: none;
}
.block__feature {
    margin-top: 2rem;
}
.block__feature img {
    width: 100%;
}
.block__feature .feature--spacing {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
@media (min-width: 48em) {
    .block__feature .feature--spacing {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
.breadcrumbs {
    font-size: 12px;
    font-size: 0.75rem;
    color: #032c4c;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.breadcrumbs li {
    display: inline-block;
    margin-bottom: 0;
}
.breadcrumbs li:not(:last-child):after {
    content: " / ";
    color: #032c4c;
    padding: 0 0.1rem;
}
.breadcrumbs .current {
    color: #000;
}
.home-icon {
    width: 20px;
    height: 16px;
}
.breadcrumbs li:first-child a:not([class]) {
    background-image: linear-gradient(rgba(3, 44, 76, 0), rgba(3, 44, 76, 0));
}
.btn {
    padding: 0.75rem 1.5rem;
    margin: 0.5rem 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    border: 2px solid transparent;
    transition: all 0.2s ease;
}
.btn-default {
    background-color: #a8002a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-color: #a8002a;
    color: #fff;
}
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
    border-color: #a8002a;
    color: #a8002a;
}
.btn-default:active {
    background-color: #fff;
    box-shadow: none;
}
.btn-light {
    text-align: left;
    background-color: #fff;
    color: #a8002a;
    border-color: #fff;
}
.btn-light:focus,
.btn-light:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #a8002a;
    color: #fff;
}
.btn--full-width {
    display: block;
}
.button-margin {
    margin-bottom: 2.5em;
}
.responsive-image img {
    max-width: 100%;
    height: auto !important;
}
.cta__link {
    display: block;
    background-image: none;
    text-align: center;
    margin-bottom: 1rem;
    overflow: hidden;
}
.cta__link:hover div {
    background-image: none;
    color: #000;
}
.cta__link div {
    display: inline;
    color: #a8002a;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: repeat-x;
    background-position: 0 90%;
    background-size: 100% 0.0625rem;
    padding-bottom: 0.15em;
}
.cta__icon {
    height: 4rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}
.cta__dash {
    position: relative;
    height: 50px;
    width: 100%;
}
@media (min-width: 48em) {
    .cta__dash {
        height: 250px;
    }
}
.cta__dash:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ccc;
}
@media (min-width: 48em) {
    .cta__dash:before {
        width: 2px;
        height: 100%;
        left: 50%;
    }
}
@media (min-width: 70em) {
    .cta__dash:before {
        -ms-transform: skew(-20deg);
        transform: skew(-20deg);
    }
}
.dropdown {
    position: relative;
    margin-bottom: 2rem;
}
.dropdown .menu {
    position: absolute;
    top: 100%;
    width: 100%;
    list-style: none;
    background: #f6f6f6;
    padding: 0.5rem 0;
    border-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 11;
    margin: 0;
}
.dropdown .menu a {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Montserrat", sans-serif;
    display: block;
    padding: 0.75rem 1.5rem;
    color: #413f46;
    background-image: none;
}
.dropdown .menu a:hover {
    color: #850928;
    background-image: none;
}
.dropdown__toggle {
    display: block;
    position: relative;
    padding: 1rem;
    text-align: left;
}
.dropdown__toggle,
.dropdown__toggle:hover {
    background-image: none;
}
@media (min-width: 70em) {
    .dropdown--subnav .dropdown__toggle {
        display: none;
    }
}
.dropdown--active .menu {
    opacity: 1;
    visibility: visible;
}
.dropdown__button {
    position: relative;
    padding-left: 1rem;
    padding-right: 4.5rem;
}
.dropdown__icon {
    position: absolute;
    display: block;
    width: 2rem;
    right: 1rem;
    top: 1.2rem;
}
.dropdown--active .dropdown__icon {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dropdown__list {
    position: absolute;
    left: -999rem;
    width: 100%;
    list-style: none;
    z-index: 1;
}
.dropdown--active .dropdown__list {
    left: 0;
}
@media (min-width: 70em) {
    .dropdown--subnav .dropdown__list {
        position: static;
        left: auto;
    }
}
.dropdown__item {
    border-top: 0.0625rem solid #fff;
}
.dropdown__link {
    display: block;
    font-size: 1rem;
}
#emergency {
    text-align: center;
    padding: 0;
    font-size: 1.2em;
    line-height: 1.6em;
    background-color: #c00;
    color: #fff;
}
#emergency h2 {
    font-size: 2.5em;
    color: #fff;
    padding-top: 0.5em;
    margin-top: 0.0025em;
}
#emergency p {
    margin-bottom: 0;
    padding-bottom: 1.25em;
}
#emergency a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}
#notice {
    text-align: center;
    padding: 1em;
    font-size: 1.2em;
    line-height: 1.6em;
    background-color: #f6f6f6;
    color: #333;
    padding-bottom: 1.75em;
}
#notice h2 {
    font-size: 2em;
    font-weight: 700;
    color: #083963;
    margin-top: 0.5em;
    margin-bottom: 0.65em;
}
#notice p {
    line-height: 2rem;
}
#notice a {
    text-decoration: underline;
}
.explore__navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 48em) {
    .explore__navigation {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 5rem 0;
    }
}
.explore__navigation--item {
    display: block;
    border-bottom: 0.1rem solid #032c4c;
}
@media (min-width: 48em) {
    .explore__navigation--item {
        width: 25%;
        margin: 0 0.5rem;
    }
}
.explore__navigation--item-blank {
    border-bottom: 0;
}
.explore__navigation--link {
    padding-left: 0.5rem;
    font-weight: 700;
    padding: 0.5rem;
    display: block;
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 48em) {
    .explore__navigation--link {
        height: 5rem;
    }
}
@media (min-width: 80em) {
    .explore__navigation--link {
        height: auto;
    }
}
.explore__navigation--link:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #032c4c;
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.explore__navigation--link:hover {
    color: #fff;
}
.explore__navigation--link:hover:before {
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.photo-left {
    padding-right: 1em;
}
.photo-right {
    padding-left: 1em;
}
.faculty-staff {
    padding-top: 1rem;
}
.faculty-staff:after {
    content: "";
    display: table;
    clear: both;
    margin-bottom: 1rem;
}
@media (max-width: 768px) {
    .photo-left {
        padding-right: 0;
    }
    .photo-right {
        padding-left: 0;
    }
}
.p--x-large {
    font-weight: 700;
    font-size: 140%;
}
.feature {
    margin-bottom: 1.5rem;
}
.feature img {
    width: 100%;
}
.feature--slider.slick-slider {
    margin-left: -25px;
}
@media (max-width: 48em) {
    .feature--slider.slick-slider .col-sm-4 {
        padding-left: 0;
    }
}
@media (min-width: 48em) {
    .feature--event {
        padding-top: 2rem;
        margin-left: -3rem;
        margin-right: -3rem;
    }
}
.feature--event .col-sm-4 + .col-sm-4 .feature__event:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 0;
    background-color: #ccc;
}
@media (min-width: 48em) {
    .feature--event .col-sm-4 + .col-sm-4 .feature__event:before {
        left: -4rem;
        height: 100%;
        width: 2px;
    }
}
.feature__block,
.feature__event {
    font-family: "Montserrat", sans-serif;
}
.feature__block--alt {
    display: block;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}
.feature__block--alt a {
    color: #a8002a;
    font-weight: 500;
    font-size: 22px;
    font-size: 1.375rem;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: repeat-x;
    background-position: 0 90%;
    background-size: 100% 0.0625rem;
    padding-bottom: 0.15em;
}
.feature__block--alt a:hover {
    color: #000;
    background-image: none;
}
.feature__block--alt a strong {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
}
a.feature__block--alt:hover .feature__block__content span {
    background-image: none;
    color: #000;
}
.feature__block__image {
    position: relative;
}
.feature__block__tag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #032c4c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0.45rem 0.75rem;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
}
.feature__block__content {
    padding: 1.5rem 2rem;
}
.feature__block__content span {
    color: #a8002a;
    font-weight: 500;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: repeat-x;
    background-position: 0 90%;
    background-size: 100% 0.0625rem;
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 0.15em;
}
.feature__block__content p {
    margin-top: 1rem;
}
.feature__block__content div {
    margin-top: -0.5rem;
}
.feature__block--staff .feature__block__content {
    margin-top: 2rem;
    text-align: center;
}
@media (min-width: 48em) {
    .feature__block--staff .feature__block__content p {
        text-align: left;
    }
}
.feature__block__avatar {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -50px;
}
.feature__block__avatar img {
    border-radius: 50%;
    border: 3px solid #fff;
}
.feature__event {
    position: relative;
    padding: 2rem 0;
}
@media (min-width: 48em) {
    .feature__event {
        padding: 0;
    }
}
.feature__event p {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 0.75rem;
}
.feature__event p span {
    display: block;
    margin-top: 0.75rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
}
.feature__event__link {
    display: inline;
    color: #a8002a;
    font-weight: 500;
    padding-bottom: 0.15em;
    font-size: 18px;
    font-size: 1.125rem;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: repeat-x;
    background-position: 0 90%;
    background-size: 100% 0.0625rem;
}
.feature__event__link:hover {
    color: #000;
    background-image: none;
}
@media (min-width: 48em) {
    .feature--spacing {
        padding-right: 3rem;
        padding-left: 3rem;
    }
}
.feature__block--link {
    position: relative;
    margin: 1rem 0 2rem;
    font-size: 17px;
    font-size: 1.0625rem;
}
.feature__large,
.feature__large--image {
    position: relative;
}
.feature__large--image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}
.feature__large--title {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}
.feature__large--title a {
    font-size: 25px;
    font-size: 1.5625rem;
    color: #fff;
    background-image: none;
}
.feature__large--content {
    background: #f6f6f6;
    padding: 2rem;
}
.feature__large--content:after,
.feature__large--content:before {
    content: "";
    display: table;
}
.feature__large--content:after {
    clear: both;
}
.feature__large--content ul {
    margin-bottom: 2rem;
}
.sidebar--right .feature__event {
    min-height: 9rem;
}
@media (min-width: 768px) {
    .feature__event {
        min-height: 11rem;
    }
}
.figure {
    margin-bottom: 3rem;
}
.figure__donut {
    position: relative;
    height: 16rem;
}
.figure__donut circle {
    fill: none;
}
.svgdonut {
    display: block;
    margin: auto;
    width: 16.25rem;
    height: 100%;
}
.middle__center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 15rem;
}
.figure__count__number--wrap-circle {
    position: absolute;
    text-align: center;
    top: 3rem;
    width: 13rem;
    left: 1.5rem;
}
.circle-back {
    stroke: #f2f2f2;
    stroke-width: 10px;
}
.circle-front {
    stroke: #ca4a24;
    stroke-width: 10px;
    stroke-dasharray: 754px;
    stroke-dashoffset: 754px;
    transition: stroke-dashoffset 0.5s ease;
}
.figure__count__number--wrap {
    text-align: center;
    padding: 0 2rem;
}
.figure__count--number {
    font-size: 52px;
    font-size: 3.25rem;
    color: #413f46;
    font-family: adelle, serif;
}
.figure__count--text {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #413f46;
    font-family: "Montserrat", sans-serif;
}
.filter__sidebar .h1,
.filter__sidebar h4 {
    margin-top: 0;
}
.filter__main {
    margin-top: 6.5rem;
}
@media (max-width: 32em) {
    .filter__main {
        margin: 0;
    }
}
.filter__main .search__results__title {
    margin: 0;
    padding-bottom: 1rem;
}
.filter__dropdown {
    background-color: #f6f6f6;
    margin: 2rem 0;
}
.filter__button__group {
    background-color: #f6f6f6;
    padding: 0.5rem 0.75rem;
}
.filter__button {
    border-color: #e9e8e8;
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: left;
    margin: 0.25rem 0;
    width: 100%;
}
.filter__button,
.no-touch .filter__button:hover {
    background-color: #fff;
    color: #000;
}
.filter__button--active {
    background-color: #850928 !important;
    color: #fff !important;
    border-color: #850928;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.filter__search {
    margin-top: 1.5rem;
    position: relative;
}
.filter__search__input {
    width: 100%;
    display: block;
    height: 3rem;
    border-radius: 4px;
    border-color: #850928;
    border-width: 0.1rem;
    padding: 0 1rem;
}
.filter__input__search--btn {
    position: absolute;
    right: 0.5rem;
    top: 0.7rem;
    border: 0;
    background: transparent;
}
.filter__input__search--icon {
    display: block;
    width: 1.5rem;
    color: #850928;
}
.clear__filter--wrap {
    display: block;
    text-align: right;
}
.clear__filter {
    background-color: transparent;
    border: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    position: absolute;
    left: -999rem;
}
.filter--is-active .clear__filter {
    position: static;
    left: auto;
}
.clear__filter--icon {
    display: inline-block;
    width: 0.9rem;
    margin-left: 1rem;
}
.filter__dropdown__link {
    display: block;
    font-family: "Montserrat", sans-serif;
    color: #413f46;
    padding: 0.5rem 1rem;
}
.filter__dropdown__link:focus {
    color: #413f46;
}
.filter__dropdown__link:hover {
    color: #fff;
    background-color: #850928;
}
.filter__dropdown__link--toggle {
    display: inline-block;
    width: 2rem;
    float: right;
    padding: 0.5rem;
}
.filter__dropdown--is-active .filter__dropdown__link--toggle {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.filter__list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0.5rem 1rem 1rem;
    position: absolute;
    left: -999rem;
}
.filter__dropdown--is-active .filter__list {
    position: static;
    left: auto;
}
.filter__list__item {
    margin: 0 0 0.5rem;
    padding: 0;
}
@media (min-width: 48em) {
    .filter__list__item {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
.filter__list__result {
    margin: 0;
    padding: 0;
    list-style: none;
}
.filter__list__result__item {
    border-top: 0.1rem solid #e9e8e8;
    padding: 1.7rem 1.5rem 1.5rem;
    margin: 0;
}
.filter__list__result__item:hover {
    background-color: #f6f6f6;
    border-top: 0.3rem solid #a8002a;
    padding: 1.5rem;
}
.filter__list__result--link {
    font-size: 38px;
    font-size: 2.375rem;
}
.filter__list__result--p {
    display: inline-block;
}
@media (min-width: 48em) {
    .filter__list__result--p {
        width: 60%;
    }
}
.filter__list__result--detail,
.filter__list__result--p p {
    margin-top: 1rem;
}
@media (min-width: 48em) {
    .filter__list__result--detail {
        float: right;
        width: 30%;
    }
}
.filter__list__result__detail--link {
    display: block;
}
.filter__list__result__location--link {
    display: inline-block;
}
.filter__list__result__location--link span:after {
    content: ",";
}
.filter__list__result__location--link:last-of-type span:after {
    content: "";
}
.footer {
    background: #413f46;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}
.footer .wrap {
    position: relative;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #fff;
    background-image: none;
}
.collection .footer {
    margin-top: 5rem;
}
.footer__nav {
    font-size: 14px;
    font-size: 0.875rem;
}
.footer__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.footer__bottom .footer__nav ul {
    display: block;
}
.footer__nav li {
    display: block;
    padding-right: 1.5rem;
}
.footer__nav a {
    background-image: linear-gradient(hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
    background-repeat: repeat-x;
    background-position: 0 90%;
    background-size: 100% 0.0625rem;
    font-weight: 500;
}
.footer__nav--inline {
    margin: 2rem 0;
}
@media (min-width: 48em) {
    .footer__nav--inline {
        margin: 0;
    }
}
@media (min-width: 48em) {
    .footer__nav--inline li {
        display: inline-block;
    }
}
@media (min-width: 48em) {
    .footer__bottom {
        margin-top: 3rem;
    }
}
@media (min-width: 48em) {
    .footer__bottom--alt {
        margin-top: 1rem;
    }
}
@media (min-width: 70em) {
    .footer__wrap {
        padding: 4rem 0 2rem;
    }
}
.footer__wrap .wrap {
    position: relative;
}
.footer__social {
    background: #850928;
    padding: 0 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 1rem;
}
@media (min-width: 48em) {
    .footer__social {
        margin-left: -2rem;
        margin-right: -2rem;
        padding: 0 1.5rem;
    }
}
@media (min-width: 70em) {
    .footer__social {
        padding: 0 1rem;
        margin: 0;
        position: absolute;
        top: -6rem;
        right: 2rem;
    }
}
.footer__social ul {
    margin: 0;
    padding: 0;
}
.footer__social li {
    display: inline-block;
    padding: 1rem 0.3rem;
    margin-bottom: 0;
}
@media (min-width: 48em) {
    .footer__social li {
        padding: 0.5rem;
    }
}
.footer__social--icon {
    display: inline-block;
    width: 1.5rem;
    vertical-align: middle;
    color: #fff;
}
.footer__social--icon:hover {
    color: hsla(0, 0%, 100%, 0.85);
}
.footer__contact {
    color: #fff;
    line-height: 2;
    font-size: 14px;
    font-size: 0.875rem;
}
@media (min-width: 80em) {
    .footer__contact {
        margin-left: 3rem;
    }
}
.copyright {
    font-size: 12px;
    font-size: 0.75rem;
}
@media (min-width: 80em) {
    .copyright {
        margin-top: 2.5rem;
        margin-left: 3rem;
    }
}
.home-footer {
    font-size: 0.75em;
    text-align: center;
}
.home-footer a {
    color: #707070;
}
.home-footer a:hover {
    color: #000;
}
ul.home-footer {
    list-style-type: none;
}
ul.home-footer li {
    display: inline;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.footer__search {
    position: relative;
    width: 300px;
    margin-top: 3rem;
}
@media (min-width: 48em) {
    .footer__search {
        margin-top: 0;
        display: inline-block;
    }
}
.footer__search__input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 500;
    height: 2.75rem;
    padding-left: 1rem;
    padding-right: 3rem;
}
.footer__search__input:-ms-input-placeholder {
    color: #fff;
}
.footer__search__input::placeholder {
    color: #fff;
}
.footer__search__btn {
    position: absolute;
    height: 2.75rem;
    right: 0;
    top: 0;
    padding: 0.75rem;
    background-color: transparent;
    border: 0;
}
.footer__search__icon {
    width: 1.25rem;
    display: block;
    color: #fff;
}
label {
    font-weight: 500;
}
.label--checkbox,
.label--radio {
    position: relative;
    margin: 0.5rem;
    line-height: 135%;
    cursor: pointer;
    font-size: 15px;
    font-size: 0.9375rem;
}
.checkbox,
.radio {
    padding-left: 0.5rem;
    line-height: 135%;
}
.filter__dropdown .checkbox {
    display: block;
    position: relative;
    margin: 0.5rem 0;
    padding-left: 2rem;
    cursor: pointer;
}
.filter__dropdown .checkbox:before {
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -ms-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    content: "";
    position: absolute;
    left: 0.25rem;
    top: 0.29rem;
    z-index: 1;
    width: 0.78rem;
    height: 0.5rem;
    border: 0.2rem solid #850928;
    border-top-style: none;
    border-right-style: none;
}
.filter__dropdown .checkbox:after {
    content: "";
    position: absolute;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    background: #f6f6f6;
    border: 0.1rem solid #413f46;
    cursor: pointer;
}
.filter__dropdown .checkbox[aria-checked="true"] {
    color: #850928;
}
.filter__dropdown .checkbox[aria-checked="true"]:before {
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}
.filter__dropdown .checkbox[aria-checked="true"]:after {
    border: 0.1rem solid #850928;
}
.required:after {
    content: " *";
    color: #a8002a;
}
legend {
    padding-top: 35px;
}
.gallery {
    margin-bottom: 2rem;
}
.gallery .row {
    padding-left: 0;
    padding-right: 0;
}
.faculty__gallery__item {
    position: relative;
    padding: 0;
}
.faculty__gallery__item img {
    width: 100%;
}
@media (min-width: 48em) {
    .faculty__gallery__item:hover .faculty__gallery__content,
    .faculty__gallery__item:hover .faculty__gallery__content--text,
    .faculty__gallery__item:hover .faculty__gallery__content--title {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .faculty__gallery__item:hover .faculty__gallery__content--text,
    .faculty__gallery__item:hover .faculty__gallery__content--title {
        opacity: 1;
    }
}
.faculty__gallery__item:hover .faculty__gallery__content {
    height: auto;
}
@media (min-width: 48em) {
    .faculty__gallery__item:hover .faculty__gallery__content {
        height: 100%;
    }
}
.faculty__gallery__content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 1rem;
    width: 100%;
    height: auto;
    color: #fff;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.7s ease;
    background: rgba(202, 74, 36, 0.85);
}
@media (min-width: 48em) {
    .faculty__gallery__content {
        height: 100%;
        height: 0%;
        line-height: 1.5em;
    }
}
.faculty__gallery__content--text,
.faculty__gallery__content--title {
    padding: 0 0.5rem;
}
@media (min-width: 48em) {
    .faculty__gallery__content--text,
    .faculty__gallery__content--title {
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
}
.faculty__gallery__content--title {
    margin: 3rem 0;
}
.faculty__gallery__content--text {
    display: none;
}
@media (min-width: 48em) {
    .faculty__gallery__content--text {
        display: block;
    }
}
.faculty__gallery__content--link {
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    background-image: linear-gradient(hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
}
.faculty__gallery__content--link,
.faculty__gallery__content--link:hover {
    color: #fff;
    background-repeat: repeat-x;
    background-position: 0 90%;
    background-size: 100% 0.0625rem;
}
.faculty__gallery__content--link:hover {
    background-image: linear-gradient(currentColor, currentColor);
    text-decoration: none;
}
.card {
    margin: 0 auto 2rem;
    padding: 1rem;
    min-width: 100%;
    max-width: 20rem;
    background-color: #fff;
    word-wrap: break-word;
    box-shadow: 0 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.1), 0 0.5em 0 -0.25em #f2f2f2, 0 0.5em 0.1875em -0.25em rgba(0, 0, 0, 0.1), 0 1em 0 -0.5em #e5e5e5, 0 1em 0.1875em -0.5em rgba(0, 0, 0, 0.1);
}
@media (min-width: 48rem) {
    .card {
        max-width: 20rem;
    }
}
.grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}
.grid--center {
    -ms-flex-pack: center;
    justify-content: center;
}
.grid--narrow {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}
.grid__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 0 1rem;
}
.grid__item--match {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.grid__item--match > * {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}
.grid__item--narrow {
    padding: 0 0.5rem;
}
@media (min-width: 48em) {
    .grid__item--2 {
        float: left;
        width: 50%;
    }
    .grid__item--2:nth-child(odd) {
        clear: both;
    }
}
.header {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}
.menu-active .header {
    position: fixed;
}
.header--collapsed {
    position: fixed;
    animation: fadeIn ease 0.5s forwards;
}
.header__top {
    position: relative;
}
.header__top:after,
.header__top:before {
    content: "";
    display: table;
}
.header__top:after {
    clear: both;
}
.header--collapsed .header__top {
    background-color: #e9e8e8 !important;
    height: 2.5rem;
}
.menu-active .header__top:before {
    position: fixed;
    content: "";
    background-color: #850928;
    height: 8rem;
    width: 100%;
    z-index: 1;
}
@media (min-width: 70em) {
    .menu-active .header__top:before {
        content: none;
    }
}
@media (min-width: 70em) {
    .header__top {
        height: 4rem;
    }
    .header--collapsed .header__top {
        height: 3rem;
        background-color: #fff !important;
    }
}
.header__bottom {
    display: table;
    width: 100%;
    padding: 1rem 0;
}
.header__bottom:after,
.header__bottom:before {
    content: "";
    display: table;
}
.header__bottom:after {
    clear: both;
}
.header--collapsed .header__bottom {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 70em) {
    .header__bottom {
        padding: 2.25rem 0;
    }
    .header--collapsed .header__bottom {
        padding: 1.75rem 0;
    }
}
.header__small__menu--toggle {
    position: relative;
    z-index: 1;
    float: right;
    display: block;
    width: 3.15rem;
    height: 2.75rem;
    background-color: transparent;
    border-radius: 0;
    border-color: #fff;
    color: #fff;
    padding: 0.5rem 0.75rem;
    margin: 0;
}
.header--collapsed .header__small__menu--toggle {
    border-color: #a8002a;
    color: #a8002a;
}
.menu-active .header__small__menu--toggle {
    border-color: transparent;
}
@media (min-width: 70em) {
    .header__small__menu--toggle {
        display: none;
    }
}
.header__small__menu-toggle--open {
    color: #fff;
}
.header--collapsed .header__small__menu-toggle--open {
    color: #850928;
}
.header__small__menu-toggle--close {
    color: #fff;
}
.header__small__menu-toggle--open {
    position: static;
    left: auto;
    visibility: visible;
}
.header__small__menu-toggle--close,
.menu-active .header__small__menu-toggle--open {
    position: absolute;
    left: -999rem;
    visibility: hidden;
}
.menu-active .header__small__menu-toggle--close {
    position: static;
    left: auto;
    visibility: visible;
}
.header__logo {
    margin: 3px 2px;
    float: left;
    display: block;
    position: relative;
    color: #fff;
    background-color: #850928;
    height: 2.7rem;
    text-align: center;
    padding: 0.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-size: 1rem;
}
.header--collapsed .header__logo {
    background-color: #a8002a;
    margin: 0;
    width: 50%;
    height: inherit;
}
@media (min-width: 70em) {
    .header__logo {
        height: inherit;
        margin: 0;
        width: 20rem;
    }
    .header--collapsed .header__logo {
        width: 10rem;
    }
}
.header__logo:focus,
.header__logo:hover {
    color: #fff;
}
.header__logo__large {
    display: none;
}
@media (min-width: 70em) {
    .header__logo__large {
        display: block;
    }
    .header--collapsed .header__logo__large {
        display: none;
    }
}
.header__logo__large__icon {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2rem;
    width: 100%;
}
@media (min-width: 70em) {
    .header__logo__small {
        display: none;
    }
}
.header--collapsed .header__logo__small {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.header__logo__small__icon {
    width: 7rem;
    display: inline-block;
    vertical-align: middle;
}
.header__collection__link {
    margin: 3px 2px;
    padding: 0 0.5rem;
    float: left;
    text-align: center;
    height: inherit;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #a8002a;
    letter-spacing: 4.67px;
    line-height: 2.65rem;
    background-color: #fff;
}
@media (min-width: 70em) {
    .header__collection__link {
        width: 10rem;
        margin: 0;
        line-height: 4rem;
    }
    .header--collapsed .header__collection__link {
        line-height: 3rem;
    }
}
.header--collapsed .header__collection__link {
    background-color: transparent;
    width: 49%;
    margin: 0;
}
@media (min-width: 70em) {
    .header--collapsed .header__collection__link {
        background-color: #e9e8e8;
        width: auto;
        padding: 0 1rem;
    }
}
[class^="header__logo--"] {
    background-repeat: no-repeat;
    width: 12.5rem;
    min-height: 2.75rem;
    display: inline-block;
    vertical-align: baseline;
    background-position: 0;
}
.header__logo--alt {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23fff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20248%2034%22%3E%3Cpath%20d%3D%22M.8%2033V.8h7.9v25.4h13.1V33H.8zm28.1%200V.8h7.9V33h-7.9zm18.3%200V.8H59c6.4%200%2010.9%202.9%2010.9%208.4%200%202.7-1.3%205.4-3.7%206.8v.1c3.7%201.1%205%204.4%205%207.2%200%207-5.9%209.6-12.2%209.6H47.2zm7.9-19.7h4.1c2%200%202.8-1.4%202.8-3%200-1.5-.9-2.7-3-2.7h-3.9v5.7zm0%2012.9h4.7c2.3%200%203.4-1.6%203.4-3.4s-1.1-3.3-3.4-3.3H55v6.7zM79.6%2033V.8h11.2c3.3%200%204.9.2%206.3.8C100.7%203%20103%206.3%20103%2011c0%203.4-1.6%207.2-4.8%208.8v.1s.5.6%201.2%201.9l6.3%2011.2h-8.8l-5.7-10.8h-3.7V33h-7.9zm7.9-17.6h3.4c2.5%200%204.1-1.4%204.1-4%200-2.4-.9-3.9-4.9-3.9h-2.7v7.9zM131.4%2033l-2-6.8h-10l-1.9%206.8h-8.1L120.3.8h8.3L139.5%2033h-8.1zm-7-24.8c-.1%200-.8%203.5-1.4%205.5l-1.8%206.3h6.3l-1.8-6.3c-.5-2-1.3-5.5-1.3-5.5zM145.9%2033V.8h11.2c3.3%200%204.9.2%206.3.8%203.6%201.4%205.9%204.7%205.9%209.4%200%203.4-1.6%207.2-4.8%208.8v.1s.5.6%201.2%201.9L172%2033h-8.8l-5.7-10.8h-3.7V33h-7.9zm7.9-17.6h3.4c2.5%200%204.1-1.4%204.1-4%200-2.4-.9-3.9-4.9-3.9h-2.7v7.9zM179.4%2033V.8h7.9V33h-7.9zm18.2%200V.8h20.2v6.8h-12.3v5.9h9.8v6.8h-9.8v6.1h12.9V33h-20.8zm26.9-4.1l4.1-6s3.6%203.3%207.7%203.3c1.6%200%203.4-.6%203.4-2.6%200-3.8-14.5-3.7-14.5-13.6%200-5.9%205-9.9%2011.4-9.9%206.9%200%2010.4%203.6%2010.4%203.6l-3.3%206.4s-3.2-2.8-7.1-2.8c-1.6%200-3.4.7-3.4%202.5%200%204.1%2014.5%203.3%2014.5%2013.5%200%205.4-4.1%2010-11.3%2010-7.7.2-11.9-4.4-11.9-4.4z%22%2F%3E%3C%2Fsvg%3E);
}
.header--collapsed .header__logo--alt {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23a8002a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20248%2034%22%3E%3Cpath%20d%3D%22M.8%2033V.8h7.9v25.4h13.1V33H.8zm28.1%200V.8h7.9V33h-7.9zm18.3%200V.8H59c6.4%200%2010.9%202.9%2010.9%208.4%200%202.7-1.3%205.4-3.7%206.8v.1c3.7%201.1%205%204.4%205%207.2%200%207-5.9%209.6-12.2%209.6H47.2zm7.9-19.7h4.1c2%200%202.8-1.4%202.8-3%200-1.5-.9-2.7-3-2.7h-3.9v5.7zm0%2012.9h4.7c2.3%200%203.4-1.6%203.4-3.4s-1.1-3.3-3.4-3.3H55v6.7zM79.6%2033V.8h11.2c3.3%200%204.9.2%206.3.8C100.7%203%20103%206.3%20103%2011c0%203.4-1.6%207.2-4.8%208.8v.1s.5.6%201.2%201.9l6.3%2011.2h-8.8l-5.7-10.8h-3.7V33h-7.9zm7.9-17.6h3.4c2.5%200%204.1-1.4%204.1-4%200-2.4-.9-3.9-4.9-3.9h-2.7v7.9zM131.4%2033l-2-6.8h-10l-1.9%206.8h-8.1L120.3.8h8.3L139.5%2033h-8.1zm-7-24.8c-.1%200-.8%203.5-1.4%205.5l-1.8%206.3h6.3l-1.8-6.3c-.5-2-1.3-5.5-1.3-5.5zM145.9%2033V.8h11.2c3.3%200%204.9.2%206.3.8%203.6%201.4%205.9%204.7%205.9%209.4%200%203.4-1.6%207.2-4.8%208.8v.1s.5.6%201.2%201.9L172%2033h-8.8l-5.7-10.8h-3.7V33h-7.9zm7.9-17.6h3.4c2.5%200%204.1-1.4%204.1-4%200-2.4-.9-3.9-4.9-3.9h-2.7v7.9zM179.4%2033V.8h7.9V33h-7.9zm18.2%200V.8h20.2v6.8h-12.3v5.9h9.8v6.8h-9.8v6.1h12.9V33h-20.8zm26.9-4.1l4.1-6s3.6%203.3%207.7%203.3c1.6%200%203.4-.6%203.4-2.6%200-3.8-14.5-3.7-14.5-13.6%200-5.9%205-9.9%2011.4-9.9%206.9%200%2010.4%203.6%2010.4%203.6l-3.3%206.4s-3.2-2.8-7.1-2.8c-1.6%200-3.4.7-3.4%202.5%200%204.1%2014.5%203.3%2014.5%2013.5%200%205.4-4.1%2010-11.3%2010-7.7.2-11.9-4.4-11.9-4.4z%22%2F%3E%3C%2Fsvg%3E);
}
@media (min-width: 70em) {
    .header__logo--alt {
        background-position: 0;
    }
}
.header__logo--collection {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23fff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20210%2057%22%3E%3Cpath%20d%3D%22M5.9%2022L.6.6h5.5L8.9%2014c.3%201.3.3%202.2.3%202.2h.1s0-.9.4-2.2L13%20.6h4.2L20.3%2014c.3%201.3.4%202.2.4%202.2h.1s0-.9.3-2.2L24%20.6h5.4L23.9%2022h-5.8l-2.7-10.8c-.3-1.4-.4-2.5-.4-2.5h-.1s-.1%201.1-.4%202.5L11.8%2022H5.9zm26.8-10.9C32.7%204.9%2037.4.2%2043.9.2S55.1%205%2055.1%2011.1c0%206.3-4.7%2011.2-11.2%2011.2s-11.2-4.9-11.2-11.2zm5.4%200c0%203.7%202.6%206.4%205.8%206.4s5.8-2.8%205.8-6.4c0-3.5-2.6-6.2-5.8-6.2s-5.8%202.7-5.8%206.2zM59.8%2022L61.6.6h5.7l3.1%209.1c.5%201.4%201.1%203.5%201.1%203.5h.1s.6-2.2%201.1-3.5L75.8.6h5.7L83.2%2022H78l-.7-9.7c-.1-1.6%200-3.6%200-3.6h-.1s-.7%202.2-1.2%203.6l-2.2%206.2h-4.5l-2.2-6.2c-.5-1.3-1.2-3.6-1.2-3.6h-.1s.1%202%200%203.6l-.7%209.7h-5.3zm41.7%200l-1.3-4.5h-6.7L92.2%2022h-5.4L94.1.6h5.5l7.3%2021.4h-5.4zM96.8%205.4c-.1%200-.5%202.3-.9%203.7l-1.2%204.2h4.2l-1.2-4.2c-.4-1.3-.9-3.7-.9-3.7zM111.1%2022V.6h5.3l5.9%2010c.8%201.4%201.8%203.7%201.8%203.7h.1s-.2-2.3-.2-3.7V.6h5.2V22h-5.3l-6-10c-.8-1.4-1.8-3.7-1.8-3.7h-.1s.2%202.3.2%203.7v10h-5.1zm23.5-14.2l1.6-7.7h4.6l-2.7%207.7h-3.5zm9.2%2011.5l2.8-4s2.4%202.2%205.1%202.2c1.1%200%202.2-.4%202.2-1.7%200-2.6-9.7-2.5-9.7-9.1%200-4%203.3-6.6%207.6-6.6%204.6%200%206.9%202.4%206.9%202.4l-2.2%204.3s-2.2-1.9-4.7-1.9c-1.1%200-2.3.5-2.3%201.7%200%202.7%209.7%202.2%209.7%209%200%203.6-2.7%206.7-7.6%206.7-5%20.1-7.8-3-7.8-3zM1%2045.2c0-6.2%204.8-11%2011.2-11%205.3%200%208%203%208%203l-2.4%204S15.4%2039%2012.4%2039c-4.1%200-6.1%203-6.1%206.1%200%203.2%202.1%206.4%206.1%206.4%203.2%200%205.7-2.6%205.7-2.6l2.7%203.8s-3%203.6-8.6%203.6C5.6%2056.4%201%2051.6%201%2045.2zm23.3-.1c0-6.2%204.7-10.9%2011.2-10.9S46.8%2039%2046.8%2045.1c0%206.3-4.7%2011.2-11.2%2011.2s-11.3-4.9-11.3-11.2zm5.5%200c0%203.7%202.6%206.4%205.8%206.4s5.8-2.8%205.8-6.4c0-3.5-2.6-6.2-5.8-6.2s-5.8%202.7-5.8%206.2zM52.1%2056V34.6h5.2v16.9h8.8V56h-14zm18.7%200V34.6H76v16.9h8.8V56h-14zm18.7%200V34.6H103v4.5h-8.2V43h6.5v4.5h-6.5v4.1h8.6V56H89.5zm18-10.8c0-6.2%204.8-11%2011.2-11%205.3%200%208%203%208%203l-2.4%204s-2.4-2.2-5.4-2.2c-4.1%200-6.1%203-6.1%206.1%200%203.2%202.1%206.4%206.1%206.4%203.2%200%205.7-2.6%205.7-2.6l2.7%203.8s-3%203.6-8.6%203.6c-6.7.1-11.2-4.7-11.2-11.1zm29%2010.8V39.1H130v-4.5h18.3v4.5h-6.5V56h-5.3zm16.2%200V34.6h5.2V56h-5.2zm10.6-10.9c0-6.2%204.7-10.9%2011.2-10.9%206.5%200%2011.2%204.8%2011.2%2010.9%200%206.3-4.7%2011.2-11.2%2011.2-6.5.1-11.2-4.9-11.2-11.2zm5.4%200c0%203.7%202.6%206.4%205.8%206.4%203.2%200%205.8-2.8%205.8-6.4%200-3.5-2.6-6.2-5.8-6.2-3.2.1-5.8%202.7-5.8%206.2zM191.1%2056V34.6h5.3l5.9%2010c.8%201.4%201.8%203.7%201.8%203.7h.1s-.2-2.3-.2-3.7v-10h5.2V56h-5.3l-6-10c-.8-1.4-1.8-3.7-1.8-3.7h-.1s.2%202.3.2%203.7v10h-5.1z%22%2F%3E%3C%2Fsvg%3E);
}
.header--collapsed .header__logo--collection {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23a8002a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20210%2057%22%3E%3Cpath%20d%3D%22M5.9%2022L.6.6h5.5L8.9%2014c.3%201.3.3%202.2.3%202.2h.1s0-.9.4-2.2L13%20.6h4.2L20.3%2014c.3%201.3.4%202.2.4%202.2h.1s0-.9.3-2.2L24%20.6h5.4L23.9%2022h-5.8l-2.7-10.8c-.3-1.4-.4-2.5-.4-2.5h-.1s-.1%201.1-.4%202.5L11.8%2022H5.9zm26.8-10.9C32.7%204.9%2037.4.2%2043.9.2S55.1%205%2055.1%2011.1c0%206.3-4.7%2011.2-11.2%2011.2s-11.2-4.9-11.2-11.2zm5.4%200c0%203.7%202.6%206.4%205.8%206.4s5.8-2.8%205.8-6.4c0-3.5-2.6-6.2-5.8-6.2s-5.8%202.7-5.8%206.2zM59.8%2022L61.6.6h5.7l3.1%209.1c.5%201.4%201.1%203.5%201.1%203.5h.1s.6-2.2%201.1-3.5L75.8.6h5.7L83.2%2022H78l-.7-9.7c-.1-1.6%200-3.6%200-3.6h-.1s-.7%202.2-1.2%203.6l-2.2%206.2h-4.5l-2.2-6.2c-.5-1.3-1.2-3.6-1.2-3.6h-.1s.1%202%200%203.6l-.7%209.7h-5.3zm41.7%200l-1.3-4.5h-6.7L92.2%2022h-5.4L94.1.6h5.5l7.3%2021.4h-5.4zM96.8%205.4c-.1%200-.5%202.3-.9%203.7l-1.2%204.2h4.2l-1.2-4.2c-.4-1.3-.9-3.7-.9-3.7zM111.1%2022V.6h5.3l5.9%2010c.8%201.4%201.8%203.7%201.8%203.7h.1s-.2-2.3-.2-3.7V.6h5.2V22h-5.3l-6-10c-.8-1.4-1.8-3.7-1.8-3.7h-.1s.2%202.3.2%203.7v10h-5.1zm23.5-14.2l1.6-7.7h4.6l-2.7%207.7h-3.5zm9.2%2011.5l2.8-4s2.4%202.2%205.1%202.2c1.1%200%202.2-.4%202.2-1.7%200-2.6-9.7-2.5-9.7-9.1%200-4%203.3-6.6%207.6-6.6%204.6%200%206.9%202.4%206.9%202.4l-2.2%204.3s-2.2-1.9-4.7-1.9c-1.1%200-2.3.5-2.3%201.7%200%202.7%209.7%202.2%209.7%209%200%203.6-2.7%206.7-7.6%206.7-5%20.1-7.8-3-7.8-3zM1%2045.2c0-6.2%204.8-11%2011.2-11%205.3%200%208%203%208%203l-2.4%204S15.4%2039%2012.4%2039c-4.1%200-6.1%203-6.1%206.1%200%203.2%202.1%206.4%206.1%206.4%203.2%200%205.7-2.6%205.7-2.6l2.7%203.8s-3%203.6-8.6%203.6C5.6%2056.4%201%2051.6%201%2045.2zm23.3-.1c0-6.2%204.7-10.9%2011.2-10.9S46.8%2039%2046.8%2045.1c0%206.3-4.7%2011.2-11.2%2011.2s-11.3-4.9-11.3-11.2zm5.5%200c0%203.7%202.6%206.4%205.8%206.4s5.8-2.8%205.8-6.4c0-3.5-2.6-6.2-5.8-6.2s-5.8%202.7-5.8%206.2zM52.1%2056V34.6h5.2v16.9h8.8V56h-14zm18.7%200V34.6H76v16.9h8.8V56h-14zm18.7%200V34.6H103v4.5h-8.2V43h6.5v4.5h-6.5v4.1h8.6V56H89.5zm18-10.8c0-6.2%204.8-11%2011.2-11%205.3%200%208%203%208%203l-2.4%204s-2.4-2.2-5.4-2.2c-4.1%200-6.1%203-6.1%206.1%200%203.2%202.1%206.4%206.1%206.4%203.2%200%205.7-2.6%205.7-2.6l2.7%203.8s-3%203.6-8.6%203.6c-6.7.1-11.2-4.7-11.2-11.1zm29%2010.8V39.1H130v-4.5h18.3v4.5h-6.5V56h-5.3zm16.2%200V34.6h5.2V56h-5.2zm10.6-10.9c0-6.2%204.7-10.9%2011.2-10.9%206.5%200%2011.2%204.8%2011.2%2010.9%200%206.3-4.7%2011.2-11.2%2011.2-6.5.1-11.2-4.9-11.2-11.2zm5.4%200c0%203.7%202.6%206.4%205.8%206.4%203.2%200%205.8-2.8%205.8-6.4%200-3.5-2.6-6.2-5.8-6.2-3.2.1-5.8%202.7-5.8%206.2zM191.1%2056V34.6h5.3l5.9%2010c.8%201.4%201.8%203.7%201.8%203.7h.1s-.2-2.3-.2-3.7v-10h5.2V56h-5.3l-6-10c-.8-1.4-1.8-3.7-1.8-3.7h-.1s.2%202.3.2%203.7v10h-5.1z%22%2F%3E%3C%2Fsvg%3E);
}
@media (min-width: 70em) {
    .header__logo--collection {
        background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23fff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20210%2057%22%3E%3Cpath%20d%3D%22M5.9%2022L.6.6h5.5L8.9%2014c.3%201.3.3%202.2.3%202.2h.1s0-.9.4-2.2L13%20.6h4.2L20.3%2014c.3%201.3.4%202.2.4%202.2h.1s0-.9.3-2.2L24%20.6h5.4L23.9%2022h-5.8l-2.7-10.8c-.3-1.4-.4-2.5-.4-2.5h-.1s-.1%201.1-.4%202.5L11.8%2022H5.9zm26.8-10.9C32.7%204.9%2037.4.2%2043.9.2S55.1%205%2055.1%2011.1c0%206.3-4.7%2011.2-11.2%2011.2s-11.2-4.9-11.2-11.2zm5.4%200c0%203.7%202.6%206.4%205.8%206.4s5.8-2.8%205.8-6.4c0-3.5-2.6-6.2-5.8-6.2s-5.8%202.7-5.8%206.2zM59.8%2022L61.6.6h5.7l3.1%209.1c.5%201.4%201.1%203.5%201.1%203.5h.1s.6-2.2%201.1-3.5L75.8.6h5.7L83.2%2022H78l-.7-9.7c-.1-1.6%200-3.6%200-3.6h-.1s-.7%202.2-1.2%203.6l-2.2%206.2h-4.5l-2.2-6.2c-.5-1.3-1.2-3.6-1.2-3.6h-.1s.1%202%200%203.6l-.7%209.7h-5.3zm41.7%200l-1.3-4.5h-6.7L92.2%2022h-5.4L94.1.6h5.5l7.3%2021.4h-5.4zM96.8%205.4c-.1%200-.5%202.3-.9%203.7l-1.2%204.2h4.2l-1.2-4.2c-.4-1.3-.9-3.7-.9-3.7zM111.1%2022V.6h5.3l5.9%2010c.8%201.4%201.8%203.7%201.8%203.7h.1s-.2-2.3-.2-3.7V.6h5.2V22h-5.3l-6-10c-.8-1.4-1.8-3.7-1.8-3.7h-.1s.2%202.3.2%203.7v10h-5.1zm23.5-14.2l1.6-7.7h4.6l-2.7%207.7h-3.5zm9.2%2011.5l2.8-4s2.4%202.2%205.1%202.2c1.1%200%202.2-.4%202.2-1.7%200-2.6-9.7-2.5-9.7-9.1%200-4%203.3-6.6%207.6-6.6%204.6%200%206.9%202.4%206.9%202.4l-2.2%204.3s-2.2-1.9-4.7-1.9c-1.1%200-2.3.5-2.3%201.7%200%202.7%209.7%202.2%209.7%209%200%203.6-2.7%206.7-7.6%206.7-5%20.1-7.8-3-7.8-3zM1%2045.2c0-6.2%204.8-11%2011.2-11%205.3%200%208%203%208%203l-2.4%204S15.4%2039%2012.4%2039c-4.1%200-6.1%203-6.1%206.1%200%203.2%202.1%206.4%206.1%206.4%203.2%200%205.7-2.6%205.7-2.6l2.7%203.8s-3%203.6-8.6%203.6C5.6%2056.4%201%2051.6%201%2045.2zm23.3-.1c0-6.2%204.7-10.9%2011.2-10.9S46.8%2039%2046.8%2045.1c0%206.3-4.7%2011.2-11.2%2011.2s-11.3-4.9-11.3-11.2zm5.5%200c0%203.7%202.6%206.4%205.8%206.4s5.8-2.8%205.8-6.4c0-3.5-2.6-6.2-5.8-6.2s-5.8%202.7-5.8%206.2zM52.1%2056V34.6h5.2v16.9h8.8V56h-14zm18.7%200V34.6H76v16.9h8.8V56h-14zm18.7%200V34.6H103v4.5h-8.2V43h6.5v4.5h-6.5v4.1h8.6V56H89.5zm18-10.8c0-6.2%204.8-11%2011.2-11%205.3%200%208%203%208%203l-2.4%204s-2.4-2.2-5.4-2.2c-4.1%200-6.1%203-6.1%206.1%200%203.2%202.1%206.4%206.1%206.4%203.2%200%205.7-2.6%205.7-2.6l2.7%203.8s-3%203.6-8.6%203.6c-6.7.1-11.2-4.7-11.2-11.1zm29%2010.8V39.1H130v-4.5h18.3v4.5h-6.5V56h-5.3zm16.2%200V34.6h5.2V56h-5.2zm10.6-10.9c0-6.2%204.7-10.9%2011.2-10.9%206.5%200%2011.2%204.8%2011.2%2010.9%200%206.3-4.7%2011.2-11.2%2011.2-6.5.1-11.2-4.9-11.2-11.2zm5.4%200c0%203.7%202.6%206.4%205.8%206.4%203.2%200%205.8-2.8%205.8-6.4%200-3.5-2.6-6.2-5.8-6.2-3.2.1-5.8%202.7-5.8%206.2zM191.1%2056V34.6h5.3l5.9%2010c.8%201.4%201.8%203.7%201.8%203.7h.1s-.2-2.3-.2-3.7v-10h5.2V56h-5.3l-6-10c-.8-1.4-1.8-3.7-1.8-3.7h-.1s.2%202.3.2%203.7v10h-5.1z%22%2F%3E%3C%2Fsvg%3E);
        width: 15rem;
        min-height: 4rem;
        background-position: 0;
    }
    .header--collapsed .header__logo--collection {
        background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23a8002a%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20507.1%2029.7%22%3E%3Cstyle%3E.st0%7Benable-background%3Anew%20%3B%7D%20.st1%7Bfill%3A%23A8002A%3B%7D%3C%2Fstyle%3E%3Cg%20class%3D%22st0%22%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M0%20.6h7.4L11%2018.5c.4%201.8.4%203%20.4%203h.1s0-1.2.5-3L16.4.6H22l4.3%2017.9c.4%201.8.5%203%20.5%203h.1s0-1.2.4-3L31%20.6h7.2L31%2029.2h-7.8l-3.6-14.4c-.4-1.8-.6-3.4-.6-3.4s-.1%201.5-.6%203.4l-3.6%2014.4H7L0%20.6zM57.8.1c8.6%200%2015%206.4%2015%2014.6%200%208.4-6.3%2015-15%2015-8.6%200-15-6.6-15-15%200-8.2%206.4-14.6%2015-14.6zm0%2023.2c4.3%200%207.7-3.7%207.7-8.6%200-4.7-3.4-8.2-7.7-8.2s-7.7%203.5-7.7%208.2c0%204.9%203.4%208.6%207.7%208.6zM81.5.6h7.6l4.2%2012.1c.6%201.8%201.4%204.7%201.4%204.7h.1s.8-2.9%201.4-4.7L100.4.6h7.6l2.3%2028.6h-7l-.9-12.9c-.2-2.2%200-4.8%200-4.8h-.1l-1.6%204.8-3%208.3h-6l-3-8.3-1.6-4.8H87s.2%202.6%200%204.8l-.9%2012.9h-7L81.5.6zM132.9%2023.2H124l-1.7%206h-7.2L124.8.6h7.4l9.7%2028.6h-7.2l-1.8-6zm-4.5-16.1s-.6%203.1-1.2%204.9l-1.6%205.6h5.6l-1.6-5.6c-.4-1.8-1.1-4.9-1.2-4.9zM147.6.6h7.1l7.9%2013.4c1.1%201.9%202.4%204.9%202.4%204.9h.1s-.3-3.1-.3-4.9V.6h7v28.6h-7l-8-13.3c-1.1-1.9-2.4-4.9-2.4-4.9h-.1s.3%203.1.3%204.9v13.3h-7V.6zM181.1%200h6.1l-3.6%2010.2H179L181.1%200zM195%2020.3s3.2%203%206.8%203c1.4%200%203-.6%203-2.3%200-3.4-12.9-3.3-12.9-12.1%200-5.3%204.4-8.8%2010.1-8.8%206.2%200%209.2%203.2%209.2%203.2l-3%205.7s-2.9-2.5-6.3-2.5c-1.4%200-3%20.6-3%202.2%200%203.6%2012.9%203%2012.9%2012%200%204.8-3.6%208.9-10.1%208.9-6.7%200-10.4-4.1-10.4-4.1l3.7-5.2zM243.8.1c7.1%200%2010.7%204%2010.7%204l-3.2%205.3s-3.2-2.9-7.2-2.9c-5.5%200-8.1%204-8.1%208.2%200%204.2%202.8%208.6%208.1%208.6%204.3%200%207.6-3.5%207.6-3.5l3.6%205.1s-4%204.8-11.5%204.8c-9%200-15-6.4-15-14.8S235.2.1%20243.8.1zM274.9.1c8.6%200%2015%206.4%2015%2014.6%200%208.4-6.3%2015-15%2015s-15-6.6-15-15c.1-8.2%206.4-14.6%2015-14.6zm0%2023.2c4.3%200%207.7-3.7%207.7-8.6%200-4.7-3.4-8.2-7.7-8.2s-7.7%203.5-7.7%208.2c0%204.9%203.4%208.6%207.7%208.6zM297.1.6h7v22.6h11.7v6h-18.7V.6zM322.1.6h7v22.6h11.7v6h-18.7V.6zM347.1.6H365v6h-10.9v5.2h8.7v6h-8.7v5.4h11.5v6h-18.5V.6zM386.2.1c7.1%200%2010.7%204%2010.7%204l-3.2%205.3s-3.2-2.9-7.2-2.9c-5.5%200-8.1%204-8.1%208.2%200%204.2%202.8%208.6%208.1%208.6%204.3%200%207.6-3.5%207.6-3.5l3.6%205.1s-4%204.8-11.5%204.8c-9%200-15-6.4-15-14.8S377.6.1%20386.2.1zM409.9%206.6h-8.7v-6h24.4v6h-8.7v22.6h-7V6.6zM431.6.6h7v28.6h-7V.6zM460.8.1c8.6%200%2015%206.4%2015%2014.6%200%208.4-6.3%2015-15%2015s-15-6.6-15-15c0-8.2%206.3-14.6%2015-14.6zm0%2023.2c4.3%200%207.7-3.7%207.7-8.6%200-4.7-3.4-8.2-7.7-8.2S453%2010%20453%2014.7c0%204.9%203.5%208.6%207.8%208.6zM483%20.6h7.1L498%2014c1.1%201.9%202.4%204.9%202.4%204.9h.1s-.3-3.1-.3-4.9V.6h7v28.6h-7l-8-13.3c-1.1-1.9-2.4-4.9-2.4-4.9h-.1s.3%203.1.3%204.9v13.3h-7V.6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
        min-height: 2.75rem;
        width: 19rem;
    }
}
@media (min-width: 80em) {
    .header--collapsed .header__logo--collection {
        width: 30rem;
    }
}
.hero {
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
}
@media (min-width: 992px) {
    .collection .hero,
    .home .hero {
        height: 100vh;
        min-height: 100vh;
    }
}
.hero img {
    width: 100%;
}
.hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.65));
}
.hero__image {
    position: relative;
}
@media (min-width: 992px) {
    .hero__image {
        min-height: 100vh;
    }
}
@media (min-width: 992px) {
    .hero__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: object-fit\: cover;
    }
}
.hero__image__slide {
    z-index: 0;
}
@media (min-width: 42em) {
    .hero__image__slide {
        height: 100%;
    }
}
.hero__image__slide .slick-list,
.hero__image__slide .slick-slide,
.hero__image__slide .slick-slide div,
.hero__image__slide .slick-track,
.hero__image__slide img {
    height: 100vh;
    min-height: 600px;
}
.hero__image__slide img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover;
}
.hero__content__slide .slick-slide {
    visibility: hidden;
}
.hero__content__slide .slick-slide.slick-current {
    visibility: visible;
}
.hero__content__container {
    position: absolute;
    bottom: 1rem;
    padding: 2rem;
    right: 0;
    background-color: #fff;
    width: 90%;
}
@media (min-width: 32em) {
    .hero__content__container {
        width: 50%;
        bottom: 8rem;
    }
}
@media (min-width: 48em) {
    .hero__content__container {
        width: 60%;
    }
}
@media screen and (max-height: 649px) {
    .hero__content__container {
        bottom: 5rem;
    }
}
@media screen and (min-width: 80em) and (min-height: 650px) {
    .hero__content__container {
        width: 55%;
    }
}
@media screen and (min-width: 90rem) and (min-height: 650px) {
    .hero__content__container {
        width: 45%;
    }
}
.hero__content__container .h5 {
    margin-top: 0;
    font-weight: 500;
}
.hero__content__container .h5 a {
    color: #a8002a;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: repeat-x;
    background-position: 0 90%;
    background-size: 100% 0.0625rem;
    padding-bottom: 0.15em;
}
.hero__content__container .h5 a:hover {
    color: #000;
    background-image: none;
}
.hero__content__container p {
    display: none;
}
@media (min-width: 992px) {
    .hero__content__container p {
        display: block;
        margin-bottom: 0;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 1.866;
        font-weight: 500;
    }
}
.hero__slider__nav {
    position: absolute;
    top: -26px;
    left: 0;
    width: inherit;
    z-index: 1;
}
.hero__info {
    position: relative;
    z-index: 1;
    background-color: #a8002a;
}
@media screen and (min-width: 992px) and (min-height: 600px) {
    .hero__info {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}
@media screen and (min-width: 82em) and (max-height: 600px) {
    .home .hero__info {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
}
@media (min-width: 82em) {
    .hero__info {
        background: rgba(168, 0, 42, 0.75);
    }
}
.hero__info .wrap {
    width: 100%;
}
@media (min-width: 48em) {
    .home .hero__info .wrap {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 82em) {
    .home .hero__info .wrap {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (min-width: 90em) {
    .home .hero__info .wrap {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.hero__hours,
.hero__opts {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
    display: inline-block;
}
@media (min-width: 48em) {
    .hero__hours,
    .hero__opts {
        width: auto;
    }
}
.hero__hours li,
.hero__opts li {
    display: inline-block;
    margin-bottom: 0;
}
@media (min-width: 48em) {
    .hero__hours li,
    .hero__opts li {
        padding: 1rem 0;
    }
}
.hero__hours a,
.hero__opts a {
    font-weight: 700;
}
.hero__hours a:hover,
.hero__opts a:hover {
    background-image: none;
}
.hero__hours {
    color: #fff;
    padding: 1rem 0;
}
@media (min-width: 48em) {
    .hero__hours {
        padding: 0;
    }
}
.hero__hours a {
    color: #fff;
    background-image: linear-gradient(#fff, #fff);
    background-repeat: repeat-x;
    background-position: 0 90%;
    background-size: 100% 0.0625rem;
    margin-right: 0.5rem;
}
.hero__hours a:hover {
    color: #fff;
}
.hero__hours li {
    display: block;
}
@media (min-width: 48em) {
    .hero__hours li {
        display: inline-block;
    }
}
.home .hero__hours li {
    display: block;
}
@media (min-width: 48em) {
    .home .hero__hours li {
        display: inline-block;
    }
}
.home .hero__hours li:first-child {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
@media (min-width: 48em) {
    .home .hero__hours li:first-child {
        margin-bottom: 0;
    }
}
@media (min-width: 48em) {
    .hero__hours li + li {
        margin-left: 1.5rem;
    }
}
@media (min-width: 70em) {
    .collection .hero__hours {
        margin-top: 2rem;
    }
}
@media (min-width: 82rem) {
    .collection .hero__hours {
        float: right;
        margin-top: 0;
    }
}
.hero__cta {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 1rem;
}
@media (min-width: 992px) {
    .hero__cta {
        position: absolute;
        top: 0;
        margin-top: -1.5rem;
    }
}
.hero__cta li {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .hero__cta li {
        margin-left: 0.5rem;
        display: inline-block;
    }
}
.hero__cta .btn {
    width: 100%;
    text-align: center;
}
@media (min-width: 992px) {
    .hero__cta .btn {
        width: auto;
    }
}
.hero__opts {
    display: none;
}
@media (min-width: 48em) {
    .hero__opts {
        display: inline-block;
    }
}
.hero__opts a {
    color: #fff;
    background-image: linear-gradient(#fff, #fff);
    background-repeat: repeat-x;
    background-position: 0 90%;
    background-size: 100% 0.0625rem;
}
.hero__opts a:hover {
    color: #fff;
}
.hero__opts li {
    border-left: 1px solid #413f46;
    margin-left: 1.5rem;
    padding-left: 1.5rem;
}
.hero__opts li:first-child {
    border-left: 0;
    margin-left: 0;
}
.hero__tabs {
    position: relative;
    margin-top: 10rem;
    margin-bottom: 5.25rem;
}
.hero__tabs .btn,
.hero__tabs .form-group {
    display: inline-block;
}
.hero__tabs .btn {
    padding: 0.34rem 0.9rem;
    height: 38px;
}
.hero__tabs .control-label {
    color: #a8002a;
    display: block;
}
.hero__tabs .form-group {
    width: 100%;
    margin-bottom: 2rem;
}
@media (min-width: 48em) {
    .hero__tabs .form-control {
        width: 85%;
        display: inline-block;
    }
}
@media screen and (min-width: 992px) and (min-height: 600px) {
    .hero__tabs {
        margin: 0;
        top: 30vh;
        width: 100%;
    }
}
.hero__tabs .tabs .nav-tabs {
    text-align: left;
    border-bottom: 0;
}
@media (min-width: 992px) {
    .hero__tabs .tabs .nav-tabs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.hero__tabs .tabs .nav-tabs .tab-link {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
    background-color: #a8002a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    border-radius: 0;
    margin-right: 0;
    padding: 1.75rem 1rem;
    text-align: center;
}
@media (min-width: 992px) {
    .hero__tabs .tabs .nav-tabs .tab-link {
        padding: 1.75rem 1.25rem;
    }
}
.hero__tabs .tabs .nav-tabs .tab-link:hover {
    background-color: #a8002a;
    color: #fff;
}
.hero__tabs .tabs .nav-tabs li {
    float: left;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.hero__tabs .tabs .nav-tabs li.active > a,
.hero__tabs .tabs .nav-tabs li > a,
.hero__tabs .tabs .nav-tabs li > a:hover {
    border-bottom: 0;
    background-color: #fff;
    color: #a8002a;
}
.hero__tabs .tabs .nav-tabs li.active > a:hover {
    background-color: #fff;
    color: #a8002a;
}
.hero__tabs .tabs .tab-content {
    background-color: #fff;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.hero__tabs .tabs .tab-content a {
    font-weight: 700;
    color: #a8002a;
}
.hero__tabs .panel {
    font-family: "Montserrat", sans-serif;
}
.hero__tabs .panel-group .panel,
.hero__tabs .panel-heading {
    border-radius: 0;
}
.hero__tabs .panel-heading a {
    color: #a8002a;
    background-color: #fff;
}
.hero__tabs .panel-heading a:hover {
    background-color: inherit;
    color: inherit;
}
.hero__tabs .panel-heading a.collapsed {
    color: #fff;
    background-color: #a8002a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hero__tabs .panel-group .panel + .panel {
    margin-top: 1px;
}
.hero__tabs .panel-default {
    border: 0;
}
.hero__tabs .panel-body a {
    font-weight: 700;
    color: #a8002a;
}
.hero__tabs .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-color: #e9e8e8;
}
.hero__tabs p {
    font-size: 16px;
    font-size: 1rem;
    color: #707070;
}
.hero__search {
    position: relative;
    border: 1px solid #dedede;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}
.hero__search__input {
    width: 100%;
    border: 0;
    height: 3rem;
    padding: 1rem;
    font-family: adelle, serif;
    font-size: 20px;
    font-size: 1.25rem;
}
.hero__search__btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #850928;
    border: 0;
    padding: 0.75rem;
    width: 3rem;
    height: 3rem;
}
.hero__search__icon {
    color: #fff;
}
.media {
    margin: 3rem 0 1rem;
}
.media__video {
    position: relative;
}
.media__video:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.media__caption {
    margin-top: 2rem;
}
.media__video--icon {
    position: absolute;
    width: 5rem;
    height: auto;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}
.media__inline {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    line-height: 0;
    position: relative;
    text-align: center;
}
.media__inline img {
    margin: 0 auto;
}
#media-contact {
    margin-top: 2em;
    border-top-color: #ccc;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 0.5em;
}
.mega {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background: #f6f6f6;
    color: #000;
    visibility: hidden;
    z-index: -1;
}
.nav__item--active .mega {
    visibility: visible;
}
.mega__menu {
    width: calc(55% - 0.625rem);
    float: left;
}
.mega__content {
    width: calc(45% - 0.625rem);
    float: right;
}
.mega__heading {
    margin-bottom: 1.25rem;
    color: #032c4c;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 300;
}
.mega__heading--small {
    padding-top: 0.875rem;
    padding-bottom: 0.375rem;
    font-size: 1.25rem;
}
.mega__nav {
    width: 33.333%;
    margin: 0;
    padding: 0 1.25rem 0 0;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    line-height: 1.5em;
    list-style: none;
}
.mega__nav__item {
    margin-bottom: 1.25rem;
}
.mega__nav__item--current > .mega__nav__link {
    color: #000;
    text-decoration: none;
}
.mega__close {
    position: relative;
    cursor: pointer;
}
.mega__close--icon {
    position: absolute;
    width: 2rem;
    right: 0;
}
.nav__wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    padding: 2rem 1rem;
    background-color: #850928;
}
@media (min-width: 70em) {
    .nav__wrap {
        visibility: visible;
        position: static;
        width: auto;
        height: auto;
        float: right;
        overflow: visible;
        max-height: 1px;
        background-color: transparent;
        display: inline-block;
        vertical-align: middle;
        padding: 0 2rem;
        opacity: 1;
    }
}
.menu-active .nav__wrap {
    visibility: visible;
    opacity: 1;
}
@media (min-width: 70em) {
    .menu-active .nav__wrap {
        position: inherit;
        height: inherit;
        overflow: inherit;
    }
}
.nav__list {
    list-style: none;
    padding-left: 0;
    margin: 6.5rem 0 0;
}
.nav__list:after,
.nav__list:before {
    content: "";
    display: table;
}
.nav__list:after {
    clear: both;
}
@media (min-width: 70em) {
    .nav__list {
        margin: 0 auto;
        display: inline-block;
    }
}
.nav__list li {
    margin-bottom: 0.2rem;
}
.nav__list li:after,
.nav__list li:before {
    content: "";
    display: table;
}
.nav__list li:after {
    clear: both;
}
@media (min-width: 70em) {
    .nav__list li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
    }
}
.nav__link,
.subnav__link,
.subnav__link--sub {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    display: block;
    padding: 0.5rem 1rem;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav__link:focus,
.nav__link:hover,
.subnav__link--sub:focus,
.subnav__link--sub:hover,
.subnav__link:focus,
.subnav__link:hover {
    color: #fff;
}
@media (min-width: 70em) {
    .header--collapsed .nav__link:focus,
    .header--collapsed .nav__link:hover,
    .header--collapsed .subnav__link--sub:focus,
    .header--collapsed .subnav__link--sub:hover,
    .header--collapsed .subnav__link:focus,
    .header--collapsed .subnav__link:hover {
        color: #a8002a;
    }
}
@media (min-width: 70em) {
    .subnav__link,
    .subnav__link--sub {
        color: #a8002a;
        font-size: 13px;
        font-size: 0.8125rem;
    }
    .subnav__link--sub:focus,
    .subnav__link--sub:hover,
    .subnav__link:focus,
    .subnav__link:hover {
        color: #a8002a;
        background-color: #e9e8e8;
    }
}
.subnav__link--sub {
    position: relative;
}
@media (min-width: 70em) {
    .subnav__link--sub:after {
        padding-left: 0.5rem;
        content: "+";
    }
    .nav__link__sub--active .subnav__link--sub:after {
        content: "-";
    }
}
.nav__link {
    font-size: 21px;
    font-size: 1.3125rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav__link.active {
    text-decoration: underline;
}
@media (min-width: 70em) {
    .nav__link {
        font-size: 19px;
        font-size: 1.1875rem;
        color: #fff;
        padding-bottom: 1.5rem;
    }
    .header--collapsed .nav__link {
        color: #a8002a;
    }
}
.nav__toggle,
.nav__toggle--sub {
    float: right;
    width: 3rem;
    height: 3rem;
    color: #fff;
    padding: 1rem;
}
.nav__toggle--sub:focus,
.nav__toggle--sub:hover,
.nav__toggle:focus,
.nav__toggle:hover {
    color: #fff;
}
.nav__toggle--sub:focus,
.nav__toggle:focus {
    outline: 0.125rem solid #4d90fe;
    outline-offset: 0;
}
@media (min-width: 70em) {
    .nav__toggle,
    .nav__toggle--sub {
        display: none !important;
    }
}
.nav__toggle--sub .svgstore--arrow,
.nav__toggle .svgstore--arrow {
    margin-top: 0.5rem;
}
.nav__toggle + a,
.nav__toggle--sub + a {
    overflow: hidden;
}
.nav__link--active .nav__toggle {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav__toggle--sub {
    height: 2rem;
}
.nav__toggle--sub .svgstore--arrow {
    margin-top: -0.25rem;
}
.nav__link__sub--active .nav__toggle--sub {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.subnav__list {
    padding-left: 1rem;
    line-height: 1;
    visibility: hidden;
    position: absolute;
    display: block;
    opacity: 0;
}
@media (min-width: 70em) {
    .subnav__list {
        padding-left: 0;
        padding: 0.5rem 0;
        top: 3.5rem;
        width: 12rem;
        background-color: #fff;
        transition: bottom 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
    }
    .subnav__list,
    .subnav__list:before {
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .subnav__list:before {
        content: "";
        display: block;
        border-top: 0.75rem solid transparent;
        border-left: 0.75rem solid transparent;
        border-right: 0.75rem solid transparent;
        border-bottom: 0.75rem solid #fff;
        position: absolute;
        top: -1.5rem;
    }
    .subnav__list .subnav__link {
        display: block;
        line-height: 1.6;
    }
}
.subnav__list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 85rem;
    margin: 0 auto;
}
.subnav__list li {
    display: block;
    position: relative;
}
.nav__link--active .subnav__list {
    visibility: visible;
    opacity: 1;
    position: static;
}
@media (min-width: 70em) {
    .nav__link--active .subnav__list {
        position: absolute;
    }
}
.subnav__list--sub {
    padding-left: 1.5rem;
    visibility: hidden;
    opacity: 0;
    position: absolute;
}
.nav__link__sub--active .subnav__list--sub {
    visibility: visible;
    opacity: 1;
    position: static;
}
@media (min-width: 70em) {
    .nav__link__sub--active .subnav__list--sub {
        position: absolute;
    }
}
.subnav__list--sub ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
@media (min-width: 70em) {
    .subnav__list--sub {
        position: absolute;
        top: 0;
        left: -12rem;
        width: 12rem;
        padding-left: 0;
        background-color: #e9e8e8;
    }
}
.navbar {
    min-height: 0;
    margin-bottom: 0;
}
@media (min-width: 70em) {
    .navbar .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar .navbar-toggle {
    border-color: transparent;
    margin-right: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
}
.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-toggle--icon {
    display: inline-block;
    width: 2.5rem;
    margin-top: 0.7rem;
    padding: 0.5rem;
    color: #fff;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 0.5rem;
}
.collapsed .navbar-toggle--icon {
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.navbar-brand {
    position: static;
    left: auto;
    float: none;
    display: block;
}
@media (min-width: 64.1em) {
    .navbar-brand {
        position: absolute;
        left: -999rem;
    }
}
@media (min-width: 70em) {
    .navbar-nav {
        float: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.navbar-nav li {
    padding-top: 0.4rem;
    border-bottom: 0.4rem solid transparent;
    margin-bottom: -0.05rem;
}
.navbar-nav li.active,
.navbar-nav li:hover {
    background-color: #021e33;
}
@media (min-width: 48em) {
    .navbar-nav li.active,
    .navbar-nav li:hover {
        background-color: transparent;
        border-bottom: 0.4rem solid #eba836;
    }
}
.navbar-nav .navbar-nav__link {
    padding: 0.5rem;
    text-align: center;
}
@media (min-width: 48em) {
    .navbar-nav .navbar-nav__link:hover {
        background-color: none;
    }
}
@media (min-width: 48em) {
    .navbar-nav .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-nav .navbar-nav__divider {
    position: absolute;
    left: -999rem;
}
@media (min-width: 70em) {
    .navbar-nav .navbar-nav__divider {
        position: static;
        left: auto;
        width: 0.05rem;
        background-color: #fff;
    }
    .navbar-nav .navbar-nav__divider:hover {
        border-bottom: 0;
        background-color: #fff;
    }
}
@media (max-width: 70em) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}
.story-date {
    display: inline;
    font-weight: 700;
}
.news--listing {
    overflow: hidden;
    padding-bottom: 3.5em;
}
h3 a:not([class]) {
    background-image: linear-gradient(rgba(133, 9, 40, 0.8), rgba(133, 9, 40, 0.8));
}
h3 a:not([class]):hover {
    background-position: 0 85%;
}
.stories {
    clear: both;
    display: table-row;
    display: table;
    margin-bottom: 2em;
}
.stories img {
    width: 125px;
    height: auto;
    float: left;
    margin-top: 0.45em;
    margin-right: 1.25em;
}
.news--listing__heading {
    margin-bottom: 1.1rem;
}
.news--listing__heading a {
    color: #850928;
    text-decoration: none !important;
    font-size: 3rem;
    line-height: 1.5em;
}
.news--listing__heading a:hover {
    text-decoration: underline !important;
}
.news--listing__listing-image {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 1.25em !important;
    margin-top: 0.6em;
}
.top-stories .col-sm-6:nth-child(2n + 3) {
    clear: left;
}
.feature__col:nth-child(3n + 4) {
    clear: both;
}
.section__featured-news:after {
    display: table;
    content: "";
    clear: both;
}
.pagination {
    position: relative;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
}
.pagination li > a:focus,
.pagination li > a:hover {
    border-color: #fff;
    color: #fff;
    border-radius: 0;
    background-color: #a8002a;
}
.pagination .pagination__link {
    background-color: #f6f6f6;
}
.pagination__link--left,
.pagination__link--right {
    padding: 1rem;
}
.pagination__link--left span,
.pagination__link--right span {
    display: inline-block;
    width: 1rem;
}
.pagination__link--left span {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pagination__link--right span {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.panel {
    box-shadow: none;
    font-family: adelle, serif;
}
.panel p {
    margin-top: 1rem;
}
.panel-heading {
    border-bottom: 0;
    padding: 0;
}
.panel-heading h4 {
    font-size: 17px;
    font-size: 1.0625rem;
}
.panel-heading a {
    display: block;
    color: #850928;
    padding: 10px 15px;
}
.panel-heading a:hover {
    background-color: #850928;
    color: #fff;
}
.panel-arrow {
    position: absolute;
    right: 1rem;
    width: 2rem;
    padding: 0.2rem;
}
.mfp-bg {
    z-index: 1042;
    background: #0b0b0b;
}
.mfp-wrap {
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mfp-container {
    text-align: center;
    position: absolute;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 18px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media (max-width: 900px) {
    .mfp-arrow {
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -ms-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: 0.8;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.mfp-with-zoom.mfp-bg,
.mfp-with-zoom .mfp-container {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing.mfp-bg,
.mfp-with-zoom.mfp-removing .mfp-container {
    opacity: 0;
}
.mfp-container {
    padding-left: 1rem;
    padding-right: 1rem;
}
@media print {
    .footer,
    .header {
        display: none;
    }
}
.pull-quote__container {
    margin: 3rem 0;
    position: relative;
}
@media (min-width: 48em) {
    .pull-quote__container {
        padding-left: 4.5rem;
    }
}
.pull-quote {
    border-top: 0.4rem solid #850928;
    background-color: #f6f6f6;
    padding: 12rem 2rem 2rem;
}
@media (min-width: 48em) {
    .pull-quote {
        padding: 2rem 2rem 2rem 5rem;
    }
}
.pull-quote:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3rem 3rem 0;
    border-color: transparent #850928 transparent transparent;
    right: 0;
    top: 0;
}
.pull-quote__image {
    position: absolute;
    top: 2rem;
    left: 2rem;
}
@media (min-width: 48em) {
    .pull-quote__image {
        left: 0;
        width: 8rem;
    }
}
.pull-quote__text {
    margin-bottom: 2rem;
}
.pull-quote__text p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 0.5rem;
}
.pull-quote__text--author {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
}
.pull-quote__paragraphs {
    padding-right: 2rem;
}
#quote-large {
    margin-bottom: -3.25rem;
}
.map-no-scroll {
    position: relative;
}
.map-no-scroll .cover {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.map-no-scroll iframe {
    position: relative;
    z-index: 1;
}
.residence__map__frame {
    height: 485px;
    width: 100%;
    border: 0;
}
@media (min-width: 48em) {
    .residence__map__frame {
        height: 685px;
    }
}
.residence__map {
    position: relative;
    margin-top: -6rem;
    margin-bottom: 3rem;
}
@media (min-width: 48em) {
    .residence__map {
        margin-top: -12rem;
    }
}
.residence__placecard {
    background: #fff;
    position: absolute;
    z-index: 10;
    top: 3rem;
    left: 0;
    display: table;
    box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
}
@media (min-width: 48em) {
    .residence__placecard {
        top: 12rem;
        left: 2rem;
        width: auto;
    }
}
.residence__placecard img {
    float: left;
}
.residence__placecard__content {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}
.residence__placecard__link {
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5em;
    padding: 0 1rem;
    margin: 0;
    display: inline-block;
}
.residence__area {
    position: relative;
    min-height: 30rem;
    margin-bottom: 5rem;
}
.residence__area__svg {
    position: absolute;
    overflow: hidden;
    max-width: 100%;
}
.pulsing,
.residence__area__svg--dots,
.residence__area__svg--pin {
    display: none;
}
@media (min-width: 80em) {
    .pulsing,
    .residence__area__svg--dots,
    .residence__area__svg--pin {
        display: block;
    }
}
.residence__area__svg--dots,
.residence__area__svg--pin {
    visibility: hidden;
}
.residence__area__content {
    position: relative;
    z-index: 1;
}
.residence__area__location {
    margin-bottom: 1rem;
}
@media (min-width: 70em) {
    .residence__area__location--wrap {
        margin-left: 10rem;
    }
}
@media (min-width: 80em) {
    .residence__area__location--wrap {
        margin-left: 20rem;
    }
}
.location__img {
    margin: 0 0 0 1rem;
    float: left;
}
.location__content {
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
    padding-left: 1rem;
}
.location__name {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-top: 1rem;
    font-weight: 400;
    line-height: 1.5em;
}
.location__distance {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #850928;
}
.location__download__button {
    text-align: center;
    margin: 2rem 0;
}
.residence__slider {
    margin-bottom: 5rem;
}
.residence__slider__item {
    opacity: 0.2;
    transition: opacity 0.2s ease;
}
.slick-current .residence__slider__item {
    opacity: 1;
}
.residence__amens {
    margin-bottom: 5rem;
}
.residence__amens .btn {
    margin-top: 1rem;
}
.residence__amens__container {
    text-align: center;
    margin-bottom: 3rem;
}
.residence__amens__block {
    padding: 0 1rem;
    height: 10rem;
}
.residence__amens__icon {
    font-family: "Montserrat", sans-serif;
}
.residence__amens__icon span[class*="svgstore--"] {
    padding-bottom: 0;
}
.residence__amens__icon span {
    height: 4rem;
    width: 4rem;
    margin: 0 auto 1rem;
}
.residence__amens__content {
    border-top: 0.3rem solid #e9e8e8;
}
.residence__amens__content .h5 {
    margin-top: 1rem;
}
.residence__amens__content ul {
    padding: 0;
    list-style: none;
}
.residence__amens__content li {
    margin-bottom: 0;
}
.residence__browse {
    margin-top: 3rem;
}
.svg-pulse .pulse {
    -webkit-animation: svg_pulse 3s ease;
    -webkit-animation-iteration-count: infinite;
}
.svg-pulse .two {
    opacity: 0;
    animation-delay: 1.5s;
}
.skew__residence {
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    z-index: 2;
}
@media (min-width: 48em) {
    .skew__residence {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    }
}
.block__content--residence .h2 {
    color: #fff;
}
.filter__main .skew__residence .search__results__title,
.skew__residence .filter__main .search__results__title,
.skew__residence .h1,
.skew__residence .h2,
.skew__residence .h3,
.skew__residence .h4,
.skew__residence .h5,
.skew__residence .h6,
.skew__residence .sidebar__heading {
    margin-bottom: 0;
    color: #fff;
}
.resource {
    margin-top: 5rem;
}
.resource .panel {
    margin: 0 1rem;
}
.resource .tab-content {
    position: relative;
}
.resource .tab-content:after {
    position: absolute;
    content: "";
    border-top: 0.1rem solid #413f46;
    width: 100%;
    left: 0;
    top: 0;
}
.resource .nav-tabs {
    border-bottom: 0;
}
.tab-content__resource {
    background-color: #e9e8e8;
    padding: 3rem 0;
}
.resource__container {
    margin: 3rem 0;
}
.resource__container .filter-showing {
    padding: 0 0.5rem;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
}
.resource__container .filter-showing a {
    font-size: 15px;
    font-size: 0.9375rem;
}
@media (min-width: 48em) {
    .resource__container .filter-showing a {
        float: right;
    }
}
.resource__container .filter-showing__active {
    font-size: 26px;
    font-size: 1.625rem;
    display: block;
}
@media (min-width: 48em) {
    .resource__container .filter-showing__active {
        display: inline-block;
        margin-left: 0.5rem;
    }
}
.resource__button-grid {
    margin-left: 0;
    margin-right: 0;
}
.resource__button-grid .col-sm-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.resource__block-grid {
    padding: 2rem 0 3rem;
    margin: 0 0.5rem;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}
@media (max-width: 48em) {
    .resource__block-grid {
        padding: 0 2rem 2rem;
    }
}
.resource__block-grid__inner {
    margin: 0 0.5rem;
}
@media (min-width: 48em) {
    .resource__block-grid__inner {
        margin: 0 3rem;
    }
}
.resource__button {
    margin: 0.5rem 0;
}
.resource__map {
    margin-bottom: 1rem;
}
.resource__map__heading {
    margin-top: 0;
}
@media (min-width: 48em) {
    .tabbed__item__container {
        position: absolute;
        bottom: 0;
        width: 100%;
        overflow: hidden;
        z-index: 2;
    }
    .tabbed__item__container p {
        width: 100%;
        color: #fff;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        padding: 0 1rem;
        margin-bottom: 1rem;
    }
}
.tabbed__item__angle {
    position: relative;
    display: block;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}
.tabbed__item__angle--active .tabbed__item__angle {
    position: absolute;
    background-image: none;
    background-color: rgba(202, 74, 36, 0.64);
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    -ms-transform: translateY(0);
    transform: translateY(0);
}
@media (min-width: 48em) and (max-width: 70em) {
    .tabbed__item__angle {
        position: relative;
    }
    .tabbed__item__angle:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='190' width='2800' fill='%23CA4A24' fill-opacity='.65'%3E%3Cpath d='M0 190h2800L0 0z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        content: "";
        height: 190px;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 1;
        bottom: 0;
    }
    .tabbed__item__angle--active .tabbed__item__angle:after {
        background-image: none;
    }
}
@media (min-width: 70em) {
    .tabbed__item__angle {
        position: relative;
    }
    .tabbed__item__angle:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='110' width='2800' fill='%23CA4A24' fill-opacity='.65'%3E%3Cpath d='M0 110h2800L0 0z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        content: "";
        height: 110px;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 1;
        bottom: 0;
    }
    .tabbed__item__angle--active .tabbed__item__angle:after {
        background-image: none;
    }
}
.tabbed__item__link img {
    position: absolute;
    left: -999rem;
}
@media (min-width: 48em) {
    .tabbed__item__link img {
        position: static;
        left: auto;
    }
}
@media (min-width: 48em) {
    .resource__tabs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.resource__tabs li {
    display: block !important;
    margin: 1rem;
}
@media (min-width: 48em) {
    .resource__tabs li {
        margin: 0;
    }
}
#allresources-collapse .panel-body,
#resourcesearch-collapse .panel-body {
    border-top: 0;
    padding: 0;
}
.button-grid__link {
    display: block;
    margin: 0.5rem 0;
    position: relative;
    overflow: hidden;
}
.button-grid__link img {
    display: none;
}
@media (min-width: 48em) {
    .button-grid__link img {
        display: block;
        width: 100%;
    }
}
.resource__search__filter {
    position: relative;
    margin: 0 0.5rem 3rem;
    display: none;
}
.resource__search__filter input {
    border: 0.1rem solid #850928;
}
.resource__search__filter--active .resource__search__filter {
    display: block;
}
.resource__search__button {
    position: absolute;
    top: 0;
    right: 0;
    width: 3rem;
    padding: 0.6875rem;
    overflow: hidden;
    background: transparent;
    border: 0;
    color: #850928;
}
.button-grid__viewall {
    background-image: linear-gradient(rgba(3, 44, 76, 0.3), rgba(3, 44, 76, 0.3));
}
.button-grid__viewall,
.button-grid__viewall:hover {
    background-repeat: repeat-x;
    background-position: 0 90%;
    background-size: 100% 0.0625rem;
}
.button-grid__viewall:hover {
    background-image: linear-gradient(currentColor, currentColor);
    text-decoration: none;
}
.resource__search__hidden {
    display: none;
}
.resource__title--heading {
    margin-bottom: 2.5rem;
    font-weight: 400;
    font-size: 17px;
    font-size: 1.0625rem;
}
@media (min-width: 48em) {
    .resource__title--heading {
        font-size: 41px;
        font-size: 2.5625rem;
        font-weight: 400;
        line-height: 1.5em;
        color: #850928;
        font-family: "Montserrat", sans-serif;
    }
}
.search__wrap {
    position: absolute;
    left: -999rem;
    padding: 1rem 0;
    background: #850928;
    color: #000;
    visibility: hidden;
}
.search__wrap .wrap {
    position: relative;
}
.search-active .search__wrap {
    position: static;
    left: auto;
    visibility: visible;
    top: 3rem;
    position: fixed;
    width: 100%;
    z-index: 11;
}
@media (min-width: 70em) {
    .search-active .search__wrap {
        top: 0;
    }
}
.search__form {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 2rem 0;
}
.search__form:after,
.search__form:before {
    content: "";
    display: table;
}
.search__form:after {
    clear: both;
}
@media (min-width: 70em) {
    .search__form {
        width: 80%;
        margin-left: 10rem;
    }
}
.search__input {
    display: block;
    width: 100%;
    height: 3rem;
    padding: 0.75rem 3rem 0.75rem 0.75rem;
    border: 0;
    background: #fff;
    color: #000;
    font-size: 17px;
    font-size: 1.0625rem;
    border-radius: 0.3rem;
}
.search__input:-ms-input-placeholder {
    color: #413f46;
}
.search__input::placeholder {
    color: #413f46;
}
.search__button {
    position: absolute;
    top: 2rem;
    right: 0;
    width: 3rem;
    padding: 0.6875rem;
    overflow: hidden;
    background: transparent;
    border: 0;
    color: #850928;
}
.search__label {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    text-transform: uppercase;
}
.search__close {
    background-color: #850928;
    float: right;
}
.search__close--icon {
    display: block;
    width: 1rem;
    height: 1rem;
    color: #fff;
}
.program__search__form {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0.5rem 1rem;
}
.program__search__form:after,
.program__search__form:before {
    content: "";
    display: table;
}
.program__search__form:after {
    clear: both;
}
.program__search__button {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    width: 3rem;
    padding: 0.6875rem;
    overflow: hidden;
    background: transparent;
    border: 0;
    color: #850928;
}
.gsc-control-wrapper-cse * {
    box-sizing: content-box;
}
form.gsc-search-box {
    line-height: 1;
}
.gsst_a .gscb_a {
    color: #850928 !important;
}
.gsc-control-wrapper-cse .gs-webResult.gs-result > * {
    padding-left: 0;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    margin-right: 12px !important;
    font-size: 1rem;
    color: #850928 !important;
}
.cse .gsc-control-cse,
.gsc-control-cse {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.gsst_a .gscb_a {
    line-height: 0.8;
}
.gsc-result .gs-title {
    height: 2rem !important;
}
.gsc-result .gs-title,
.gsc-result .gs-title * {
    font-size: 20px;
    font-size: 1.25rem !important;
}
.gsc-control-wrapper-cse .gs-webResult.gs-result > * {
    font-family: adelle, serif !important;
    font-size: 16.25px;
    font-size: 1.016rem !important;
}
.gsc-url-top {
    font-size: 16px;
    font-size: 1rem !important;
}
.gsc-input-box {
    height: 36px !important;
}
.gsc-input-box input[type="text"] {
    height: 30px !important;
}
.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
    padding: 12px 27px !important;
    margin-top: 0 !important;
}
.gsc-search-button-v2,
.gsc-search-button-v2:focus,
.gsc-search-button-v2:hover {
    background-color: #850928 !important;
    background-image: none !important;
    filter: none !important;
    height: 1.5rem !important;
}
.gsc-result .gs-title {
    color: #850928 !important;
}
.sidebar__group {
    margin: 2rem 0;
}
.sidebar__group p {
    font-size: 14px;
    font-size: 0.875rem;
}
.sidebar__social ul {
    margin: 0;
    padding: 0;
}
.sidebar__social li {
    display: inline-block;
    margin-bottom: 0;
}
.sidebar__social li:not(:last-child) {
    padding-right: 1rem;
}
.sidebar__social a {
    width: 1.5rem;
    display: block;
    color: #413f46;
    background-image: none;
}
.sidebar__social a:focus,
.sidebar__social a:hover {
    color: #850928;
    background-image: none;
}
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    font-size: 0;
    background: #fff;
    color: #850928;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 1;
}
.slick-next:hover,
.slick-prev:hover {
    background-color: #a8002a;
    color: #fff;
}
.slick-next:focus,
.slick-prev:focus {
    outline: 0.125rem solid #4d90fe;
    outline-offset: 0;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 1;
}
.slick-next span,
.slick-prev span {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    width: 1rem;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
    position: relative;
    display: block;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    z-index: 1 !important;
    display: none;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
nav .slick-arrow {
    position: relative;
    display: inline-block !important;
    vertical-align: bottom;
}
.slick-next {
    right: 0;
}
nav .slick-next {
    margin-left: 1px;
}
.slider {
    position: relative;
    box-shadow: 0 10px 70px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 5rem;
    z-index: 1;
}
.slider:after,
.slider:before {
    content: "";
    display: table;
}
.slider:after {
    clear: both;
}
.slider__content .slick-slide {
    visibility: hidden;
}
.slider__content .slick-slide.slick-current {
    visibility: visible;
}
.slider__nav {
    position: absolute;
    width: 101px;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.slider__nav .slick-arrow {
    -ms-transform: none !important;
    transform: none !important;
}
.slider__text {
    padding: 2rem;
}
@media (min-width: 48em) {
    .slider__text {
        padding-left: 0;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (min-width: 70em) {
    .slider__text {
        padding-right: 15%;
        padding-left: 2rem;
    }
}
.slider__text .h5 {
    margin-top: 0;
}
.slider__text .h5 a {
    color: #a8002a;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: repeat-x;
    background-position: 0 90%;
    background-size: 100% 0.0625rem;
    padding-bottom: 0.15em;
}
.slider__text .h5 a:hover {
    color: #000;
    background-image: none;
}
.slider__text p {
    margin-bottom: 0;
}
.slider__img {
    overflow: hidden;
    z-index: 1;
}
.slider__img,
.slider__img__wrap {
    position: relative;
}
.share__nav-bar {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 0.1rem solid #413f46;
}
.share__nav-bar ul {
    display: table;
    margin: 0 auto;
}
.share__nav-bar li {
    display: table-cell;
    padding: 1rem 0;
    border-bottom: 0.2rem solid transparent;
}
.share__item {
    padding-bottom: 1.45rem;
}
@media (min-width: 70em) {
    .share__item {
        margin: 0 10rem;
    }
}
.share__item.active,
.share__item:hover {
    border-bottom: 0.2rem solid #850928;
}
.share__item--icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    color: #850928;
    margin: 0 1rem;
}
.share__item--icon .svgstore {
    display: inline-block;
    vertical-align: middle;
}
.referral {
    display: none !important;
}
.juicer-feed {
    padding-top: 2rem !important;
}
.juicer-feed .feed-item {
    border-width: 0.1rem !important;
    border-radius: 0;
    border-color: none;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
}
.juicer-feed .j-stacker {
    width: 95% !important;
    margin-left: auto;
    margin-right: auto;
}
.juicer-feed .j-paginate {
    padding: 0.5rem 1.5rem;
    color: #850928 !important;
    background: #fff !important;
    border-radius: 0.3rem !important;
    text-decoration: none;
    cursor: pointer;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-family: "Montserrat", sans-serif;
    font-size: 17px !important;
    border: 0.1rem solid #850928 !important;
}
.juicer-feed .j-paginate:hover {
    background: #850928 !important;
    color: #fff !important;
}
.svgstore--snapchat {
    padding-bottom: 93.93939%;
}
.sidebar-subnav {
    width: 100%;
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: none;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Montserrat", sans-serif;
    background-color: #f6f6f6;
}
.sidebar-subnav--nested {
    position: absolute;
    left: -999rem;
    margin: 0;
    padding: 0;
}
.sidebar-subnav--nested li {
    list-style: none;
    padding: 0 2rem;
}
.sidebar-subnav__item--active > .sidebar-subnav--nested {
    position: static;
    left: auto;
}
.sidebar-subnav__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.sidebar-subnav__toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-align: center;
    align-items: center;
    width: 2.9375rem;
    float: right;
    padding: 1rem;
    color: #413f46;
}
.sidebar-subnav__toggle:hover {
    color: #fff;
    background-color: #850928;
}
.sidebar-subnav__item--active > .sidebar-subnav__toggle .sidebar-subnav__toggle {
    color: #413f46;
}
.sidebar-subnav__item--active > .sidebar-subnav__toggle .sidebar-subnav__toggle:focus,
.sidebar-subnav__item--active > .sidebar-subnav__toggle .sidebar-subnav__toggle:hover {
    color: #fff;
    background-color: #850928;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sidebar-subnav__item--active > .sidebar-subnav__toggle .sidebar-subnav__toggle--open {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sidebar-subnav__toggle--open {
    width: 1rem;
    display: block;
}
.sidebar-subnav__link {
    display: block;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    padding: 0.7rem 0.7rem 0.7rem 1.3rem;
    color: #413f46;
    white-space: normal;
    font-weight: 500;
}
.sidebar-subnav__link:hover {
    color: #fff;
    background-color: #850928;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sidebar-subnav__toggle + .sidebar-subnav__link {
    width: calc(100% - 2.9375rem);
}
.sidebar-subnav__link--nested {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: adelle, serif;
    color: #413f46;
    white-space: normal;
}
.sidebar-subnav__link--nested:focus,
.sidebar-subnav__link--nested:hover {
    color: #850928;
}
.sidebar-subnav__toggle ~ [class^="currentbranch"] {
    -ms-flex-order: -1;
    order: -1;
}
.sidebar-subnav__toggle + [class^="currentbranch"] {
    width: calc(100% - 2.9375rem);
}
[class^="currentbranch"] > a {
    display: block;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    padding: 0.7rem 0.7rem 0.7rem 1.3rem;
    font-weight: 500;
}
[class^="currentbranch"] > a,
[class^="currentbranch"] > a:hover {
    color: #850928;
    background-image: none;
}
.sidebar-subnav--nested [class^="currentbranch"] > a {
    padding: 0;
}
.table {
    margin-bottom: 2rem;
    font-family: "Montserrat", sans-serif;
}
.table table {
    margin-right: -0.125rem;
    margin-left: -0.125rem;
    border-collapse: separate;
    border-spacing: 0.125rem 0;
}
.table table td {
    font-size: 14px;
    font-size: 0.875rem;
}
.table tr:nth-of-type(odd) {
    background: #f6f6f6;
}
.table td,
.table th {
    padding: 0.625rem 1.25rem;
    text-align: left;
    vertical-align: top;
}
.table th {
    background: #032c4c;
    color: #fff;
    font-weight: 400;
}
.scroll-box {
    float: right;
}
.scroll-italics {
    font-style: italic;
    display: inline-block;
    padding-right: 0.5em;
}
.scroll-text {
    display: none;
    color: #707070;
}
@media (max-width: 768px) {
    .table__shadow {
        position: relative;
    }
    .table__shadow:before {
        position: absolute;
        top: 0;
        right: 0;
        width: 0.375rem;
        height: 100%;
        background-image: linear-gradient(90deg, transparent, rgba(65, 63, 70, 0.5));
        content: "";
        pointer-events: none;
    }
    .table__scroll {
        overflow: auto;
    }
    .table__scroll table {
        min-width: 64rem;
    }
    .scroll-text {
        display: inline-block;
    }
}
.tabs {
    font-family: "Montserrat", sans-serif;
}
.tabs .nav-tabs {
    text-align: center;
}
@media (max-width: 48em) {
    .tabs .nav-tabs {
        border-bottom: 0;
    }
}
.tabs .nav-tabs > li {
    margin-bottom: 0;
    float: none;
    display: inline-block;
}
.tabs .nav-tabs > li.active > a {
    border: 0;
    background: #850928;
    color: #fff;
}
@media (min-width: 48em) {
    .tabs .nav-tabs > li.active > a {
        background: #fff;
        color: #850928;
        border-radius: 0;
        border-bottom: 0.3rem solid #850928;
    }
}
.tabs .nav-tabs > li > a {
    color: #850928;
    border-color: #850928;
    border-radius: 4px;
}
@media (min-width: 48em) {
    .tabs .nav-tabs > li > a {
        border: 0;
        border-bottom: 0.3rem solid transparent;
    }
}
@media (min-width: 48em) {
    .tabs .nav-tabs > li > a:hover {
        background: #fff;
        color: #850928;
        border-radius: 0;
        border-bottom: 0.3rem solid #850928;
    }
}
.hero__tabs__wrap .tab-content > .tab-pane.active {
    display: block;
    position: static;
    left: auto;
}
.hero__tabs__wrap .tab-content > .tab-pane {
    display: block;
    position: absolute;
    left: -999rem;
}
.hide-image img {
    display: none;
}
figure {
    display: table;
}
figure img {
    display: block;
    width: 100%;
}
figcaption {
    display: table-caption;
    caption-side: bottom;
    padding-top: 0.5em;
}
.section {
    margin-top: 1rem;
    padding-bottom: 2rem;
    display: block;
}
.align-left,
.align-right {
    margin-bottom: 1.25rem;
}
@media (min-width: 48em) {
    .align-left,
    .align-right {
        max-width: 50%;
    }
}
@media (min-width: 48em) {
    .align-left {
        margin-right: 1.25rem;
        float: left;
    }
}
@media (min-width: 48em) {
    .align-right {
        margin-left: 1.25rem;
        float: right;
    }
}
.image-only {
    padding-bottom: 2em;
}
figcaption {
    color: #888;
    font-size: 0.85em;
}
.align-center img {
    margin: 0 auto 1.25rem;
}
.fullwidth {
    padding: 0 1.5em 3em;
}
@media (max-width: 768px) {
    .fullwidth {
        padding-bottom: 2em;
    }
}
.fullwidth-image {
    padding: 0 0.5em 3em;
}
.fullwidth-image:after {
    content: "";
    display: table;
    clear: both;
    margin-bottom: 1rem;
}
.ticker {
    position: relative;
    background-color: #413f46;
}
.ticker .wrap {
    position: static;
    padding: 1rem 3rem;
}
.ticker .slick-arrow {
    color: #fff;
    background-color: transparent;
    width: 0.65rem;
}
.ticker .slick-next {
    right: 1rem;
}
@media (min-width: 48em) {
    .ticker .slick-next {
        right: 2rem;
    }
}
.ticker .slick-prev {
    left: 1rem;
}
@media (min-width: 48em) {
    .ticker .slick-prev {
        left: 2rem;
    }
}
.ticker__item {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
    color: #fff;
}
.ticker__item a {
    color: #fff;
    background-image: linear-gradient(#fff, #fff);
    background-repeat: repeat-x;
    background-position: 0 90%;
    background-size: 100% 0.0625rem;
}
.ticker__item a:hover {
    color: #fff;
}
.ticker__item p {
    margin-bottom: 0;
}
.topbar {
    display: none;
}
@media (min-width: 70em) {
    .topbar {
        background: #f6f6f6;
        display: block;
    }
}
.topbar__list--left {
    float: left;
}
.topbar__list--right {
    float: right;
}
.topbar__list--right p {
    display: inline-block;
    margin-bottom: 0;
}
.topbar__list--right .topbar__list {
    border-right: 0;
}
.topbar__list {
    margin: 0;
    padding: 0;
    float: left;
    padding: 0 0.5rem 0 0;
    position: relative;
}
.topbar__list:last-child {
    padding-right: 0;
}
.topbar__list li {
    display: inline-block;
    margin: 0;
}
.topbar__list ul li {
    display: block;
}
.topbar__list a {
    height: 3rem;
    line-height: 3rem;
    padding: 0.5rem;
    background-image: none;
    color: #413f46;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
}
.topbar__list a:focus,
.topbar__list a:hover {
    background-image: none;
    color: #850928;
}
.topbar__list + .topbar__list:before {
    content: " | ";
    padding: 0.2rem;
}
.topbar__dropdown {
    position: relative;
    z-index: 4;
}
.topbar__dropdown--active .topbar__dropdown__toggle {
    color: #032c4c;
}
.topbar__dropdown__icon {
    width: 0.875rem;
    margin-top: 1.1rem;
    float: right;
    margin-right: 0.3rem;
}
.topbar__dropdown--active .topbar__dropdown__icon {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.topbar__dropdown__list {
    left: -999rem;
    position: absolute;
    top: 3rem;
    margin: 0;
    padding: 0.5rem 1rem;
    background: #f6f6f6;
    color: #032c4c;
    list-style: none;
    visibility: hidden;
    z-index: -1;
}
.topbar__dropdown__list a {
    line-height: 2.5rem;
}
.topbar__dropdown--active .topbar__dropdown__list {
    right: -10rem;
    left: -1rem;
    visibility: visible;
}
/*# sourceMappingURL=style.css.map */
