﻿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: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .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 {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    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"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        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;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline
    }

    a:focus {
        outline: thin dotted;
        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.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:768px) {
    .container {
        width: 740px
    }
}

@media (min-width:992px) {
    .container {
        width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1160px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.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-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@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-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@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-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@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-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%
    }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: 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;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.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
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.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
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.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
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.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
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.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
    }
}

.inputText {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 30px
}

:focus {
    outline-color: transparent;
    outline-style: none
}

fieldset {
    display: block;
    float: left;
    margin: 0;
    padding: 0
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    margin: 0;
    line-height: normal;
    text-transform: none
}

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer
    }

        button[disabled], input[disabled] {
            cursor: default
        }

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
        margin: 0
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none
        }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    line-height: normal;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
    display: block;
    line-height: normal
}

input[type="file"] {
    display: block
}

select[multiple], select[size] {
    height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    height: auto
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="checkbox"], input[type="radio"] {
    height: 50px;
    float: left;
    margin-right: 20px
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=search], input[type=url] {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    height: 50px;
    line-height: 50px
}

select {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    line-height: 50px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: '';
    background: none
}

input[type=button], input[type=submit], button, select {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 30px;
    -webkit-border-radius: 0;
    border-radius: 0;
    min-height: 50px;
    max-height: 50px;
    line-height: 50px !important;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: block;
    float: left
}

select {
    background: #fff url(../img/select-down.png) right no-repeat;
    background-position: right 10px top 20px
}

    select.dark {
        background: #fff url(../img/drop-dark.png) right no-repeat;
        background-position: right 10px top 20px
    }

    input[type=button]:hover, input[type=submit]:hover, button:hover, select:hover {
        border: 1px solid #333;
        -webkit-box-shadow: inset 0 2px 0 0 #fff,inset 0 -2px 1px 0 #ccc,0 1px 2px 0 #ccc;
        -moz-box-shadow: inset 0 2px 0 0 #fff,inset 0 -2px 1px 0 #ccc,0 1px 2px 0 #ccc;
        box-shadow: inset 0 2px 0 0 #fff,inset 0 -2px 1px 0 #ccc,0 1px 2px 0 #ccc
    }

input[type=text], input[type=password], input[type=email], input[type=number], input[type=search], input[type=url], textarea {
    border: 1px solid #aaa;
    background: #fff;
    padding: 0 10px;
    -webkit-box-shadow: inset 0 1px 2px 0 #eee;
    -moz-box-shadow: inset 0 1px 2px 0 #eee;
    box-shadow: inset 0 1px 2px 0 #eee;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

    input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=url]:focus, textarea:focus {
        -webkit-box-shadow: inset 0 1px 5px 0 #ccc;
        -moz-box-shadow: inset 0 1px 5px 0 #ccc;
        box-shadow: inset 0 1px 5px 0 #ccc
    }

textarea {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 30px;
    padding: 10px;
    width: 100%
}

@-moz-document url-prefix() {
    select {
        padding-top: 2px;
        height: 50px;
        background-image: none
    }
}

::-webkit-input-placeholder {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #999
}

:-moz-placeholder {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #999;
    opacity: 1
}

::-moz-placeholder {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #999;
    opacity: 1
}

:-ms-input-placeholder {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #999
}

p.label {
    float: left;
    min-height: 50px;
    line-height: 50px;
    margin: 0
}

html, body {
    width: 100%;
    overflow-x: hidden
}

.bold {
    font-weight: bold
}

.normal {
    font-weight: normal
}

.italic {
    font-style: italic
}

.boldItalic {
    font-weight: bold;
    font-style: italic
}

.caps {
    text-transform: uppercase
}

.clear {
    clear: both
}

.centered {
    text-align: center
}

.test1234 {
    text-align: center
}

.red {
    color: #c00
}

.redBG {
    background-color: #c00
}

.black {
    color: #000
}

.blackBG {
    background-color: #000
}

.white {
    color: #fff
}

.whiteBG {
    background-color: #fff
}

.gold {
    color: #efd256
}

.goldBG {
    background-color: #efd256
}

.blue {
    color: #4252a3
}

.blueBG {
    background-color: #4252a3
}

.grey {
    color: #847b7a
}

.greyBG {
    background-color: #847b7a
}

.lightGrey {
    color: #c6c6ce
}

.lightGreyBG {
    background-color: #c6c6ce
}

@font-face {
    font-family: 'SimplonBP-Bold';
    src: url('../fonts/SimplonBP-Bold_gdi.eot');
    src: url('../fonts/SimplonBP-Bold_gdi.eot?#iefix') format('embedded-opentype'),url('../fonts/SimplonBP-Bold_gdi.woff') format('woff'),url('../fonts/SimplonBP-Bold_gdi.ttf') format('truetype'),url('../fonts/SimplonBP-Bold_gdi.svg#SimplonBP-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA
}

@font-face {
    font-family: 'SimplonBP-Light';
    src: url('../fonts/SimplonBP-Light_gdi.eot');
    src: url('../fonts/SimplonBP-Light_gdi.eot?#iefix') format('embedded-opentype'),url('../fonts/SimplonBP-Light_gdi.woff') format('woff'),url('../fonts/SimplonBP-Light_gdi.ttf') format('truetype'),url('../fonts/SimplonBP-Light_gdi.svg#SimplonBP-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA
}

@font-face {
    font-family: 'SimplonBPMono-Bold';
    src: url('../fonts/SimplonBPMono-Bold_gdi.eot');
    src: url('../fonts/SimplonBPMono-Bold_gdi.eot?#iefix') format('embedded-opentype'),url('../fonts/SimplonBPMono-Bold_gdi.woff') format('woff'),url('../fonts/SimplonBPMono-Bold_gdi.ttf') format('truetype'),url('../fonts/SimplonBPMono-Bold_gdi.svg#SimplonBPMono-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA
}

@font-face {
    font-family: 'SimplonBPMono-Light';
    src: url('../fonts/SimplonBPMono-Light_gdi.eot');
    src: url('../fonts/SimplonBPMono-Light_gdi.eot?#iefix') format('embedded-opentype'),url('../fonts/SimplonBPMono-Light_gdi.woff') format('woff'),url('../fonts/SimplonBPMono-Light_gdi.ttf') format('truetype'),url('../fonts/SimplonBPMono-Light_gdi.svg#SimplonBPMono-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA
}

@font-face {
    font-family: 'SimplonBPMono-Regular';
    src: url('../fonts/SimplonBPMono-Regular_gdi.eot');
    src: url('../fonts/SimplonBPMono-Regular_gdi.eot?#iefix') format('embedded-opentype'),url('../fonts/SimplonBPMono-Regular_gdi.woff') format('woff'),url('../fonts/SimplonBPMono-Regular_gdi.ttf') format('truetype'),url('../fonts/SimplonBPMono-Regular_gdi.svg#SimplonBPMono-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA
}

.hFont {
    font-family: 'SimplonBPMono-Bold','Open Sans',sans-serif
}

.pFont {
    font-family: 'SimplonBP-Light','Open Sans',sans-serif
}

.monoFont {
    font-family: 'SimplonBPMono-Light',sans-serif
}

.monoFontReg {
    font-family: 'SimplonBPMono-Regular',sans-serif
}

.monoFontBold {
    font-family: 'SimplonBPMono-Bold',sans-serif
}

.monoFont.bold {
    font-family: 'SimplonBPMono-Bold',sans-serif
}

pre, code, samp, var {
    font-family: 'SimplonBPMono-Light',sans-serif
}

var {
    font-weight: bold;
    font-family: 'SimplonBP-Bold','Open Sans',sans-serif
}

@media (max-width:768px) {
    body {
        font-size: 14px
    }
}

@media (max-width:992px) {
    body {
        font-size: 15px
    }
}

@media (max-width:1200px) {
    body {
        font-size: 15px
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'SimplonBPMono-Bold','Open Sans',sans-serif
}

h1 {
    font-size: 6rem;
    line-height: 6rem;
    margin: 10px 0;
    text-transform: uppercase;
    letter-spacing: 7px;
    color: #efd256
}

h2 {
    font-size: 2rem;
    line-height: 2rem;
    margin: 10px 0;
    letter-spacing: 3px;
    color: #4252a3
}

h3 {
    font-size: 30px;
    line-height: 34px;
    margin: 10px 0
}

h4 {
    font-size: 26px;
    line-height: 30px;
    margin: 10px 0;
    letter-spacing: 3px
}

h5 {
    font-size: 22px;
    line-height: 25px;
    margin: 10px 0
}

h6 {
    font-size: 20px;
    line-height: 25px;
    margin: 10px 0
}

html, body, p {
    font-family: 'SimplonBP-Light','Open Sans',sans-serif;
    font-size: 15px;
    line-height: 20px
}

p {
    margin: 1.2rem 0;
    letter-spacing: 1px
}

b, strong {
    font-weight: bold;
    font-family: 'SimplonBP-Bold','Open Sans',sans-serif
}

i, em {
    font-style: italic
}

    b i, strong i, i b, i strong, b em, strong em, em b, em strong {
        font-weight: bold;
        font-style: italic
    }

.bold {
    font-family: 'SimplonBP-Bold','Open Sans',sans-serif
}

p.bold {
    font-family: 'SimplonBPMono-Bold','Open Sans',sans-serif
}

a.bold {
    color: #333;
    font-family: 'SimplonBPMono-Bold','Open Sans',sans-serif
}

p.caption {
    color: #847b7a;
    margin-top: 1.6em;
    margin-bottom: 2em;
    margin-bottom: 1rem
}

@media screen and (min-width:768px) {
    p.caption {
        margin-bottom: 2rem
    }
}

blockquote {
    text-align: center;
    color: #847b7a;
    font-size: 2.5rem;
    line-height: 3rem;
    font-family: 'SimplonBPMono-Regular',sans-serif
}

    blockquote:before {
        content: open-quote;
        font-size: 2.5rem;
        line-height: 3rem;
        display: block
    }

    blockquote:after {
        content: close-quote;
        font-size: 2.5rem;
        line-height: 3rem;
        display: block;
        margin-top: 20px
    }

a {
    text-decoration: none;
    color: #000
}

    a:hover {
        text-decoration: underline;
        color: #4252a3
    }

sup {
    position: relative;
    top: -5px;
    font-size: .7rem
}

sub {
    position: relative;
    top: 5px;
    font-size: .7rem
}

small {
    font-size: .7rem
}

mark {
    background-color: #844;
    color: white;
    padding: 0 5px
}

hr {
    background: #c6c6ce;
    border: 0 none;
    height: 1px;
    margin: 25px 0
}

ul {
    margin: 10px 0
}

    ul li {
        list-style: disc outside none;
        margin-left: 20px
    }

        ul li ul, ul li ol {
            margin: 0
        }

ol {
    margin: 10px 0
}

    ol li {
        list-style: decimal outside none;
        margin-left: 20px
    }

        ol li ul, ol li ol {
            margin: 0
        }

dl dt {
    font-weight: bold;
    font-family: 'SimplonBP-Bold','Open Sans',sans-serif;
    margin-top: 10px
}

dl dd {
    font-style: italic;
    margin-bottom: 10px;
    margin-left: 20px
}

img {
    display: block;
    width: 100%;
    max-width: 100%
}

.greyscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

    .greyscale:hover {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0)
    }

input[type=email] {
    height: 50px
}

input::-moz-placeholder {
    line-height: 50px
}

select {
    margin-bottom: 20px;
    z-index: 1
}

::-webkit-input-placeholder {
    font-family: 'SimplonBPMono-Light',sans-serif;
    font-size: 12px;
    line-height: 50px
}

:-moz-placeholder {
    font-family: 'SimplonBPMono-Light',sans-serif;
    font-size: 12px;
    line-height: 50px
}

::-moz-placeholder {
    font-family: 'SimplonBPMono-Light',sans-serif;
    font-size: 12px;
    line-height: 50px
}

:-ms-input-placeholder {
    font-family: 'SimplonBPMono-Light',sans-serif;
    font-size: 12px;
    line-height: 50px
}

a.button {
    text-decoration: none
}

    a.button:hover {
        text-decoration: underline
    }

    a.button.large {
        text-decoration: none
    }

        a.button.large:hover {
            text-decoration: underline
        }

p.button {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
    font-family: 'SimplonBPMono-Regular',sans-serif;
    text-align: center;
    display: inline-block;
    min-width: 140px
}

    p.button.blueBG {
        color: white
    }

        p.button.blueBG a {
            color: white
        }

    p.button.whiteBG a {
        color: #4252a3
    }

    p.button.blackBG a {
        color: white
    }

    p.button.redBG a {
        color: white
    }

    p.button.goldBG a {
        color: #4252a3
    }

    p.button.greyBG a {
        color: white
    }

    p.button.lightGreyBG a {
        color: white
    }

input[type=submit] {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
    font-family: 'SimplonBPMono-Regular',sans-serif;
    text-align: center;
    display: inline-block;
    min-width: 140px;
    max-width: 100%;
    line-height: 40px !important;
    min-height: 40px;
    color: white
}

    input[type=submit] a {
        color: white
    }

    input[type=submit].blueBG {
        color: white
    }

        input[type=submit].blueBG a {
            color: white
        }

span.button {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
    font-family: 'SimplonBPMono-Regular',sans-serif;
    text-align: center;
    display: inline-block;
    min-width: 140px
}

    span.button.blueBG {
        color: white
    }

        span.button.blueBG a {
            color: white
        }

    span.button.whiteBG a {
        color: #4252a3
    }

    span.button.blackBG a {
        color: white
    }

    span.button.redBG a {
        color: white
    }

    span.button.goldBG a {
        color: #4252a3
    }

    span.button.greyBG a {
        color: white
    }

    span.button.lightGreyBG a {
        color: white
    }

input[type=submit]:hover {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: underline
}

@media screen and (min-width:768px) {
    p.button, span.button {
        width: auto
    }

    input[type=submit] {
        max-width: 170px
    }
}

table {
    border: 2px solid black;
    width: 100%
}

    table thead tr {
        background-color: #c00
    }

        table thead tr th {
            color: white;
            font-weight: bold;
            padding: 5px 10px;
            border: 1px solid black
        }

    table tfoot tr {
        background-color: #c00
    }

        table tfoot tr th {
            color: white;
            font-weight: bold;
            padding: 5px 10px;
            border: 1px solid black
        }

    table tbody tr td {
        color: black;
        padding: 5px 10px;
        border: 1px solid black
    }

    table tbody tr:nth-child(odd) {
        background-color: #eee
    }

    table tbody tr:nth-child(even) {
        background-color: #fff
    }

@media screen and (max-width:768px) {
    .no-pad-mobile {
        padding: 0 !important
    }
}

.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    -o-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.fadeIn-3s {
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s
}

.fadeIn-5s {
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s
}

.fadeIn-Delay-3s {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s
}

.fadeIn-Delay-5s {
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.page-wrapper {
    box-sizing: border-box;
    overflow: hidden
}

.main-nav {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 6;
    background-color: #fff;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 10px
}

    .main-nav .cycle-slideshow {
        display: none
    }

    .main-nav .nav-right {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        margin-top: 50px
    }

        .main-nav .nav-right input {
            background-image: url(../img/search-icon.png);
            background-repeat: no-repeat;
            background-position: 98% 17px;
            box-shadow: none;
            opacity: .5
        }

            .main-nav .nav-right input[type=text]:focus {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                opacity: .5;
                font-family: 'SimplonBPMono-Regular','Open Sans',sans-serif;
                font-size: 16px;
                color: #000
            }

        .main-nav .nav-right ul {
            margin: 30px 0 0;
            padding: 0
        }

            .main-nav .nav-right ul li {
                list-style: none;
                margin-left: 37px;
                display: inline;
                text-transform: uppercase;
                color: #000;
                font-family: 'SimplonBPMono-Regular','Open Sans',sans-serif
            }

                .main-nav .nav-right ul li a:hover {
                    text-decoration: none;
                    border-bottom: 2px solid black;
                    padding-bottom: 5px
                }

                .main-nav .nav-right ul li a {
                    color: #000
                }

                .main-nav .nav-right ul li.search-images {
                    display: none;
                    cursor: pointer
                }

                    .main-nav .nav-right ul li.search-images img {
                        margin: 0
                    }

        .main-nav .nav-right .search-icon {
            height: 50px;
            width: 50px;
            position: absolute;
            top: 0;
            right: 10px;
            cursor: pointer
        }

    .main-nav img {
        width: auto;
        margin: 10px;
        max-height: 116px
    }

    .main-nav.reduced-nav {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease
    }

        .main-nav.reduced-nav .nav-right {
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -ms-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
            margin-top: 10px
        }

            .main-nav.reduced-nav .nav-right input {
                display: none
            }

            .main-nav.reduced-nav .nav-right ul li {
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -ms-transition: all 1s ease;
                -o-transition: all 1s ease;
                transition: all 1s ease;
                margin-left: 26px
            }

                .main-nav.reduced-nav .nav-right ul li#search-menu {
                    display: inline-block
                }

                    .main-nav.reduced-nav .nav-right ul li#search-menu img {
                        margin: 0;
                        opacity: 0;
                        -webkit-animation: fadeIn ease-in 1;
                        -moz-animation: fadeIn ease-in 1;
                        -o-animation: fadeIn ease-in 1;
                        animation: fadeIn ease-in 1;
                        -webkit-animation-fill-mode: forwards;
                        -moz-animation-fill-mode: forwards;
                        -o-animation-fill-mode: forwards;
                        animation-fill-mode: forwards;
                        -webkit-animation-duration: 3s;
                        -moz-animation-duration: 3s;
                        -o-animation-duration: 3s;
                        animation-duration: 3s;
                        cursor: pointer
                    }

        .main-nav.reduced-nav .nav-left img {
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -ms-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
            max-height: 70px;
            margin-top: 10px
        }

    .main-nav .drop-nav {
        border-top: 1px solid lightgrey;
        box-shadow: 3px 3px 17px 0 #e0e0e0;
        padding-top: 50px;
        display: none;
        top: 100%;
        background-color: #fff;
        position: absolute;
        z-index: 100;
        left: 0;
        right: 0;
        margin: auto
    }

        .main-nav .drop-nav h4 {
            font-family: 'SimplonBPMono-Light',sans-serif;
            color: #000;
            text-transform: uppercase;
            font-size: 23px
        }

        .main-nav .drop-nav ul {
            margin-left: 0;
            padding-left: 0
        }

            .main-nav .drop-nav ul li {
                margin-left: 0;
                padding-left: 0;
                list-style: none;
                font-family: 'SimplonBPMono-Light',sans-serif;
                text-transform: uppercase;
                line-height: 34px;
                font-size: 15px
            }

        .main-nav .drop-nav hr {
            width: 10px;
            margin: 21px 0;
            border-top: 2px solid black
        }

        .main-nav .drop-nav img {
            max-height: 260px;
            overflow: hidden
        }

        .main-nav .drop-nav p {
            margin-left: 10px
        }

    .main-nav .long-search {
        display: none;
        padding-top: 20px;
        border-top: 1px solid #c6c6ce
    }

        .main-nav .long-search input {
            background-image: url(../img/search-icon.png);
            background-repeat: no-repeat;
            background-position: 17px;
            background-position-x: 97%
        }

.mobile-nav .mobile-head {
    border-bottom: 1px solid #c6c6ce;
    height: 80px
}

    .mobile-nav .mobile-head img {
        width: auto;
        max-width: 140px;
        display: inline-block;
        margin-top: 10px
    }

    .mobile-nav .mobile-head p {
        display: inline-block;
        margin-left: 8px;
        padding-top: 4px
    }

    .mobile-nav .mobile-head a#menu-button {
        position: relative;
        top: 7px
    }

.mobile-nav .mobile-menu {
    display: none;
    height: 100vh;
    border-bottom: 1px solid #c6c6ce
}

    .mobile-nav .mobile-menu ul {
        padding: 0;
        margin: 0
    }

        .mobile-nav .mobile-menu ul li {
            list-style: none;
            padding: 0;
            margin: 0;
            line-height: 50px;
            font-family: 'SimplonBPMono-Regular',sans-serif;
            text-transform: uppercase
        }

            .mobile-nav .mobile-menu ul li p {
                margin: 0 10px;
                line-height: 60px;
                width: 85%;
                margin: 0 auto;
                padding-left: 10px;
                border-bottom: 1px solid #c6c6ce
            }

        .mobile-nav .mobile-menu ul.sub-nav {
            display: none;
            position: absolute;
            top: 80px;
            z-index: 3;
            width: 100%;
            background-color: #4252a3;
            height: 85vh
        }

            .mobile-nav .mobile-menu ul.sub-nav li a {
                color: white
            }

            .mobile-nav .mobile-menu ul.sub-nav li:first-child {
                background-color: #c6c6ce
            }

                .mobile-nav .mobile-menu ul.sub-nav li:first-child a {
                    color: #000
                }

    .mobile-nav .mobile-menu input {
        margin-top: 30px;
        width: 85%;
        margin: 0 auto;
        display: block
    }

@media screen and (min-width:992px) {
    .main-nav .nav-right ul li {
        margin-left: 40px
    }
}

@media screen and (min-width:1200px) {
    .main-nav .nav-right ul li {
        margin-left: 72px
    }
}

@media screen and (min-width:992px) {
    .main-nav.reduced-nav .nav-right ul li {
        margin-left: 26px
    }
}

@media screen and (min-width:1200px) {
    .main-nav.reduced-nav .nav-right ul li {
        margin-left: 40px
    }
}

@media screen and (min-width:992px) {
    .main-nav {
        display: block
    }

    .mobile-nav {
        display: none
    }

    .page-wrapper {
        margin-top: 190px
    }
}

html.touch .page-wrapper {
    margin-top: 0
}

html.touch .main-nav {
    display: none
}

html.touch .mobile-nav {
    display: block
}

ul.inline-nav {
    margin: 10px 0 0;
    padding: 0
}

    ul.inline-nav li {
        list-style: none;
        margin-left: 20px;
        display: inline;
        text-transform: uppercase;
        color: #000;
        font-family: 'SimplonBPMono-Regular','Open Sans',sans-serif
    }

        ul.inline-nav li a:hover {
            text-decoration: none;
            border-bottom: 2px solid black;
            padding-bottom: 5px
        }

        ul.inline-nav li a {
            color: #000
        }

@media screen and (min-width:768px) {
    ul.inline-nav li {
        margin-left: 61px
    }
}

.mini-nav hr {
    margin: 40px 0
}

.artist-nav-button {
    height: 170px;
    width: 47px;
    border: 1px solid #c6c6ce
}

    .artist-nav-button p {
        -webkit-transform: rotate(-270deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        position: absolute;
        left: 0;
        bottom: 67px;
        right: 0;
        margin: auto
    }

    .artist-nav-button.prev {
        border-left: none
    }

        .artist-nav-button.prev p {
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            position: absolute;
            left: 0;
            bottom: 67px;
            right: 0;
            margin: auto
        }

    .artist-nav-button:hover {
        background-color: #c6c6ce
    }

        .artist-nav-button:hover p {
            color: #fff
        }

section.footer {
    margin-top: 20px;
    position: relative;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 50px;
    border-top: 1px solid #c6c6ce
}

    section.footer img {
        width: auto;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px
    }

        section.footer img.social {
            display: inline-block;
            margin-right: 20px
        }

    section.footer input[type=email] {
        height: 45px
    }

    section.footer input::-webkit-input-placeholder {
        line-height: 45px
    }

    section.footer #clock {
        padding: 10px;
        background-image: url(../img/clock.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-bottom: 22px;
        max-width: 90px;
        margin-top: 19px
    }

    section.footer img.logo {
        margin-top: 102px
    }

        section.footer img.logo.trade {
            margin-top: 19px;
            margin-top: 45px
        }

    section.footer img.footer-art-logo {
        width: 57%;
        padding-bottom: 26px
    }

    section.footer #hours, section.footer #todaysDate {
        margin-left: 10px
    }

    section.footer .left-links p {
        margin: 5px 0
    }

    section.footer .left-links #craft-visual-logo {
        margin-top: 80px
    }

    section.footer .left-links p.copyright {
        padding-top: 20px
    }

@media screen and (min-width:768px) {
    section.footer {
        margin-top: 0
    }

        section.footer img {
            width: auto;
            margin: 0;
            margin-top: 20px;
            margin-bottom: 10px
        }

            section.footer img.footer-art-logo {
                padding-bottom: 0
            }

        section.footer #hours {
            position: relative;
            top: 7px
        }
}

.center-block {
    display: block;
    margin: 0 auto
}

.center-text {
    text-align: center
}

.width-auto {
    width: auto
}

.full-height {
    height: 100%
}

.vert-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.top50 {
    margin-top: 50px
}

.bottom50 {
    margin-bottom: 50px
}

.tile {
    border: 1px solid #c6c6ce;
    margin-bottom: 40px
}

    .tile div {
        padding: 0 24px 0 24px
    }

    .tile img {
        margin-top: -1px
    }

.blue-tick {
    position: relative;
    float: right;
    top: -44px;
    width: auto;
    margin: 0 !important;
    cursor: pointer
}

section .header {
    padding: 10px 0;
    position: relative
}

    section .header .typed-header {
        position: relative;
        right: 122px
    }

section.header-4 p {
    margin: 0
}

    section.header-4 p.bold {
        margin-top: 20px
    }

        section.header-4 p.bold.monoFont {
            margin-top: 0
        }

    section.header-4 p.button {
        margin: 20px 0
    }

section.header-4 span.button {
    margin: 20px 0
}

section.header-5 img {
    width: auto;
    margin: 20px 0
}

section.header-5 h2 {
    color: #847b7a
}

section.header-5 p.button {
    margin-right: 100%;
    margin-bottom: 20px;
    min-width: 200px
}

    section.header-5 p.button a {
        color: #fff
    }

section.header-5 span.button {
    margin-right: 100%;
    margin-bottom: 20px;
    min-width: 200px
}

    section.header-5 span.button a {
        color: #fff
    }

section.blueBG p {
    color: #fff
}

section.blueBG h2, section.blueBG h3, section.blueBG h4, section.blueBG h5, section.blueBG h6 {
    color: #fff
}

section.blueBG p.bold, section.blueBG p.caps {
    margin: 0
}

section.blueBG h4 {
    margin-bottom: 30px;
    margin-top: 0
}

section.blueBG p.button {
    background-color: #fff
}

section.blueBG span.button {
    background-color: #fff
}

    section.blueBG span.button a:hover {
        color: #000
    }

section.blueBG a:hover {
    color: #000;
    text-decoration: underline
}

section.whiteBG p.button {
    background-color: #4252a3
}

    section.whiteBG p.button a {
        color: #fff
    }

section.whiteBG span.button {
    background-color: #4252a3
}

    section.whiteBG span.button a {
        color: #fff
    }

section.greyBG h2 {
    color: #c6c6ce
}

section.greyscale p, section.greyscale h1, section.greyscale h2, section.greyscale h3, section.greyscale h4 {
    color: #847b7a
}

section .gold-img-bg {
    background: url(../img/gold-image-bg.png) no-repeat center;
    background-position: center;
    background-size: 100%
}

section .grey-img-bg {
    background: url(../img/grey-image-bg.png) no-repeat center;
    background-position: center;
    background-size: 100%
}

    section .grey-img-bg p.caption {
        color: #000
    }

section .embed-container {
    margin: 20px 0 40px 0;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

    section .embed-container iframe, section .embed-container object, section .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

section .bracket {
    width: auto;
    position: absolute;
    max-width: 109px
}

    section .bracket.top {
        top: 0
    }

    section .bracket.right-slant {
        right: 0
    }

    section .bracket.bottom {
        bottom: 0
    }

        section .bracket.bottom.left {
            max-width: 172px;
            bottom: -46px
        }

    section .bracket.horizontal {
        top: 45%
    }

    section .bracket.right {
        right: 0
    }

        section .bracket.right.top {
            max-width: 172px;
            right: -33px
        }

    section .bracket.left {
        left: 0
    }

    section .bracket.minus200 {
        top: -200px
    }

    section .bracket.plus200 {
        top: 200px
    }

    section .bracket.minus100 {
        top: -100px
    }

    section .bracket.plus100 {
        top: 100px
    }

    section .bracket.minus50left {
        left: -100px
    }

section .artist-tile {
    border: 1px solid lightgrey;
    min-height: 388px;
    margin-bottom: 60px
}

    section .artist-tile div {
        padding: 0 26px 20px 26px
    }

        section .artist-tile div p {
            color: #4252a3
        }

            section .artist-tile div p:nth-child(2) {
                font-family: 'SimplonBPMono-Bold','Open Sans',sans-serif
            }

section .article h2 {
    margin: 20px 0 20px 0
}

section .article p {
    margin: 0 0 0 10px
}

    section .article p.caption {
        margin: 0
    }

section .article .social {
    min-height: 100px
}

    section .article .social img {
        width: auto;
        padding: 10px
    }

section .resource p {
    color: #4252a3
}

section.up-arrow {
    display: none;
    margin: 40px 0;
    position: fixed;
    bottom: 50px;
    z-index: 3;
    width: 100%
}

    section.up-arrow img {
        margin: 0 auto;
        width: auto;
        padding: 12px;
        border: 1px solid #c6c6ce;
        background-color: #fff;
        opacity: .7
    }

        section.up-arrow img:hover {
            border: 1px solid #847b7a;
            opacity: 1
        }

section.vert-image {
    margin: 50px 0
}

section p.original-size img, section span.original-size img {
    width: auto;
    margin-right: 15px;
    display: inline-block
}

@media (min-width:768px) and (max-width:991px) {
    section span.original-size img {
        padding-bottom: 30px
    }
}

.header-content {
    width: 100%
}

    .header-content img {
        width: auto
    }

@media screen and (min-width:768px) {
    section {
        padding: 30px 0;
        z-index: 2;
        position: relative
    }

        section .header {
            padding: 0;
            position: relative
        }

            section .header .header-content {
                padding: 50px 0;
                float: left
            }

            section .header .typed-header {
                letter-spacing: 9px
            }

        section .bracket-drift {
            display: block
        }

        section .gold-img-bg {
            background-size: 88%;
            padding: 80px 0
        }

        section .grey-img-bg {
            background-size: 88%;
            padding: 80px 0
        }
}

@media screen and (min-width:992px) {
    section .header .typed-header {
        right: 315px
    }
}

.greyBg p.caption {
    color: #000
}

.featured {
    position: relative;
    margin: 25px 0
}

    .featured p.button {
        margin-top: 50px
    }

    .featured img {
        max-height: 520px;
        overflow: hidden;
        z-index: 0;
        position: relative
    }

    .featured span.button {
        margin-top: 10px
    }

    .featured .content {
        margin: 20px 0
    }

    .featured .home-feature-head h2 {
        z-index: 2;
        font-family: 'SimplonBPMono-Regular',sans-serif
    }

    .featured .side {
        display: none;
        font-family: 'SimplonBPMono-Light',sans-serif;
        position: absolute;
        top: 48%;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        left: -15px
    }

    .featured.white-tilt-bg {
        background: url(../img/white-tilt-bg.png) no-repeat center;
        background-position: center;
        background-size: 80%;
        background-position: top left;
        background-size: 200%
    }

        .featured.white-tilt-bg.goldBG {
            background-color: #efd256
        }

            .featured.white-tilt-bg.goldBG p.button {
                background-color: #4252a3
            }

                .featured.white-tilt-bg.goldBG p.button a {
                    color: #fff
                }

            .featured.white-tilt-bg.goldBG span.button {
                background-color: #4252a3
            }

                .featured.white-tilt-bg.goldBG span.button a {
                    color: #fff
                }

        .featured.white-tilt-bg.greyBG {
            background-color: #847b7a
        }

        .featured.white-tilt-bg.blueBG .featured-hashtag p {
            color: #fff
        }

        .featured.white-tilt-bg.blueBG p {
            color: #000
        }

            .featured.white-tilt-bg.blueBG p.side {
                left: -24px;
                color: #fff
            }

            .featured.white-tilt-bg.blueBG p.button.blueBG .featured-hashtag p {
                color: #fff
            }

            .featured.white-tilt-bg.blueBG p.button.blueBG a {
                color: #fff
            }

            .featured.white-tilt-bg.blueBG p span.button.blueBG {
                color: #fff
            }

                .featured.white-tilt-bg.blueBG p span.button.blueBG .featured-hashtag p {
                    color: #fff
                }

    .featured.goldBG {
        background-color: #efd256
    }

        .featured.goldBG p.button {
            background-color: #4252a3
        }

            .featured.goldBG p.button a {
                color: #fff
            }

        .featured.goldBG span.button {
            background-color: #4252a3
        }

            .featured.goldBG span.button a {
                color: #fff
            }

    .featured.whiteBG p.side {
        left: 10px;
        color: #4252a3
    }

    .featured.whiteBG .bracket-angle {
        background-color: #4252a3
    }

    .featured p.monoFont {
        margin: 0
    }

        .featured p.monoFont:last-child {
            margin-bottom: 1.2rem
        }

    .featured.blueBG .featured-hashtag p {
        color: #fff
    }

@media screen and (min-width:768px) {
    .featured {
        margin: 0
    }

        .featured .content {
            margin-top: 80px;
            margin-bottom: 70px
        }

        .featured span.button {
            margin-top: 50px;
            width: 170px
        }

        .featured.white-tilt-bg {
            background-position: center;
            background-size: 80%
        }

        .featured .home-feature-head h2 {
            position: absolute
        }
}

@media screen and (min-width:992px) {
    .side {
        display: block
    }
}

.percent92 img {
    width: 92%
}

section.large-images-collection img.thumb-fade {
    margin-top: 40px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

    section.large-images-collection img.thumb-fade:hover {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0)
    }

section.large-images-collection p.bold a {
    color: #4252a3
}

section.large-images-collection p.side {
    font-family: 'SimplonBPMono-Light',sans-serif;
    position: absolute;
    top: 41%;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -79px
}

section.large-images-collection p.button {
    background-color: #847b7a;
    text-transform: uppercase
}

section.large-images-collection span.button {
    background-color: #847b7a;
    text-transform: uppercase
}

section.image-collection {
    margin: 40px 0
}

    section.image-collection .thumbs img {
        margin-bottom: 20px;
        opacity: .5
    }

        section.image-collection .thumbs img:hover {
            opacity: 1
        }

    section.image-collection .thumbs div {
        min-height: 100px
    }

    section.image-collection .image-collection-wrap {
        max-height: 530px;
        overflow: hidden;
        margin-bottom: 20px
    }

section.related {
    padding: 40px 0 60px 0
}

    section.related h2 {
        text-transform: uppercase;
        z-index: 1;
        position: relative;
        top: 40px;
        left: 5px;
        line-height: 38px
    }

    section.related p {
        color: #c6c6ce;
        margin: 0;
        font-family: 'SimplonBPMono-Bold','Open Sans',sans-serif
    }

    section.related img {
        margin-bottom: 10px
    }

section.logo-collection hr {
    margin: 25px 0
}

section.logo-collection h2 {
    margin-top: 30px
}

section.logo-collection img {
    margin-bottom: 20px
}

section.logo-collection .tile {
    border: 1px solid #c6c6ce;
    margin-bottom: 40px
}

    section.logo-collection .tile div:first-child {
        height: 160px;
        border-bottom: 1px solid #c6c6ce;
        padding: 0
    }

        section.logo-collection .tile div:first-child img {
            width: auto;
            margin-bottom: 0;
            max-height: 160px;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            margin: 0 auto
        }

section.tile-block h2 {
    margin: 25px 0
}

section.tile-block .tile div {
    padding: 30px
}

    section.tile-block .tile div p:first-child {
        font-family: 'SimplonBPMono-Regular',sans-serif;
        color: #4252a3;
        margin: 0;
        font-weight: bold;
        font-family: 'SimplonBP-Bold','Open Sans',sans-serif
    }

    section.tile-block .tile div p.monoFontReg {
        margin: 0
    }

section.tile-block.greyscale .tile div p:first-child {
    color: #847b7a
}

section.tile-block.media-tiles .tile div p:first-child {
    font-family: 'SimplonBPMono-Light',sans-serif
}

section.tile-block.media-tiles .tile div p:nth-child(2) {
    font-family: 'SimplonBPMono-Bold',sans-serif;
    color: #4252a3
}

section.tile-block .years p {
    font-family: 'SimplonBPMono-Regular',sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600
}

    section.tile-block .years p a {
        color: #c6c6ce
    }

        section.tile-block .years p a.active {
            color: #efd256
        }

        section.tile-block .years p a:hover {
            color: #efd256
        }

section.tile-block .long-tile {
    border: 1px solid #c6c6ce;
    margin-bottom: 40px;
    overflow: hidden
}

    section.tile-block .long-tile p:first-child {
        font-family: 'SimplonBPMono-Regular',sans-serif;
        color: #4252a3;
        margin: 30px 0 0 0;
        font-weight: bold;
        font-family: 'SimplonBP-Bold','Open Sans',sans-serif
    }

section.tile-block.tile-people .tile {
    overflow: hidden
}

    section.tile-block.tile-people .tile p {
        margin: 20px
    }

section.tile-block.tile-people .tile-tall {
    height: 800px
}

section.tile-block.tile-people .tile-short .tile-tall {
    height: 262px
}

section.tile-block.tile-people .col-sm-8 .tile-short {
    height: 262px
}

    section.tile-block.tile-people .col-sm-8 .tile-short p {
        width: 40%;
        display: inline-block;
        float: left
    }

section.tile-block.tile-people .partner-tile .tile.tile-tall {
    height: 408px
}

section.tile-block .newsBox .tile img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

    section.tile-block .newsBox .tile img:hover {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0)
    }

@media (min-width:768px) and (max-width:991px) {
    section.tile-block.tile-people .tile-tall {
        height: 1096px
    }
}

section.shop h2 {
    margin: 50px 0
}

section.shop .featured .blurb {
    border-bottom: 1px solid #c6c6ce
}

    section.shop .featured .blurb p:first-child {
        font-family: 'SimplonBPMono-Bold',sans-serif;
        color: #4252a3
    }

section.shop .product {
    margin-bottom: 40px
}

    section.shop .product img {
        width: auto;
        margin: 0 auto
    }

    section.shop .product div {
        border-bottom: 1px solid #c6c6ce
    }

        section.shop .product div p:first-child {
            font-family: 'SimplonBPMono-Bold',sans-serif;
            color: #4252a3
        }

section.shop .bag-item {
    border-bottom: 1px solid #c6c6ce;
    margin-bottom: 40px
}

    section.shop .bag-item p {
        font-family: 'SimplonBPMono-Bold',sans-serif
    }

    section.shop .bag-item div:nth-child(2) p {
        color: #4252a3
    }

    section.shop .bag-item div:nth-child(3) p {
        text-align: right
    }

    section.shop .bag-item div:nth-child(3) select {
        width: 80%;
        float: right;
        margin-bottom: 10px
    }

    section.shop .bag-item div:nth-child(3) p:last-child {
        text-transform: uppercase;
        font-family: 'SimplonBPMono-Light',sans-serif;
        color: #847b7a
    }

section.shop .bag-total p.button {
    margin-left: 40px
}

section.shop .bag-total span.button {
    margin-left: 40px
}

section.shop .bag-total div:nth-child(2), section.shop .bag-total div:nth-child(3) {
    text-align: right
}

section.shop .product-left div:first-child img {
    margin-bottom: 40px
}

section.shop .product-right span {
    font-weight: bold;
    font-family: 'SimplonBP-Bold','Open Sans',sans-serif
}

section.shop .product-right select {
    width: 120px;
    margin-bottom: 20px
}

section.shop .product-right p.button {
    min-width: 200px
}

section.shop .product-right span.button {
    min-width: 200px
}

section.shop .product-right select, section.shop .product-right p.button, section.shop .product-right span.button {
    margin-right: 100%
}

section.shop .related-items img {
    width: auto;
    margin: 0 auto
}

section.shop .related-items p {
    font-family: 'SimplonBPMono-Regular',sans-serif;
    color: #4252a3
}

#social-feed .social-item .tile {
    background-repeat: no-repeat;
    background-position: 97% 92%
}

    #social-feed .social-item .tile a {
        color: #4252a3;
        text-decoration: underline
    }

    #social-feed .social-item .tile.inst {
        background-image: url(../img/insta-overlay.png)
    }

    #social-feed .social-item .tile.fb {
        background-image: url(../img/fb-blue.png);
        max-height: 176px;
        overflow: hidden
    }

    #social-feed .social-item .tile.fb-img {
        background-image: url(../img/fb-blue.png);
        background-position: 97% 97%;
        overflow: hidden
    }

    #social-feed .social-item .tile.twit {
        background-image: url(../img/twitter-blue.png);
        max-height: 176px;
        overflow: hidden
    }

section.search {
    padding-bottom: 100px
}

section.checkout input {
    margin-bottom: 30px
}

section.checkout p.button, section.checkout span.button {
    margin: 20px 0
}

section.checkout .check-head {
    font-family: 'SimplonBPMono-Bold',sans-serif;
    color: #4252a3;
    text-align: center;
    margin: 45px 0
}

.contourField .field-validation-error {
    color: #c00;
    margin-bottom: 15px;
    font-weight: bold
}

.umbraco-forms-field .field-validation-error {
    color: #c00;
    margin-bottom: 15px;
    font-weight: bold;
    display: block;
    clear: both;
}

@media screen and (min-width:768px) {
    section .tile-block .long-tile {
        max-height: 406px
    }

    section.image-collection .thumbs div {
        min-height: 80px
    }

    section.tile-block .long-tile img {
        margin-left: -10px
    }

    section .embed-container {
        margin: 80px 0
    }
}

@media screen and (min-width:992px) {
    .featured h1 {
        margin-bottom: -20px
    }
}

@media screen and (min-width:1200px) {
    section .artist-tile {
        min-height: 452px
    }

    .featured {
        padding: 50px 0
    }

        .featured.white-tilt-bg {
            background-size: 55%
        }
}

@media screen and (max-width:991px) {
    section h1 {
        line-height: 2rem;
        font-size: 2rem;
        letter-spacing: 5px
    }

    section h2 {
        font-size: 1.3rem;
        line-height: 1.4rem
    }
}

@media screen and (max-width:768px) {
    section .bracket {
        display: none
    }

    .holding-nav ul li {
        margin-left: 0
    }

    section.footer {
        text-align: center
    }

        section.footer .gov img {
            margin: 0 auto
        }

    .centermob {
        margin: 0 auto !important
    }

    section.tile-block.tile-people .col-sm-8 .tile-short {
        height: auto
    }

        section.tile-block.tile-people .col-sm-8 .tile-short p {
            width: auto
        }
}

.artist-nav-previous {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    z-index: 99
}

.artist-nav-next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    z-index: 99;
    right: 0
}

.slideshow-controls {
    display: none
}

#thumbs ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#thumbs li {
    padding: 0;
    margin: 0;
    list-style: none
}

#slideshow {
    max-height: 590px;
    overflow: hidden;
    margin-bottom: 20px
}

.locations p {
    margin: 0
}

    .locations p.monoFont {
        margin-bottom: 1.3rem
    }

.locations h1 {
    left: 80px;
    top: 0;
    z-index: -1;
    color: #c6c6ce
}

.locations .address {
    margin-top: 40px
}

@media screen and (min-width:768px) {
    .locations {
        margin-top: 50px;
        margin-left: 29%;
        margin-bottom: 40px
    }

        .locations h1 {
            position: absolute
        }
}

.contact h2 {
    margin: 40px 0
}

.contact input, .contact textarea {
    margin-bottom: 20px
}

.contact #map-canvas {
    width: 100%;
    height: 400px;
    margin: 50px 0 30px 0
}

.contact p {
    margin: 0;
    line-height: 22px
}

.contact .contourField span.field-validation-error {
    position: relative;
    top: -15px
}

.contact .umbraco-forms-field span.field-validation-error {
    position: relative;
    top: -15px
}

@media screen and (max-width:768px) {
    .contact input {
        position: relative;
        z-index: 1
    }
}

.input-validation-error {
    border: 1px solid red !important
}

.faq .answer {
    margin-top: 40px;
    clear: both
}

.faq .toggler {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
    background-image: url(../img/plus.png)
}

    .faq .toggler.minus {
        background-image: url(../img/minus.png)
    }

.faq p.question {
    padding-bottom: 20px
}

@media screen and (max-width:768px) {
    h1.home-head {
        line-height: 1.8rem;
        font-size: 2.1rem
    }
}

.contact-wrap {
    margin-bottom: 200px;
    display: table;
    width: 100%
}

@media screen and (min-width:768px) {
    .contact-wrap {
        margin-top: 50px
    }

    p.question {
        padding-bottom: 0
    }
}

@media screen and (max-width:768px) {
    .contact-wrap .col-sm-6 {
        clear: both
    }
}

.donateform {
    margin: 0 auto
}

    .donateform input[type=submit] {
        margin: 0 auto;
        float: none;
        min-height: 40px;
        max-height: 40px;
        line-height: 40px !important;
        display: block;
        margin-bottom: 20px
    }

        .donateform input[type=submit]:hover {
            border: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none
        }

    .donateform p {
        font-size: 24px;
        color: #4252a3;
        margin-bottom: 16px
    }

    .donateform h2 {
        margin: 22px 0
    }

    .donateform .radiobuttonlist .field-validation-error {
        clear: both;
        display: block
    }

@media screen and (min-width:768px) {
    .donateform {
        width: 70%
    }
}

section.error-page {
    height: 100vh;
    text-align: center
}

    section.error-page .row {
        position: relative
    }

        section.error-page .row div img {
            margin: 30% 0
        }

        section.error-page .row h2 {
            margin-bottom: 40px
        }

        section.error-page .row a {
            margin: 50px 0
        }

section.donate input {
    margin-bottom: 40px
}

section .archiveBox .tile {
    height: 460px;
    overflow: hidden
}

    section .archiveBox .tile p {
        color: #847b7a
    }

        section .archiveBox .tile p a.bold {
            color: #847b7a
        }

section.two-dynamic .article p.caption {
    margin: 10px 0
}

.media-login {
    padding: 200px 0
}

artist-nav {
    z-index: 2
}

.row.thumbs {
    z-index: 5;
    position: relative
}

@media screen and (min-width:1200px) {
    .donateform {
        width: 55%
    }

    section .archiveBox .tile {
        height: 470px
    }
}

@media screen and (min-width:768px) {
    .archiveBox .tile {
        height: 352px
    }
}

.show-on-hover {
    display: none
}

#donate-confirmation {
    width: 86%;
    margin-bottom: 20px;
    margin-top: 15px
}

@media screen and (min-width:768px) {
    #donate-confirmation {
        width: 90%
    }
}

#ae740cbc-6857-4e2e-ff87-467876959649 p {
    font-family: 'SimplonBPMono-Regular',sans-serif;
    margin-bottom: 19px
}

#04c71d90-73ba-4587-de21-a70a15aee0ce p {
    font-family: 'SimplonBPMono-Regular',sans-serif;
    margin-bottom: 19px
}

.formSubHead {
    font-family: 'SimplonBPMono-Regular',sans-serif;
    margin-bottom: 19px
}

@media screen and (max-width:768px) {
    #skrollr-container1 img {
        margin-bottom: 25px
    }
}

.signUpModal .pm-content {
    text-align: left;
    background-color: white;
    padding: 50px
}

    .signUpModal .pm-content form input {
        height: 50px
    }

    .signUpModal .pm-content button {
        color: white;
        min-height: 40px;
        background-color: #4252a3;
        min-width: 152px;
        line-height: 40px !important
    }

        .signUpModal .pm-content button:hover {
            border: none;
            box-shadow: none
        }

.signUpModal .modal-close {
    width: 20px;
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 7px
}

.fixed-height .tile {
    height: 550px
}

.umbraco-forms-navigation .btn {
    background-color: #4252a3;
    color: #ffffff;
    font-family: 'SimplonBP-Light';
    min-width: 140px;
}