/*

Primary color: #1d2a58   rgba(29, 42, 88
Primary hover/active: #f0a443

*/

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}

.fa-search:before{content:"\f002"}.fa-times:before{content:"\f00d"}

.fa-facebook:before {
  content: "\f09a";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-instagram:before {
    content: "\f16d";
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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
}
h1 {
    font-size: 2em;
    margin: 0.67em 0
}
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;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
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;
    -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: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
meta.foundation-version {
    font-family: "/5.5.0/"
}
meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0
}
meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 40em)/";
    width: 0
}
meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em
}
meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
    width: 40.063em
}
meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em
}
meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
    width: 64.063em
}
meta.foundation-data-attribute-namespace {
    font-family: false
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html,
body {
    font-size: 100%
}
body {
    background: #fff;
    color: #222;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    position: relative;
    cursor: auto
}
a:hover {
    cursor: pointer
}
img {
    height: auto;
    width: auto;
    max-width: 100%;
}
img {
    -ms-interpolation-mode: bicubic
}
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
    max-width: none !important
}
.left {
    float: left !important
}
.right {
    float: right !important
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}
.hide {
    display: none !important;
    visibility: hidden
}
.invisible {
    visibility: hidden
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
img {
    display: inline-block;
    vertical-align: middle
}
textarea {
    height: auto;
    min-height: 50px
}
select {
    width: 100%
}
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1220px
}
.row:before,
.row:after {
    content: " ";
    display: table
}
.row:after {
    clear: both
}
.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0
}
.row.collapse .row {
    margin-left: 0;
    margin-right: 0
}
.row .row {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none
}
.row .row:before,
.row .row:after {
    content: " ";
    display: table
}
.row .row:after {
    clear: both
}
.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none
}
.row .row.collapse:before,
.row .row.collapse:after {
    content: " ";
    display: table
}
.row .row.collapse:after {
    clear: both
}
.column,
.columns {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left
}
[class*="column"]+[class*="column"].end {
    float: left
}
@media only screen {
    .small-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .small-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .small-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto
    }
    .small-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto
    }
    .small-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto
    }
    .small-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto
    }
    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .small-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto
    }
    .small-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto
    }
    .small-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto
    }
    .small-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto
    }
    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .small-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto
    }
    .small-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto
    }
    .small-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto
    }
    .small-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto
    }
    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .small-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto
    }
    .small-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto
    }
    .small-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto
    }
    .small-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        float: left
    }
    .small-1 {
        width: 8.3333333333%
    }
    .small-2 {
        width: 16.6666666667%
    }
    .small-3 {
        width: 25%
    }
    .small-4 {
        width: 33.3333333333%
    }
    .small-5 {
        width: 41.6666666667%
    }
    .small-6 {
        width: 50%
    }
    .small-7 {
        width: 58.3333333333%
    }
    .small-8 {
        width: 66.6666666667%
    }
    .small-9 {
        width: 75%
    }
    .small-10 {
        width: 83.3333333333%
    }
    .small-11 {
        width: 91.6666666667%
    }
    .small-12 {
        width: 100%
    }
    .small-offset-0 {
        margin-left: 0% !important
    }
    .small-offset-1 {
        margin-left: 8.3333333333% !important
    }
    .small-offset-2 {
        margin-left: 16.6666666667% !important
    }
    .small-offset-3 {
        margin-left: 25% !important
    }
    .small-offset-4 {
        margin-left: 33.3333333333% !important
    }
    .small-offset-5 {
        margin-left: 41.6666666667% !important
    }
    .small-offset-6 {
        margin-left: 50% !important
    }
    .small-offset-7 {
        margin-left: 58.3333333333% !important
    }
    .small-offset-8 {
        margin-left: 66.6666666667% !important
    }
    .small-offset-9 {
        margin-left: 75% !important
    }
    .small-offset-10 {
        margin-left: 83.3333333333% !important
    }
    .small-offset-11 {
        margin-left: 91.6666666667% !important
    }
    .small-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.small-uncentered,
    .columns.small-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none
    }
    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left
    }
    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right
    }
    .row.small-collapse>.column,
    .row.small-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .row.small-uncollapse>.column,
    .row.small-uncollapse>.columns {
        padding-left: 15px;
        padding-right: 15px;
        float: left
    }
}
@media only screen and (min-width: 40.063em) {
    .medium-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .medium-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .medium-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto
    }
    .medium-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto
    }
    .medium-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto
    }
    .medium-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto
    }
    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .medium-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto
    }
    .medium-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto
    }
    .medium-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto
    }
    .medium-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto
    }
    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .medium-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto
    }
    .medium-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto
    }
    .medium-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto
    }
    .medium-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto
    }
    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .medium-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto
    }
    .medium-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto
    }
    .medium-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto
    }
    .medium-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        float: left
    }
    .medium-1 {
        width: 8.3333333333%
    }
    .medium-2 {
        width: 16.6666666667%
    }
    .medium-3 {
        width: 25%
    }
    .medium-4 {
        width: 33.3333333333%
    }
    .medium-5 {
        width: 41.6666666667%
    }
    .medium-6 {
        width: 50%
    }
    .medium-7 {
        width: 58.3333333333%
    }
    .medium-8 {
        width: 66.6666666667%
    }
    .medium-9 {
        width: 75%
    }
    .medium-10 {
        width: 83.3333333333%
    }
    .medium-11 {
        width: 91.6666666667%
    }
    .medium-12 {
        width: 100%
    }
    .medium-offset-0 {
        margin-left: 0% !important
    }
    .medium-offset-1 {
        margin-left: 8.3333333333% !important
    }
    .medium-offset-2 {
        margin-left: 16.6666666667% !important
    }
    .medium-offset-3 {
        margin-left: 25% !important
    }
    .medium-offset-4 {
        margin-left: 33.3333333333% !important
    }
    .medium-offset-5 {
        margin-left: 41.6666666667% !important
    }
    .medium-offset-6 {
        margin-left: 50% !important
    }
    .medium-offset-7 {
        margin-left: 58.3333333333% !important
    }
    .medium-offset-8 {
        margin-left: 66.6666666667% !important
    }
    .medium-offset-9 {
        margin-left: 75% !important
    }
    .medium-offset-10 {
        margin-left: 83.3333333333% !important
    }
    .medium-offset-11 {
        margin-left: 91.6666666667% !important
    }
    .medium-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.medium-uncentered,
    .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none
    }
    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left
    }
    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right
    }
    .row.medium-collapse>.column,
    .row.medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .row.medium-uncollapse>.column,
    .row.medium-uncollapse>.columns {
        padding-left: 15px;
        padding-right: 15px;
        float: left
    }
    .push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto
    }
    .pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto
    }
    .push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto
    }
    .pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto
    }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto
    }
    .pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto
    }
    .push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto
    }
    .pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto
    }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto
    }
    .pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto
    }
    .push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto
    }
    .pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto
    }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto
    }
    .pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto
    }
    .push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto
    }
    .pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto
    }
}
@media only screen and (min-width: 64.063em) {
    .large-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .large-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .large-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto
    }
    .large-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto
    }
    .large-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto
    }
    .large-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto
    }
    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .large-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto
    }
    .large-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto
    }
    .large-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto
    }
    .large-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto
    }
    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .large-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto
    }
    .large-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto
    }
    .large-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto
    }
    .large-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto
    }
    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .large-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto
    }
    .large-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto
    }
    .large-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto
    }
    .large-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        float: left
    }
    .large-1 {
        width: 8.3333333333%
    }
    .large-2 {
        width: 16.6666666667%
    }
    .large-3 {
        width: 25%
    }
    .large-4 {
        width: 33.3333333333%
    }
    .large-5 {
        width: 41.6666666667%
    }
    .large-6 {
        width: 50%
    }
    .large-7 {
        width: 58.3333333333%
    }
    .large-8 {
        width: 66.6666666667%
    }
    .large-9 {
        width: 75%
    }
    .large-10 {
        width: 83.3333333333%
    }
    .large-11 {
        width: 91.6666666667%
    }
    .large-12 {
        width: 100%
    }
    .large-offset-0 {
        margin-left: 0% !important
    }
    .large-offset-1 {
        margin-left: 8.3333333333% !important
    }
    .large-offset-2 {
        margin-left: 16.6666666667% !important
    }
    .large-offset-3 {
        margin-left: 25% !important
    }
    .large-offset-4 {
        margin-left: 33.3333333333% !important
    }
    .large-offset-5 {
        margin-left: 41.6666666667% !important
    }
    .large-offset-6 {
        margin-left: 50% !important
    }
    .large-offset-7 {
        margin-left: 58.3333333333% !important
    }
    .large-offset-8 {
        margin-left: 66.6666666667% !important
    }
    .large-offset-9 {
        margin-left: 75% !important
    }
    .large-offset-10 {
        margin-left: 83.3333333333% !important
    }
    .large-offset-11 {
        margin-left: 91.6666666667% !important
    }
    .large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none
    }
    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left
    }
    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right
    }
    .row.large-collapse>.column,
    .row.large-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .row.large-uncollapse>.column,
    .row.large-uncollapse>.columns {
        padding-left: 15px;
        padding-right: 15px;
        float: left
    }
    .push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto
    }
    .pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto
    }
    .push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto
    }
    .pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto
    }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto
    }
    .pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto
    }
    .push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto
    }
    .pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto
    }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto
    }
    .pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto
    }
    .push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto
    }
    .pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto
    }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto
    }
    .pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto
    }
    .push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto
    }
    .pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto
    }
}
.accordion {
    margin-bottom: 0
}
.accordion:before,
.accordion:after {
    content: " ";
    display: table
}
.accordion:after {
    clear: both
}
.accordion .accordion-navigation,
.accordion dd {
    display: block;
    margin-bottom: 0 !important
}
.accordion .accordion-navigation.active>a,
.accordion dd.active>a {
    background: #e8e8e8
}
.accordion .accordion-navigation>a,
.accordion dd>a {
    background: #EFEFEF;
    color: #222222;
    padding: 16px;
    display: block;
    font-size: 16px
}
.accordion .accordion-navigation>a:hover,
.accordion dd>a:hover {
    background: #e3e3e3
}
.accordion .accordion-navigation>.content,
.accordion dd>.content {
    display: none;
    padding: 15px
}
.accordion .accordion-navigation>.content.active,
.accordion dd>.content.active {
    display: block;
    background: #FFFFFF
}
[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -10px
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
    content: " ";
    display: table
}
[class*="block-grid-"]:after {
    clear: both
}
[class*="block-grid-"]>li {
    display: block;
    height: auto;
    float: left;
    padding: 0 10px 20px
}
@media only screen {
    .small-block-grid-1>li {
        width: 100%;
        list-style: none
    }
    .small-block-grid-1>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
    .small-block-grid-2>li {
        width: 50%;
        list-style: none
    }
    .small-block-grid-2>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
    .small-block-grid-3>li {
        width: 33.3333333333%;
        list-style: none
    }
    .small-block-grid-3>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
    .small-block-grid-4>li {
        width: 25%;
        list-style: none
    }
    .small-block-grid-4>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
    .small-block-grid-5>li {
        width: 20%;
        list-style: none
    }
    .small-block-grid-5>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
    .small-block-grid-6>li {
        width: 16.6666666667%;
        list-style: none
    }
    .small-block-grid-6>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
    .small-block-grid-7>li {
        width: 14.2857142857%;
        list-style: none
    }
    .small-block-grid-7>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
    .small-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }
    .small-block-grid-8>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
    .small-block-grid-9>li {
        width: 11.1111111111%;
        list-style: none
    }
    .small-block-grid-9>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
    .small-block-grid-10>li {
        width: 10%;
        list-style: none
    }
    .small-block-grid-10>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
    .small-block-grid-11>li {
        width: 9.0909090909%;
        list-style: none
    }
    .small-block-grid-11>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
    .small-block-grid-12>li {
        width: 8.3333333333%;
        list-style: none
    }
    .small-block-grid-12>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}
@media only screen and (min-width: 40.063em) {
    .medium-block-grid-1>li {
        width: 100%;
        list-style: none
    }
    .medium-block-grid-1>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
    .medium-block-grid-2>li {
        width: 50%;
        list-style: none
    }
    .medium-block-grid-2>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
    .medium-block-grid-3>li {
        width: 33.3333333333%;
        list-style: none
    }
    .medium-block-grid-3>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
    .medium-block-grid-4>li {
        width: 25%;
        list-style: none
    }
    .medium-block-grid-4>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
    .medium-block-grid-5>li {
        width: 20%;
        list-style: none
    }
    .medium-block-grid-5>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
    .medium-block-grid-6>li {
        width: 16.6666666667%;
        list-style: none
    }
    .medium-block-grid-6>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
    .medium-block-grid-7>li {
        width: 14.2857142857%;
        list-style: none
    }
    .medium-block-grid-7>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
    .medium-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }
    .medium-block-grid-8>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
    .medium-block-grid-9>li {
        width: 11.1111111111%;
        list-style: none
    }
    .medium-block-grid-9>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
    .medium-block-grid-10>li {
        width: 10%;
        list-style: none
    }
    .medium-block-grid-10>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
    .medium-block-grid-11>li {
        width: 9.0909090909%;
        list-style: none
    }
    .medium-block-grid-11>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
    .medium-block-grid-12>li {
        width: 8.3333333333%;
        list-style: none
    }
    .medium-block-grid-12>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}
@media only screen and (min-width: 64.063em) {
    .large-block-grid-1>li {
        width: 100%;
        list-style: none
    }
    .large-block-grid-1>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
    .large-block-grid-2>li {
        width: 50%;
        list-style: none
    }
    .large-block-grid-2>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
    .large-block-grid-3>li {
        width: 33.3333333333%;
        list-style: none
    }
    .large-block-grid-3>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
    .large-block-grid-4>li {
        width: 25%;
        list-style: none
    }
    .large-block-grid-4>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
    .large-block-grid-5>li {
        width: 20%;
        list-style: none
    }
    .large-block-grid-5>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
    .large-block-grid-6>li {
        width: 16.6666666667%;
        list-style: none
    }
    .large-block-grid-6>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
    .large-block-grid-7>li {
        width: 14.2857142857%;
        list-style: none
    }
    .large-block-grid-7>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
    .large-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }
    .large-block-grid-8>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
    .large-block-grid-9>li {
        width: 11.1111111111%;
        list-style: none
    }
    .large-block-grid-9>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
    .large-block-grid-10>li {
        width: 10%;
        list-style: none
    }
    .large-block-grid-10>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
    .large-block-grid-11>li {
        width: 9.0909090909%;
        list-style: none
    }
    .large-block-grid-11>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
    .large-block-grid-12>li {
        width: 8.3333333333%;
        list-style: none
    }
    .large-block-grid-12>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}
.breadcrumbs {
    display: block;
    padding: 9px 14px 9px;
    overflow: hidden;
    margin-left: 0;
    list-style: none;
    border-style: solid;
    border-width: 1px;
    background-color: #f4f4f4;
    border-color: gainsboro;
    border-radius: 3px
}
.breadcrumbs>* {
    margin: 0;
    float: left;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    color: #1d2a58
}
.breadcrumbs>*:hover a,
.breadcrumbs>*:focus a {
    text-decoration: underline
}
.breadcrumbs>* a {
    color: #1d2a58
}
.breadcrumbs>*.current {
    cursor: default;
    color: #333333
}
.breadcrumbs>*.current a {
    cursor: default;
    color: #333333
}
.breadcrumbs>*.current:hover,
.breadcrumbs>*.current:hover a,
.breadcrumbs>*.current:focus,
.breadcrumbs>*.current:focus a {
    text-decoration: none
}
.breadcrumbs>*.unavailable {
    color: #999999
}
.breadcrumbs>*.unavailable a {
    color: #999999
}
.breadcrumbs>*.unavailable:hover,
.breadcrumbs>*.unavailable:hover a,
.breadcrumbs>*.unavailable:focus,
.breadcrumbs>*.unavailable a:focus {
    text-decoration: none;
    color: #999999;
    cursor: default
}
.breadcrumbs>*:before {
    content: "/";
    color: #AAAAAA;
    margin: 0 12px;
    position: relative;
    top: 1px
}
.breadcrumbs>*:first-child:before {
    content: " ";
    margin: 0
}
[aria-label="breadcrumbs"][aria-hidden="true"]:after {
    content: "/"
}
.button.text-center {
	width: 100%;
}
button, .button a, a.button, input.button {
    cursor: pointer;
    margin: 0 0 20px;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    display: inline-block;
    padding: 16px 32px;
    font-size: 16px;
    background-color: #1d2a58;
    color: #FFFFFF;
    border: none;
    transition: background-color 300ms ease-out
}
.button a:hover, a.button:hover, input.button:hover, .button a:focus, a.button:focus, input.button:focus {
    background-color: #f0a443;
    color: #FFFFFF
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}
@media only screen and (min-width: 40.063em) {
    input.button,
    button,
    .button {
        display: inline-block
    }
}
.f-dropdown {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 14px;
    z-index: 89;
    margin-top: 2px;
    max-width: 200px
}
.f-dropdown>*:first-child {
    margin-top: 0
}
.f-dropdown>*:last-child {
    margin-bottom: 0
}
.f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89
}
.f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88
}
.f-dropdown.right:before {
    left: auto;
    right: 10px
}
.f-dropdown.right:after {
    left: auto;
    right: 9px
}
.f-dropdown.drop-right {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 14px;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px
}
.f-dropdown.drop-right>*:first-child {
    margin-top: 0
}
.f-dropdown.drop-right>*:last-child {
    margin-bottom: 0
}
.f-dropdown.drop-right:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent #FFFFFF transparent transparent;
    border-right-style: solid;
    position: absolute;
    top: 10px;
    left: -12px;
    z-index: 89
}
.f-dropdown.drop-right:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent #cccccc transparent transparent;
    border-right-style: solid;
    position: absolute;
    top: 9px;
    left: -14px;
    z-index: 88
}
.f-dropdown.drop-left {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 14px;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px
}
.f-dropdown.drop-left>*:first-child {
    margin-top: 0
}
.f-dropdown.drop-left>*:last-child {
    margin-bottom: 0
}
.f-dropdown.drop-left:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #FFFFFF;
    border-left-style: solid;
    position: absolute;
    top: 10px;
    right: -12px;
    left: auto;
    z-index: 89
}
.f-dropdown.drop-left:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent transparent #cccccc;
    border-left-style: solid;
    position: absolute;
    top: 9px;
    right: -14px;
    left: auto;
    z-index: 88
}
.f-dropdown.drop-top {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 14px;
    z-index: 89;
    margin-top: -2px;
    margin-left: 0;
    max-width: 200px
}
.f-dropdown.drop-top>*:first-child {
    margin-top: 0
}
.f-dropdown.drop-top>*:last-child {
    margin-bottom: 0
}
.f-dropdown.drop-top:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #FFFFFF transparent transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: auto;
    bottom: -12px;
    left: 10px;
    right: auto;
    z-index: 89
}
.f-dropdown.drop-top:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: #cccccc transparent transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: auto;
    bottom: -14px;
    left: 9px;
    right: auto;
    z-index: 88
}
.f-dropdown li {
    font-size: 14px;
    cursor: pointer;
    line-height: 18px;
    margin: 0
}
.f-dropdown li:hover,
.f-dropdown li:focus {
    background: #EEEEEE
}
.f-dropdown li.radius {
    border-radius: 3px
}
.f-dropdown li a {
    display: block;
    padding: 8px;
    color: #555555
}
.f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    padding: 20px;
    width: 100%;
    height: auto;
    max-height: none;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 14px;
    z-index: 89;
    max-width: 200px
}
.f-dropdown.content>*:first-child {
    margin-top: 0
}
.f-dropdown.content>*:last-child {
    margin-bottom: 0
}
.f-dropdown.tiny {
    max-width: 200px
}
.f-dropdown.small {
    max-width: 300px
}
.f-dropdown.medium {
    max-width: 500px
}
.f-dropdown.large {
    max-width: 800px
}
.f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important
}
.f-dropdown.mega.open {
    left: 0 !important
}
.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden
}
.flex-video.widescreen {
    padding-bottom: 56.34%
}
.flex-video.vimeo {
    padding-top: 0
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
form {
    margin: 0 0 16px
}
form .row .row {
    margin: 0 -8px
}
form .row .row .column,
form .row .row .columns {
    padding: 0 8px
}
form .row .row.collapse {
    margin: 0
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
    padding: 0
}
form .row .row.collapse input {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
    padding-left: 8px
}
label {
    font-size: 14px;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0
}
label.right {
    float: none !important;
    text-align: right
}
label.inline {
    margin: 0 0 16px 0;
    padding: 9px 0
}
label small {
    text-transform: capitalize;
    color: #676767
}
.prefix,
.postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: 14px;
    height: 37px;
    line-height: 37px
}
.postfix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    border: none
}
.prefix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    border: none
}
span.prefix,
label.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333333;
    border-color: #cccccc
}
span.postfix,
label.postfix {
    background: #f2f2f2;
    border-left: none;
    color: #333333;
    border-color: #cccccc
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #FFFFFF;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 14px;
    margin: 0 0 16px 0;
    padding: 8px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
    box-shadow: 0 0 5px #999999;
    border-color: #999999
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
    background-color: #DDDDDD;
    cursor: default
}
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default
}
input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
input[type="color"].radius,
textarea.radius {
    border-radius: 3px
}
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}
form .row .prefix-radius.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}
form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}
form .row .prefix-round.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}
form .row .postfix-round.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0
}
textarea[rows] {
    height: auto
}
textarea {
    max-width: 100%
}
select {
	background: #fff url(../img/select-arrow.png) right top no-repeat;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 0.01px;
    text-overflow: '';
    border-radius: 0;
    border-style: solid;
    border-width: 2px;
    border-color: #848484;
    padding: 8px 42px 8px 7px !important;
    font-size: 16px !important;
    color: rgba(0, 0, 0, 0.75);
    line-height: normal;
    border-radius: 0;
    height: 44px;
}
select::-ms-expand {
    display: none
}
.ie9 select, .ie8 select {
	background: #fff;
	padding: 8px 7px !important;
}
select.radius {
    border-radius: 3px
}
select:hover {
    background-color: #f3f3f3;
    border-color: #999999
}
select:disabled {
    background-color: #DDDDDD;
    cursor: default
}
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin: 0 0 16px 0
}
input[type="checkbox"]+label,
input[type="radio"]+label {
    display: inline-block;
    margin-left: 8px;
    margin-right: 16px;
    margin-bottom: 0;
    vertical-align: baseline
}
input[type="file"] {
    width: 100%
}
fieldset {
    border: 1px solid #DDDDDD;
    padding: 20px;
    margin: 18px 0
}
fieldset legend {
    font-weight: bold;
    background: #FFFFFF;
    padding: 0 3px;
    margin: 0;
    margin-left: -3px
}
.inline-list {
    margin: 0 auto 16px auto;
    margin-left: -22px;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}
.inline-list>li {
    list-style: none;
    float: left;
    margin-left: 22px;
    display: block
}
.inline-list>li>* {
    display: block
}
.keystroke,
kbd {
    background-color: #ededed;
    border-color: #dddddd;
    color: #222222;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    font-family: "Consolas", "Menlo", "Courier", monospace;
    font-size: inherit;
    padding: 2px 4px 0;
    border-radius: 3px
}
.label {
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    margin-bottom: auto;
    padding: 4px 8px 4px;
    font-size: 11px;
    background-color: #1d2a58;
    color: #FFFFFF
}

/* Magellan Sticky Nav */
[data-magellan-expedition],
[data-magellan-expedition-clone] {
    background: #FFFFFF;
    z-index: 50;
    min-width: 100%;
    padding: 10px
}
[data-magellan-expedition] .sub-nav,
[data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0
}
[data-magellan-expedition] .sub-nav dd,
[data-magellan-expedition-clone] .sub-nav dd {
    margin-bottom: 0
}
[data-magellan-expedition] .sub-nav a,
[data-magellan-expedition-clone] .sub-nav a {
    line-height: 1.8em
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}
@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}
@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(360deg)
    }
}
@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}
ul.pagination {
    display: block;
    min-height: 24px;
    margin-left: -5px
}
ul.pagination li {
    height: 24px;
    color: #222222;
    font-size: 14px;
    margin-left: 5px
}
ul.pagination li a,
ul.pagination li button {
    display: block;
    padding: 1px 10px 1px;
    color: #999999;
    background: none;
    border-radius: 3px;
    font-weight: normal;
    font-size: 1em;
    line-height: inherit;
    transition: background-color 300ms ease-out
}
ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
    background: #e6e6e6
}
ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
    cursor: default;
    color: #999999
}
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
    background: transparent
}
ul.pagination li.current a,
ul.pagination li.current button {
    background: #1d2a58;
    color: #FFFFFF;
    font-weight: bold;
    cursor: default
}
ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current button:hover,
ul.pagination li.current button:focus {
    background: #1d2a58
}
ul.pagination li {
    float: left;
    display: block
}
.pagination-centered {
    text-align: center
}
.pagination-centered ul.pagination li {
    float: none;
    display: inline-block
}
.progress {
    background-color: #F6F6F6;
    height: 25px;
    border: 1px solid white;
    padding: 2px;
    margin-bottom: 10px
}
.progress .meter {
    background: #1d2a58;
    height: 100%;
    display: block
}
.progress.secondary .meter {
    background: #e7e7e7;
    height: 100%;
    display: block
}
.progress.success .meter {
    background: #43AC6A;
    height: 100%;
    display: block
}
.progress.alert .meter {
    background: #f04124;
    height: 100%;
    display: block
}
.progress.radius {
    border-radius: 3px
}
.progress.radius .meter {
    border-radius: 2px
}
.progress.round {
    border-radius: 1000px
}
.progress.round .meter {
    border-radius: 999px
}
.range-slider {
    display: block;
    position: relative;
    width: 100%;
    height: 16px;
    border: 1px solid #DDDDDD;
    margin: 20px 0;
    -ms-touch-action: none;
    touch-action: none;
    background: #FAFAFA
}
.range-slider.vertical-range {
    display: block;
    position: relative;
    width: 100%;
    height: 16px;
    border: 1px solid #DDDDDD;
    margin: 20px 0;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    width: 16px;
    height: 200px
}
.range-slider.vertical-range .range-slider-handle {
    margin-top: 0;
    margin-left: -8px;
    position: absolute;
    bottom: -18px
}
.range-slider.vertical-range .range-slider-active-segment {
    width: 14px;
    height: auto;
    bottom: 0
}
.range-slider.radius {
    background: #FAFAFA;
    border-radius: 3px
}
.range-slider.radius .range-slider-handle {
    background: #1d2a58;
    border-radius: 3px
}
.range-slider.radius .range-slider-handle:hover {
    background: #007ba4
}
.range-slider.round {
    background: #FAFAFA;
    border-radius: 1000px
}
.range-slider.round .range-slider-handle {
    background: #1d2a58;
    border-radius: 1000px
}
.range-slider.round .range-slider-handle:hover {
    background: #007ba4
}
.range-slider.disabled,
.range-slider[disabled] {
    background: #FAFAFA;
    cursor: default;
    opacity: 0.7
}
.range-slider.disabled .range-slider-handle,
.range-slider[disabled] .range-slider-handle {
    background: #1d2a58;
    cursor: default;
    opacity: 0.7
}
.range-slider.disabled .range-slider-handle:hover,
.range-slider[disabled] .range-slider-handle:hover {
    background: #007ba4
}
.range-slider-active-segment {
    display: inline-block;
    position: absolute;
    height: 14px;
    background: #e5e5e5
}
.range-slider-handle {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: -5px;
    width: 32px;
    height: 22px;
    border: 1px solid none;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #1d2a58
}
.range-slider-handle:hover {
    background: #007ba4
}
.reveal-modal-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1004;
    display: none;
    left: 0
}
.reveal-modal,
dialog {
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 1005;
    width: 100vw;
    top: 0;
    border-radius: 3px;
    left: 0;
    background-color: #FFFFFF;
    padding: 20px;
    border: solid 1px #666666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    padding: 30px
}
@media only screen and (max-width: 40em) {
    .reveal-modal,
    dialog {
        min-height: 100vh;
    }
}
.reveal-modal .column,
dialog .column,
.reveal-modal .columns,
dialog .columns {
    min-width: 0
}
.reveal-modal>:first-child,
dialog>:first-child {
    margin-top: 0
}
.reveal-modal>:last-child,
dialog>:last-child {
    margin-bottom: 0
}
@media only screen and (min-width: 40.063em) {
    .reveal-modal,
    dialog {
        width: 80%;
        max-width: 1200px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .reveal-modal,
    dialog {
        top: 100px;
    }
}
.reveal-modal.radius,
dialog.radius {
    border-radius: 3px
}
.reveal-modal.round,
dialog.round {
    border-radius: 1000px
}
.reveal-modal.collapse,
dialog.collapse {
    padding: 0
}
@media only screen and (min-width: 40.063em) {
    .reveal-modal.small,
    dialog.small {
        width: 40%;
        max-width: 1200px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .reveal-modal.medium,
    dialog.medium {
        width: 60%;
        max-width: 1200px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .reveal-modal.large,
    dialog.large {
        width: 70%;
        max-width: 1200px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
.reveal-modal.full,
dialog.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none !important;
    margin-left: 0 !important
}
@media only screen and (min-width: 40.063em) {
    .reveal-modal.full,
    dialog.full {
        width: 100vw;
        max-width: 1200px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
.reveal-modal .close-reveal-modal,
dialog .close-reveal-modal {
    font-size: 40px;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 22px;
    color: #AAAAAA;
    font-weight: bold;
    cursor: pointer
}
dialog {
    display: none
}
dialog::backdrop,
dialog+.backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.45);
    z-index: auto;
    display: none;
    left: 0
}
dialog[open] {
    display: block
}
@media print {
    dialog,
    .reveal-modal,
    dialog {
        display: none;
        background: #FFFFFF !important
    }
}
.side-nav {
    display: block;
    margin: 0;
    padding: 14px 0;
    list-style-type: none;
    list-style-position: outside;
}
.side-nav li {
    margin: 0 0 7px 0;
    font-size: 14px;
    font-weight: normal
}
.side-nav li a:not(.button) {
    display: block;
    color: #1d2a58;
    margin: 0;
    padding: 7px 14px
}
.side-nav li a:not(.button):hover,
.side-nav li a:not(.button):focus {
    background: rgba(0, 0, 0, 0.025);
    color: #1cc7ff
}
.side-nav li.active>a:first-child:not(.button) {
    color: #1cc7ff;
    font-weight: normal;
}
.side-nav li.divider {
    border-top: 1px solid;
    height: 0;
    padding: 0;
    list-style: none;
    border-top-color: white
}
.side-nav li.heading {
    color: #1d2a58;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase
}
.sub-nav {
    display: block;
    width: auto;
    overflow: hidden;
    margin: -4px 0 18px;
    padding-top: 4px
}
.sub-nav dt {
    text-transform: uppercase
}
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
    float: left;
    display: inline;
    margin-left: 16px;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
    color: #999999
}
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
    text-decoration: none;
    color: #999999;
    padding: 3px 16px
}
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
    color: #737373
}
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
    border-radius: 3px;
    font-weight: normal;
    background: #1d2a58;
    padding: 3px 16px;
    cursor: default;
    color: #FFFFFF
}
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
    background: #f0a443
}
.tabs {
    margin-bottom: 0 !important;
    margin-left: 0
}
.tabs:before,
.tabs:after {
    content: " ";
    display: table
}
.tabs:after {
    clear: both
}
.tabs dd,
.tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left
}
.tabs dd>a,
.tabs .tab-title>a {
    outline: none;
    display: block;
    background-color: #EFEFEF;
    color: #222222;
    padding: 16px 32px;
    font-size: 16px
}
.tabs dd>a:hover,
.tabs .tab-title>a:hover {
    background-color: #e1e1e1
}
.tabs dd.active a,
.tabs .tab-title.active a {
    background-color: #FFFFFF;
    color: #222222
}
.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}
.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}
.tabs.vertical dd,
.tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto
}
.tabs-content {
    margin-bottom: 24px;
    width: 100%
}
.tabs-content:before,
.tabs-content:after {
    content: " ";
    display: table
}
.tabs-content:after {
    clear: both
}
.tabs-content>.content {
    display: none;
    float: left;
    padding: 15px 0;
    width: 100%
}
.tabs-content>.content.active {
    display: block;
    float: none
}
.tabs-content>.content.contained {
    padding: 15px
}
.tabs-content.vertical {
    display: block
}
.tabs-content.vertical>.content {
    padding: 0 15px
}
@media only screen and (min-width: 40.063em) {
    .tabs.vertical {
        width: 20%;
        max-width: 20%;
        float: left;
        margin: 0 0 20px
    }
    .tabs-content.vertical {
        width: 80%;
        max-width: 80%;
        float: left;
        margin-left: -1px;
        padding-left: 16px
    }
}
.no-js .tabs-content>.content {
    display: block;
    float: none
}
.tabs-content .active.content{
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  opacity: 1;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
.th {
    line-height: 0;
    display: inline-block;
    border: solid 4px #FFFFFF;
    max-width: 100%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    transition: all 200ms ease-out
}
.th:hover,
.th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5)
}
.th.radius {
    border-radius: 3px
}
.has-tip {
    border-bottom: dotted 1px #666;
    cursor: help;
    font-weight: bold;
    color: #333333
}
.has-tip:hover,
.has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #bd1e2c
}
.has-tip.tip-left,
.has-tip.tip-right {
    float: none !important
}
.tooltip {
    display: none;
    position: absolute;
    z-index: 1006;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.3;
    padding: 12px;
    max-width: 300px;
    left: 50%;
    width: 100%;
    color: #FFFFFF;
    background: #333333
}
.admin-bar .tooltip {
	margin-top: -32px;
}
.tooltip>.nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    top: -10px;
    pointer-events: none
}
.tooltip>.nub.rtl {
    left: auto;
    right: 5px
}
.tooltip.radius {
    border-radius: 3px
}
.tooltip.round {
    border-radius: 1000px
}
.tooltip.round>.nub {
    left: 32px
}
.tooltip.opened {
    color: #bd1e2c !important;
    border-bottom: dotted 1px #003f54 !important
}
.tap-to-close {
    display: block;
    font-size: 10px;
    color: #777777;
    font-weight: normal
}
@media only screen and (min-width: 40.063em) {
    .tooltip>.nub {
        border-color: transparent transparent #333333 transparent;
        top: -10px
    }
    .tooltip.tip-top>.nub {
        border-color: #333333 transparent transparent transparent;
        top: auto;
        bottom: -10px
    }
    .tooltip.tip-left,
    .tooltip.tip-right {
        float: none !important
    }
    .tooltip.tip-left>.nub {
        border-color: transparent transparent transparent #333333;
        right: -10px;
        left: auto;
        top: 50%;
        margin-top: -5px
    }
    .tooltip.tip-right>.nub {
        border-color: transparent #333333 transparent transparent;
        right: auto;
        left: -10px;
        top: 50%;
        margin-top: -5px
    }
}

meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em
}
.contain-to-grid {
    width: 100%;
}

.top-bar-container {
	display: block;
	float: left;
	position: relative;
	z-index: 1001;
	background-image: -webkit-linear-gradient(left, #f09637, #f1bc52);
	background-image: -moz-linear-gradient(left, #f09637, #f1bc52);
	background-image: -o-linear-gradient(left, #f09637, #f1bc52);
	background-image: -ms-linear-gradient(left, #f09637, #f1bc52);
	background-image: linear-gradient(to right, #f09637, #f1bc52);
	margin-bottom: 20px;
}

.contain-to-grid .top-bar {
    margin-bottom: 0
}
.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99
}
.fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%
}
.fixed.expanded:not(.top-bar) .title-area {
    position: fixed;
    width: 100%;
    z-index: 99
}
.fixed.expanded:not(.top-bar) .top-bar-section {
    z-index: 98;
    margin-top: 45px
}
.top-bar {
    overflow: hidden;
    position: relative;
    margin-bottom: 0
}
.fixed .top-bar {
	height: 45px;
	line-height: 45px;
}

.top-bar ul {
    margin-bottom: 0;
    list-style: none
}
.top-bar .row {
    max-width: none
}
.top-bar form,
.top-bar input {
    margin-bottom: 0
}
.top-bar input {
    height: 28px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px
}
.top-bar .button,
.top-bar button {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    font-size: 12px
}
@media only screen and (max-width: 40em) {
    .top-bar .button,
    .top-bar button {
        position: relative;
        top: -1px;
    }
}
.top-bar .title-area {
    position: relative;
    margin: 0
}
.top-bar .name {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.name a img {
	margin: 14px 15px 0 15px;
	width: 224px;
	height: auto;
	display: inline-block;
	text-indent: -9999px;
}
.fixed .name a img {
	width: 87px;
	height: 30px;
	margin-top: 7px;
}
.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0
}
.top-bar .toggle-topbar a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0 15px;
    height: 45px;
    line-height: 45px
}
.top-bar .toggle-topbar.menu-icon {
    top: 50%;
    margin-top: -16px
}
.top-bar .toggle-topbar.menu-icon a {
    height: 34px;
    line-height: 33px;
    padding: 0 40px 0 15px;
    color: #FFFFFF;
    position: relative
}
.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 16px
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
    box-shadow: 0 0 0 1px"", 0 7px 0 1px"", 0 14px 0 1px""
}
.top-bar.expanded {
    height: auto;
    background: transparent
}
.top-bar.expanded .title-area {
    background: #333333
}
.top-bar.expanded .toggle-topbar a {
    color: #888888
}
.top-bar.expanded .toggle-topbar a span::after {
    box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888
}
.top-bar-section {
	float: left;
	width: 100%;
    left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    transition: left 300ms ease-out
}
.top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0
}
.top-bar-section .divider,
.top-bar-section[role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%
}
.top-bar-section ul li>a {
    display: block;
    width: 100%;
    color: #FFFFFF;
    padding: 12px 28px;
    border-left: solid 1px #fff;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
	transition: all .5s;
	-moz-transition: all .5s; /* Firefox 4 */
	-webkit-transition: all .5s; /* Safari and Chrome */
	-o-transition: all .5s; /* Opera */
}
.top-bar-section ul li:first-child>a {
	border-left: none;
}
.top-bar-section ul li:hover:not(.has-form)>a {
    color: #f1a845;
}
.top-bar-section ul li.active>a {
    color: #f1a845;
}

.top-bar-section .has-form {
    padding: 15px
}
.top-bar-section .has-dropdown {
    position: relative
}
.top-bar-section .has-dropdown>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
    border-left-style: solid;
    margin-right: 15px;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0
}
.top-bar-section .has-dropdown.moved {
    position: static
}
.top-bar-section .has-dropdown.moved>.dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
    width: 100%
}
.top-bar-section .has-dropdown.moved>a:after {
    display: none
}
.top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}
.top-bar-section .dropdown li {
    width: 100%;
    height: auto
}
.top-bar-section .dropdown li a {
    font-weight: normal;
    padding: 8px 15px
}
.top-bar-section .dropdown li a.parent-link {
    font-weight: normal
}
.top-bar-section .dropdown li.title h5,
.top-bar-section .dropdown li.parent-link {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 18px
}
.top-bar-section .dropdown li.title h5 a,
.top-bar-section .dropdown li.parent-link a {
    color: #FFFFFF;
    display: block
}
.top-bar-section .dropdown li.title h5 a:hover,
.top-bar-section .dropdown li.parent-link a:hover {
    background: none
}
.top-bar-section .dropdown li.has-form {
    padding: 8px 15px
}
.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
    top: auto
}
.top-bar-section .dropdown label {
    padding: 8px 15px 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #777777;
    font-weight: bold;
    font-size: 10px
}
.js-generated {
    display: block
}
@media only screen and (min-width: 40.063em) {
    .top-bar {
        overflow: visible
    }
    .top-bar:before,
    .top-bar:after {
        content: " ";
        display: table
    }
    .top-bar:after {
        clear: both
    }
    .top-bar .toggle-topbar {
        display: none
    }
    .top-bar .title-area {
        float: left;
        display: block;
    }
    .top-bar.expanded {
        background: #333333
    }
    .contain-to-grid .top-bar {
        max-width: 1200px;
        margin: 0 auto;
        margin-bottom: 0
    }
    .top-bar-section {
        transition: none 0 0;
        left: 0 !important
    }
    .top-bar-section ul {
        width: auto;
        height: auto !important;
        display: inline
    }
    .top-bar-section ul li {
        display: inline-block;
        margin-left: -4px;
    }
    .top-bar-section ul li .js-generated {
        display: none
    }
    .top-bar-section > ul > li:not(.has-form) > a:not(.button) {
        padding: 0 20px;
        line-height: 36px;
    }
    .fixed .top-bar-section li:not(.has-form) a:not(.button) {
	    line-height: 36px;
	}
    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #1d2a58;
    }
    .top-bar-section li.active:not(.has-form) > a:not(.button) {
        color: #FFFFFF;
        cursor: default;
        pointer-events: none;
    }
    .top-bar-section .has-dropdown>a {
        padding-right: 35px !important;
    }
    .top-bar-section .has-dropdown>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 45px;
    }
    .fixed .top-bar-section .has-dropdown>a:after {
	 	top: 22px;
	}
    .top-bar-section .has-dropdown.moved {
        position: relative
    }
    .top-bar-section .has-dropdown.moved>.dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
    .top-bar-section .has-dropdown.hover>.dropdown,
    .top-bar-section .has-dropdown.not-click:hover>.dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important
    }
    .top-bar-section .has-dropdown>a:focus+.dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important
    }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
        border: none;
        content: "\00bb";
        top: 16px;
        margin-top: -1px;
        right: 5px;
        line-height: 1.2
    }
    .top-bar-section .dropdown {
        left: 0;
        top: auto;
        background: transparent;
        min-width: 100%
    }
    .top-bar-section .dropdown li a {
        color: #FFFFFF;
        line-height: 45px;
        white-space: nowrap;
        padding: 12px 15px;
        background: #333333
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
        color: #FFFFFF;
        background: #333333
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active)>a:hover:not(.button) {
        background: #1d2a58;
    }
    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0
    }
    .top-bar-section .right li .dropdown {
        left: 0;
        right: auto;
    }
    .top-bar-section .right li .dropdown li .dropdown {
        right: 100%
    }
    .top-bar-section .left li .dropdown {
        right: auto;
        left: 0
    }
    .top-bar-section .left li .dropdown li .dropdown {
        left: 100%
    }
    .no-js .top-bar-section ul li:hover>a {
        background-color: #555555;
        background: #333333;
        color: #FFFFFF
    }
    .no-js .top-bar-section ul li:active>a {
        background: #1d2a58;
        color: #FFFFFF
    }
    .no-js .top-bar-section .has-dropdown:hover>.dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important
    }
    .no-js .top-bar-section .has-dropdown>a:focus+.dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important
    }
}

@media only screen and (max-width: 1100px) {
    .top-bar-section > ul > li:not(.has-form) > a:not(.button) {
        padding: 0 10px;
    }
}  

.text-left {
    text-align: left !important
}
.text-right {
    text-align: right !important
}
.text-center {
    text-align: center !important
}
@media only screen and (max-width: 40em) {
    .small-only-text-left {
        text-align: left !important
    }
    .small-only-text-right {
        text-align: right !important
    }
    .small-only-text-center {
        text-align: center !important
    }
}
@media only screen {
    .small-text-left {
        text-align: left !important
    }
    .small-text-right {
        text-align: right !important
    }
    .small-text-center {
        text-align: center !important
    }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .medium-only-text-left {
        text-align: left !important
    }
    .medium-only-text-right {
        text-align: right !important
    }
    .medium-only-text-center {
        text-align: center !important
    }
}
@media only screen and (min-width: 40.063em) {
    .medium-text-left {
        text-align: left !important
    }
    .medium-text-right {
        text-align: right !important
    }
    .medium-text-center {
        text-align: center !important
    }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
    .large-only-text-left {
        text-align: left !important
    }
    .large-only-text-right {
        text-align: right !important
    }
    .large-only-text-center {
        text-align: center !important
    }
}
@media only screen and (min-width: 64.063em) {
    .large-text-left {
        text-align: left !important
    }
    .large-text-right {
        text-align: right !important
    }
    .large-text-center {
        text-align: center !important
    }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}
a {
    color: #1d2a58;
    text-decoration: none;
    line-height: inherit
}
a:hover,
a:focus {
    color: #f0a443
}
a img {
    border: none
}
p {
    font-family: inherit;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-rendering: optimizeLegibility
}
.entry-content p, .entry-content li {
	font-family: "minion-pro";
	font-size: 16px;
	color: #5b5b5b;
}
p.lead {
    font-size: 17px;
    line-height: 1.6
}
p aside {
    font-size: 14px;
    line-height: 1.35;
    font-style: italic
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-style: normal;
    color: #222222;
    text-rendering: optimizeLegibility;
    margin-top: 0.32px;
    margin-bottom: 8px;
    line-height: 1.4
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0
}
h1 {
    font-size: 34px
}
h2 {
    font-size: 28px
}
h3 {
    font-size: 22px
}
h4 {
    font-size: 18px
}
h5 {
    font-size: 18px
}
h6 {
    font-size: 16px
}
.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: normal;
    margin-top: 0.32px;
    margin-bottom: 8px
}
hr {
    border: solid #fff;
    border-width: 2px 0 0;
    clear: both;
    margin: 20px auto 19px auto;
    height: 0
}
em,
i {
    font-style: italic;
    line-height: inherit
}
strong,
b {
    font-weight: bold;
    line-height: inherit
}
small {
    font-size: 60%;
    line-height: inherit
}
code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #333333;
    background-color: #f8f8f8;
    border-width: 1px;
    border-style: solid;
    border-color: #dfdfdf;
    padding: 2px 5px 1px
}
ul,
ol,
dl {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    list-style-position: inside;
    font-family: inherit
}
ul {
    margin-left: 1.16px
}
ul.no-bullet, ul.bxslider {
    margin-left: 0;
    list-style: none;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
    margin-left: 20px;
    margin-bottom: 0;
    list-style: none
}
ul li ul,
ul li ol {
    margin-left: 20px;
    margin-bottom: 0
}
ul.square li ul,
ul.circle li ul,
ul.disc li ul {
    list-style: inherit
}
ul.square {
    list-style-type: square;
    margin-left: 1.16px
}
ul.circle {
    list-style-type: circle;
    margin-left: 1.16px
}
ul.disc {
    list-style-type: disc;
    margin-left: 1.16px
}
ul.no-bullet {
    list-style: none
}
ol {
    margin-left: 23px;
}
ol li ul,
ol li ol {
    margin-left: 20px;
    margin-bottom: 0
}
dl dt {
    margin-bottom: 5px;
    font-weight: bold
}
dl dd {
    margin-bottom: 12px
}
abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    cursor: help
}
abbr {
    text-transform: none
}
abbr[title] {
    border-bottom: 1px dotted #DDDDDD
}
blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #DDDDDD
}
blockquote cite {
    display: block;
    font-size: 13px;
    color: #555555
}
blockquote cite:before {
    content: "\2014 \0020"
}
blockquote cite a,
blockquote cite a:visited {
    color: #555555
}
blockquote,
blockquote p {
    line-height: 1.6;
    color: #6f6f6f
}
.vcard {
    display: inline-block;
    margin: 0 0 20px 0;
    border: 1px solid #DDDDDD;
    padding: 10px 12px
}
.vcard li {
    margin: 0;
    display: block
}
.vcard .fn {
    font-weight: bold;
    font-size: 15px
}
.vevent .summary {
    font-weight: bold
}
.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 1px
}
@media only screen and (min-width: 40.063em) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.2
    }
    h1 {
        font-size: 44px
    }
    h3 {
        font-size: 28px
    }
    h4 {
        font-size: 23px
    }
    h5 {
        font-size: 18px
    }
    h6 {
        font-size: 16px
    }
}
.print-only {
    display: none !important
}
@media print {
    .live-edit-button {
	    display: none !important;
    }
    * {
        background: transparent !important;
        color: #000000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        display: none;
    }
    abbr[title]:after {
        content: " (" attr(title)")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page{margin:0.5cm;}
    p,h2,h3{orphans:3;widows:3}
    h2,h3{page-break-after:avoid}
    .hide-on-print{display:none !important
}
.print-only {
    display: block !important
}
.hide-for-print {
    display: none !important
}
.show-for-print {
    display: inherit !important
}
}
.off-canvas-wrap {
    -webkit-backface-visibility:hidden;
    position:relative;
    width:100%;
    overflow:hidden
}
.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left {
    min-height:100%;
    -webkit-overflow-scrolling:touch
}
.inner-wrap {
    position:relative;
    width:100%;
    -webkit-transition:-webkit-transform 500ms ease;
    -moz-transition:-moz-transform 500ms ease;
    -ms-transition:-ms-transform 500ms ease;
    -o-transition:-o-transform 500ms ease;
    transition:transform 500ms ease
}
.inner-wrap:before,
.inner-wrap:after {
    content:" ";
    display:table
}
.inner-wrap:after {
    clear:both
}
.tab-bar {
    -webkit-backface-visibility:hidden;
    background:#f0a443;
    color:#FFFFFF;
    height:45px;
    line-height:45px;
    position:relative
}
.tab-bar h1.title {
	height: 100%;
}
h1.title img {
	max-height: 100%;
}
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
    color:#FFFFFF;
    font-weight:bold;
    line-height:45px;
    margin:0
}
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
    font-size:18px
}
.left-small {
	display: block;
	float: left;
    height:45px;
    border-right:solid 1px #1d2a58;
}
.right-small {
    width:45px;
    height:45px;
    position:absolute;
    top:0;
    border-left:solid 1px #1a1a1a;
    right:0
}
.tab-bar-section {
    padding:0 10px;
    position:absolute;
    text-align:center;
    height:45px;
    top:0;
}

.tab-bar-section .title {
	height: 100%;
}

.tab-bar-section .title img {
	max-height: 95%;
}

.left-off-canvas-toggle {
	color: #1d2a58 !important;
	display: block;
	float: left;
	padding: 0 10px;
}

@media only screen and (min-width: 40.063em) {
    .tab-bar-section.left {
        text-align:left
    }
    .tab-bar-section.right {
        text-align: right
    }
}
.tab-bar-section.left {
    left:0;
    right:45px
}
.tab-bar-section.right {
    left:45px;
    right:0
}
.tab-bar-section.middle {
    left:45px;
    right:45px
}
.left-off-canvas-menu {
    -webkit-backface-visibility:hidden;
    width: 250px;
    top:0;
    bottom:0;
    position:absolute;
    overflow-x:hidden;
    overflow-y:auto;
    background:#333333;
    z-index:1001;
    box-sizing:content-box;
    transition:transform 500ms ease 0s;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar;
    -ms-transform:translate(-100%,
    0);
    -webkit-transform:translate3d(-100%,
    0,
    0);
    -moz-transform:translate3d(-100%,
    0,
    0);
    -ms-transform:translate3d(-100%,
    0,
    0);
    -o-transform:translate3d(-100%,
    0,
    0);
    transform:translate3d(-100%,
    0,
    0);
    left:0
}
.left-off-canvas-menu * {
    -webkit-backface-visibility:hidden
}
.left-off-canvas-menu ul {
	margin: 0;
}
.left-off-canvas-menu li {
	list-style: none;
}
.left-off-canvas-menu .dropdown li a {
	padding-left: 25px;
}
.right-off-canvas-menu {
    -webkit-backface-visibility:hidden;
    width:250px;
    top:0;
    bottom:0;
    position:absolute;
    overflow-x:hidden;
    overflow-y:auto;
    background:#333333;
    z-index:1001;
    box-sizing:content-box;
    transition:transform 500ms ease 0s;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar;
    -ms-transform:translate(100%,
    0);
    -webkit-transform:translate3d(100%,
    0,
    0);
    -moz-transform:translate3d(100%,
    0,
    0);
    -ms-transform:translate3d(100%,
    0,
    0);
    -o-transform:translate3d(100%,
    0,
    0);
    transform:translate3d(100%,
    0,
    0);
    right:0
}
.right-off-canvas-menu * {
    -webkit-backface-visibility:hidden
}
ul.off-canvas-list {
    list-style-type:none;
    padding:0;
    margin:0
}
ul.off-canvas-list li label {
    display:block;
    padding:5px 15px;
    color:#999999;
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
    background:#444444;
    border-top:1px solid #5e5e5e;
    border-bottom:none;
    margin:0
}
ul.off-canvas-list li a {
    display:block;
    padding:11px;
    color:rgba(255,
    255,
    255,
    0.7);
    border-bottom:1px solid #262626;
    transition:background 300ms ease
}
ul.off-canvas-list li a:hover {
    background:#242424
}
.move-right>.inner-wrap {
    -ms-transform:translate(250px,
    0);
    -webkit-transform:translate3d(250px,
    0,
    0);
    -moz-transform:translate3d(250px,
    0,
    0);
    -ms-transform:translate3d(250px,
    0,
    0);
    -o-transform:translate3d(250px,
    0,
    0);
    transform:translate3d(250px,
    0,
    0)
}
.move-right .exit-off-canvas {
    -webkit-backface-visibility:hidden;
    transition:background 300ms ease;
    cursor:pointer;
    box-shadow:-4px 0 4px rgba(0,
    0,
    0,
    0.5),
    4px 0 4px rgba(0,
    0,
    0,
    0.5);
    display:block;
    position:absolute;
    background:rgba(255,
    255,
    255,
    0.2);
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:1002;
    -webkit-tap-highlight-color:rgba(0,
    0,
    0,
    0)
}
@media only screen and (min-width: 40.063em) {
    .move-right .exit-off-canvas:hover {
        background:rgba(255,
        255,
        255,
        0.05)
    }
}
.move-left>.inner-wrap {
    -ms-transform:translate(-250px,
    0);
    -webkit-transform:translate3d(-250px,
    0,
    0);
    -moz-transform:translate3d(-250px,
    0,
    0);
    -ms-transform:translate3d(-250px,
    0,
    0);
    -o-transform:translate3d(-250px,
    0,
    0);
    transform:translate3d(-250px,
    0,
    0)
}
.move-left .exit-off-canvas {
    -webkit-backface-visibility:hidden;
    transition:background 300ms ease;
    cursor:pointer;
    box-shadow:-4px 0 4px rgba(0,
    0,
    0,
    0.5),
    4px 0 4px rgba(0,
    0,
    0,
    0.5);
    display:block;
    position:absolute;
    background:rgba(255,
    255,
    255,
    0.2);
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:1002;
    -webkit-tap-highlight-color:rgba(0,
    0,
    0,
    0)
}
@media only screen and (min-width: 40.063em) {
    .move-left .exit-off-canvas:hover {
        background:rgba(255,
        255,
        255,
        0.05)
    }
}
.offcanvas-overlap .left-off-canvas-menu,
.offcanvas-overlap .right-off-canvas-menu {
    -ms-transform:none;
    -webkit-transform:none;
    -moz-transform:none;
    -o-transform:none;
    transform:none;
    z-index:1003
}
.offcanvas-overlap .exit-off-canvas {
    -webkit-backface-visibility:hidden;
    transition:background 300ms ease;
    cursor:pointer;
    box-shadow:-4px 0 4px rgba(0,
    0,
    0,
    0.5),
    4px 0 4px rgba(0,
    0,
    0,
    0.5);
    display:block;
    position:absolute;
    background:rgba(255,
    255,
    255,
    0.2);
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:1002;
    -webkit-tap-highlight-color:rgba(0,
    0,
    0,
    0)
}
@media only screen and (min-width: 40.063em) {
    .offcanvas-overlap .exit-off-canvas:hover {
        background:rgba(255,
        255,
        255,
        0.05)
    }
}
.offcanvas-overlap-left .right-off-canvas-menu {
    -ms-transform:none;
    -webkit-transform:none;
    -moz-transform:none;
    -o-transform:none;
    transform:none;
    z-index:1003
}
.offcanvas-overlap-left .exit-off-canvas {
    -webkit-backface-visibility:hidden;
    transition:background 300ms ease;
    cursor:pointer;
    box-shadow:-4px 0 4px rgba(0,
    0,
    0,
    0.5),
    4px 0 4px rgba(0,
    0,
    0,
    0.5);
    display:block;
    position:absolute;
    background:rgba(255,
    255,
    255,
    0.2);
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:1002;
    -webkit-tap-highlight-color:rgba(0,
    0,
    0,
    0)
}
@media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
        background:rgba(255,
        255,
        255,
        0.05)
    }
}
.offcanvas-overlap-right .left-off-canvas-menu {
    -ms-transform:none;
    -webkit-transform:none;
    -moz-transform:none;
    -o-transform:none;
    transform:none;
    z-index:1003
}
.offcanvas-overlap-right .exit-off-canvas {
    -webkit-backface-visibility:hidden;
    transition:background 300ms ease;
    cursor:pointer;
    box-shadow:-4px 0 4px rgba(0,
    0,
    0,
    0.5),
    4px 0 4px rgba(0,
    0,
    0,
    0.5);
    display:block;
    position:absolute;
    background:rgba(255,
    255,
    255,
    0.2);
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:1002;
    -webkit-tap-highlight-color:rgba(0,
    0,
    0,
    0)
}
@media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
        background:rgba(255,
        255,
        255,
        0.05)
    }
}
.no-csstransforms .left-off-canvas-menu {
    left:-250px
}
.no-csstransforms .right-off-canvas-menu {
    right:-250px
}
.no-csstransforms .move-left>.inner-wrap {
    right:250px
}
.no-csstransforms .move-right>.inner-wrap {
    left:250px
}
.left-submenu {
    -webkit-backface-visibility:hidden;
    width:250px;
    top:0;
    bottom:0;
    position:absolute;
    margin:0;
    overflow-x:hidden;
    overflow-y:auto;
    background:#333333;
    z-index:1002;
    box-sizing:content-box;
    -webkit-overflow-scrolling:touch;
    -ms-transform:translate(-100%,
    0);
    -webkit-transform:translate3d(-100%,
    0,
    0);
    -moz-transform:translate3d(-100%,
    0,
    0);
    -ms-transform:translate3d(-100%,
    0,
    0);
    -o-transform:translate3d(-100%,
    0,
    0);
    transform:translate3d(-100%,
    0,
    0);
    left:0;
    -webkit-transition:-webkit-transform 500ms ease;
    -moz-transition:-moz-transform 500ms ease;
    -ms-transition:-ms-transform 500ms ease;
    -o-transition:-o-transform 500ms ease;
    transition:transform 500ms ease
}
.left-submenu * {
    -webkit-backface-visibility:hidden
}
.left-submenu .back>a {
    padding:5px 15px;
    color:#999999;
    text-transform:uppercase;
    font-weight:bold;
    background:#444;
    border-top:1px solid #5e5e5e;
    border-bottom:none;
    margin:0
}
.left-submenu .back>a:hover {
    background:#303030;
    border-top:1px solid #5e5e5e;
    border-bottom:none
}
.left-submenu .back>a:before {
    content:"\AB";
    margin-right:8px;
    display:inline
}
.left-submenu.move-right,
.left-submenu.offcanvas-overlap-right,
.left-submenu.offcanvas-overlap {
    -ms-transform:translate(0%,
    0);
    -webkit-transform:translate3d(0%,
    0,
    0);
    -moz-transform:translate3d(0%,
    0,
    0);
    -ms-transform:translate3d(0%,
    0,
    0);
    -o-transform:translate3d(0%,
    0,
    0);
    transform:translate3d(0%,
    0,
    0)
}
.right-submenu {
    -webkit-backface-visibility:hidden;
    width:250px;
    top:0;
    bottom:0;
    position:absolute;
    margin:0;
    overflow-x:hidden;
    overflow-y:auto;
    background:#333333;
    z-index:1002;
    box-sizing:content-box;
    -webkit-overflow-scrolling:touch;
    -ms-transform:translate(100%,
    0);
    -webkit-transform:translate3d(100%,
    0,
    0);
    -moz-transform:translate3d(100%,
    0,
    0);
    -ms-transform:translate3d(100%,
    0,
    0);
    -o-transform:translate3d(100%,
    0,
    0);
    transform:translate3d(100%,
    0,
    0);
    right:0;
    -webkit-transition:-webkit-transform 500ms ease;
    -moz-transition:-moz-transform 500ms ease;
    -ms-transition:-ms-transform 500ms ease;
    -o-transition:-o-transform 500ms ease;
    transition:transform 500ms ease
}
.right-submenu * {
    -webkit-backface-visibility:hidden
}
.right-submenu .back>a {
    padding:5px 15px;
    color:#999999;
    text-transform:uppercase;
    font-weight:bold;
    background:#444;
    border-top:1px solid #5e5e5e;
    border-bottom:none;
    margin:0
}
.right-submenu .back>a:hover {
    background:#303030;
    border-top:1px solid #5e5e5e;
    border-bottom:none
}
.right-submenu .back>a:after {
    content:"\BB";
    margin-left:8px;
    display:inline
}
.right-submenu.move-left,
.right-submenu.offcanvas-overlap-left,
.right-submenu.offcanvas-overlap {
    -ms-transform:translate(0%,
    0);
    -webkit-transform:translate3d(0%,
    0,
    0);
    -moz-transform:translate3d(0%,
    0,
    0);
    -ms-transform:translate3d(0%,
    0,
    0);
    -o-transform:translate3d(0%,
    0,
    0);
    transform:translate3d(0%,
    0,
    0)
}
.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after {
    content:"\BB";
    margin-left:8px;
    display:inline
}
.right-off-canvas-menu ul.off-canvas-list li.has-submenu>a:before {
    content:"\AB";
    margin-right:8px;
    display:inline
}
@media only screen {
    .show-for-small-only,
    .show-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .show-for-large-down {
        display:inherit !important
    }
    .hide-for-small-only,
    .hide-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .hide-for-large-down {
        display: none !important
    }
    .visible-for-small-only,
    .visible-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .visible-for-large-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .hidden-for-small-only,
    .hidden-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .hidden-for-large-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
}
@media only screen and (min-width: 40.063em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .show-for-large-down {
        display:inherit !important
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .hide-for-large-down {
        display: none !important
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .visible-for-large-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .hidden-for-large-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
}
@media only screen and (min-width: 64.063em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .show-for-large-down {
        display:inherit !important
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .hide-for-large-down {
        display: none !important
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .visible-for-large-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
 }
@media only screen and (min-width: 90.063em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-large-only,
    .show-for-large-up,
    .hide-for-large,
    .hide-for-large-down {
        display:inherit !important
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-large-only,
    .hide-for-large-up,
    .show-for-large,
    .show-for-large-down {
        display: none !important
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-large-only,
    .visible-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-large-only,
    .hidden-for-large-up,
    .visible-for-large,
    .visible-for-large-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
}
@media only screen and (min-width: 120.063em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-large-only,
    .show-for-large-up,
    .hide-for-large,
    .hide-for-large-down {
        display:inherit !important
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-large-only,
    .hide-for-large-up,
    .show-for-large,
    .show-for-large-down {
        display: none !important
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-large-only,
    .visible-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-large-only,
    .hidden-for-large-up,
    .visible-for-large,
    .visible-for-large-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
}
.show-for-landscape,
.hide-for-portrait {
    display:inherit !important
}
.hide-for-landscape,
.show-for-portrait {
    display:none !important
}
table.hide-for-landscape,
table.show-for-portrait {
    display:table !important
}
thead.hide-for-landscape,
thead.show-for-portrait {
    display:table-header-group !important
}
tbody.hide-for-landscape,
tbody.show-for-portrait {
    display:table-row-group !important
}
tr.hide-for-landscape,
tr.show-for-portrait {
    display:table-row !important
}
td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
    display:table-cell !important
}
@media only screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display:inherit !important
    }
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}
@media only screen and (orientation: portrait) {
    .show-for-portrait,
    .hide-for-landscape {
        display:inherit !important
    }
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }
}
.show-for-touch {
    display:none !important
}
.hide-for-touch {
    display:inherit !important
}
.touch .show-for-touch {
    display:inherit !important
}
.touch .hide-for-touch {
    display:none !important
}
table.hide-for-touch {
    display:table !important
}
.touch table.show-for-touch {
    display:table !important
}
thead.hide-for-touch {
    display:table-header-group !important
}
.touch thead.show-for-touch {
    display:table-header-group !important
}
tbody.hide-for-touch {
    display:table-row-group !important
}
.touch tbody.show-for-touch {
    display:table-row-group !important
}
tr.hide-for-touch {
    display:table-row !important
}
.touch tr.show-for-touch {
    display:table-row !important
}
td.hide-for-touch {
    display:table-cell !important
}
.touch td.show-for-touch {
    display:table-cell !important
}
th.hide-for-touch {
    display:table-cell !important
}
.touch th.show-for-touch {
    display:table-cell !important
}
@media print {
    .show-for-print {
        display:block
    }
    .hide-for-print {
        display: none
    }
    table.show-for-print {
        display: table !important
    }
    thead.show-for-print {
        display: table-header-group !important
    }
    tbody.show-for-print {
        display: table-row-group !important
    }
    tr.show-for-print {
        display: table-row !important
    }
    td.show-for-print {
        display: table-cell !important
    }
    th.show-for-print {
        display: table-cell !important
    }
}
figure {
    margin:0;
    padding:0
}
figcaption {
    margin-bottom:20px;
    margin-top:10px;
    color:#6f6f6f
}
.alignleft {
    float:left
}
.alignright {
    float:right
}
.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto
}
blockquote.alignleft,
img.alignleft {
    margin:7px 24px 7px 0
}
.wp-caption.alignleft {
    margin:7px 14px 7px 0
}
blockquote.alignright,
img.alignright {
    margin:7px 0 7px 24px
}
#wpadminbar {
    position:fixed !important
}

/*---------- SWEET ALERT ---------*/

body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #3099bf;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	display: block;
	width: 100%;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.slides > ul.bxslider {
	display: none;
}

.bxslider li {
	position: absolute;
	width: 100% !important;
}


/**
 * Back To Top - CodyHouse
 * http://codyhouse.co/gem/back-to-top/
 */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(29, 42, 88, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #1d2a58 ;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/****************************************/
/*           Simple Swipebox            */
/****************************************/

figure.gallery-item {
	display: block;
	float: left;
	width: 32%;
	margin-right: 2%;
}

figure.gallery-item:nth-child(3n) {
	margin-right: 0;
}

.gallery {
	margin-top: 20px;
	text-align: center;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
}

.gallery-columns-2 .gallery-item {
	width: 49%;
}

.gallery-columns-3 .gallery-item {
	width: 32%;
}

.gallery-columns-4 .gallery-item {
	width: 23%;
}

.gallery-columns-5 .gallery-item {
	width: 18%;
}

.gallery-columns-6 .gallery-item {
	width: 15%;
}

.gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n) {
	margin-right: 0;
}

/*-------SIMPLE SWIPEBOX ENDS HERE -------*/

/****************************************/
/*            Gravity Forms             */
/****************************************/

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	margin: 0 !important;
	height: 22px;
	line-height: 22px !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield, .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield, .gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer, .gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer, .gform_wrapper .top_label li.gfield.gf_right_half, .gform_wrapper ul li.gfield, .gform_wrapper .gform_footer {
	clear: none !important;
}

.gform_wrapper img {
	border: none;
}
.gf_progressbar_wrapper h3.gf_progressbar_title {
	font-size: 16px !important;
	color: #1d2a58;
}

.gform_wrapper ul, .gform_wrapper li {
	list-style: none;
	margin: 0;
}

.gfield_label, h2.gsection_title {
	font-size: 22px;
	color: #005575;
	padding: 5px 0;
	font-weight: normal !important;
}

.gf_progressbar {
	height: 8px;
	background: #e7e7e7;
}

.gf_progressbar div {
	height: 8px;
}

.gf_progressbar span {
	display: none;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 35px !important;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 4px;
  width: 18px; height: 18px;
  border: 2px solid #848484;
  background: #fff;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 4px; left: 0;
  width: 18px;
  height: 18px;
  background: #848484;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9!important;
}


/* Radio */

/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px !important;
  cursor: pointer;
}

/* radio aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 3px;
  width: 18px; height: 18px;
  border: 2px solid #848484;
  background: #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 3px; left: 0;
  width: 18px;
  height: 18px;
  background: #848484;
  transition: all .2s;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled radio */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="radio"]:disabled:checked + label:after {
  color: #999;
}
[type="radio"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9!important;
}


.gform_page_footer {
	margin-top: 30px;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
   color: #ccc;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password], textarea {
	font-size: 16px !important;
	padding-left: 7px !important;
}

@media only screen and (max-width: 40.063em) {
	.gform_wrapper select.medium {
		width: 99.2% !important
	}
}

[type="radio"]:not(:checked) + label + input {
	display: none;
}

input[name*="other"] {
	margin-top: 10px;
	width: 50%;
}

img.add_list_item {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGQ9Ik0yNTYgNTEyYy0xNDEuMzc1IDAtMjU2LTExNC42MDktMjU2LTI1NnMxMTQuNjI1LTI1NiAyNTYtMjU2YzE0MS4zOTEgMCAyNTYgMTE0LjYwOSAyNTYgMjU2cy0xMTQuNjA5IDI1Ni0yNTYgMjU2ek0yNTYgNjRjLTEwNi4wMzEgMC0xOTIgODUuOTY5LTE5MiAxOTJzODUuOTY5IDE5MiAxOTIgMTkyYzEwNi4wNDcgMCAxOTItODUuOTY5IDE5Mi0xOTJzLTg1Ljk1My0xOTItMTkyLTE5MnpNMjg4IDM4NGgtNjR2LTk2aC05NnYtNjRoOTZ2LTk2aDY0djk2aDk2djY0aC05NnY5NnoiPjwvcGF0aD48L3N2Zz4=);
}

img.delete_list_item {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGQ9Ik0yNTYgMGMtMTQxLjM3NSAwLTI1NiAxMTQuNjI1LTI1NiAyNTYgMCAxNDEuMzkxIDExNC42MjUgMjU2IDI1NiAyNTYgMTQxLjM5MSAwIDI1Ni0xMTQuNjA5IDI1Ni0yNTYgMC0xNDEuMzc1LTExNC42MDktMjU2LTI1Ni0yNTZ6TTI1NiA0NDhjLTEwNi4wMzEgMC0xOTItODUuOTY5LTE5Mi0xOTJzODUuOTY5LTE5MiAxOTItMTkyYzEwNi4wNDcgMCAxOTIgODUuOTY5IDE5MiAxOTJzLTg1Ljk1MyAxOTItMTkyIDE5MnpNMTI4IDI4OGgyNTZ2LTY0aC0yNTZ2NjR6Ij48L3BhdGg+PC9zdmc+);
}

img.add_list_item,
img.delete_list_item {
	width: 1em;
	height: 1em;
	background-size: 1em 1em;
	opacity: 0.5;
}

img.add_list_item:hover,
img.add_list_item:active,
img.delete_list_item:hover,
img.delete_list_item:active {
	opacity: 1.0;
}

.gfield_list_cell input {
	margin: 0;
}

.ginput_list + .gfield_description {
	padding: 0 !important;
	margin-bottom: 16px !important;
}

/*-------GRAVITY FORMS ENDS HERE -------*/

/****************************************/
/*             Login                    */
/****************************************/
/* Login Container (default to float:right) */
#loginContainer {
    width: 100%;
    display: none;
    text-align: center;
    z-index:29;
    background: #1d2a58;
    padding: 25px 0;
}

/* Login Button */
#loginButton, #logoutButton {
    display:inline-block;
    float:right;
    position:relative;
    z-index:30;
    cursor:pointer;
    vertical-align: top;
}

/* Login Button Text */
#loginButton span, #logoutButton {
    color:#445058;
    font-size:14px;
    font-weight:bold;
    text-shadow:1px 1px #fff;
    padding:7px 10px 9px 10px;
    display: inline-block;
}

/* add triangle/arrow to drop-down */
#loginButton span:after {
	content: "\25BC";
	font-size: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	height: 14px;
	width: 14px;
	display: block;
	float: right;
	text-align: center;
	line-height: 15px;
	margin-left: 7px;
	box-shadow: inset 1px 1px #fff;
}

/* Login Box */
#loginBox {
    width: 100%;
    display: none;
    text-align: center;
    z-index:29;
    padding: 25px 0;
    border-bottom: solid 1px #ccc;
}

/* If the Login Button has been clicked */
#loginButton.active {
    border-radius:3px 3px 0 0;
}

#loginButton.active span:after {
	content: "\25B2";
	line-height: 12px;
	padding-bottom: 3px;
	height: 11px;
	margin-top: -1px;
}

/* Login Form */
#loginContainer #loginform {
    width:248px;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-1px;
    background:#ccc;
    padding:6px;
}
/*-------LOGIN ENDS HERE -------*/



/****************************************/
/*             Search                   */
/****************************************/
/* Search Container (default to float:right) */
#searchContainer {
    position: absolute;
    top: 0;
    right: 87px;
    font-size:12px;
    margin-right: 15px;
}

/* Search Button */
#searchButton {
    display: inline-block;
    color: #717174;
    font-size: 34px;
    position:relative;
    z-index:30;
    cursor:pointer;
    vertical-align: top;
    padding-left: 1px;
}

/* Search Button Text */
#searchButton span {
    padding: 0 10px;
    display: inline-block;
}

/* Search Box */
#searchBox {
    width: 100%;
    display: none;
    text-align: center;
    z-index:29;
    background: #fff;
    padding: 25px 0;
    border-bottom: solid 1px #ccc;
}

#searchBox input {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 0;
}

#searchBox input#s {
	background: none;
	width: 345px;
	color: #666;
	font-size: 16px;
	margin: 10px 0 11px 15px;
}

#searchBox input#s::-webkit-input-placeholder {
   color: #ccc;
}

#searchBox input#s:-moz-placeholder { /* Firefox 18- */
   color: #ccc;
}

#searchBox input#s::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;
}

#searchBox input#s:-ms-input-placeholder {
   color: #ccc;
}

.search-container {
	display: inline-block;
	width: 460px;
}

#searchBox form {
	display: block;
	float: left;
	width: 400px;
	margin: 0;
	background-color: white;
	border: 1px solid #cccccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

#searchBox #searchsubmit {
	background: none;
	font-size: 30px !important;
	font-weight: normal;
	padding: 0 0 0 1px;
	margin: 12px 0 0 0;
	color: #1d2a58;
}

.close-button {
	background: #1d2a58;
	color: #fff;
	display: block;
	float: left;
	font-size: 20px;
	cursor: pointer;
	width: 28px;
	height: 28px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	line-height: 25px;
	margin: 12px 0 0 25px;
	padding: 0 0 0 2px;
	-webkit-font-smoothing: antialiased;
}

#searchBox input {
	display: block;
	float: left;
}

/* If the Login Button has been clicked */
#searchButton.active {
}

/* Search Form */
#searchContainer #searchform {
    width:220px;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-1px;
    background:#ccc;
    padding:6px;
}

#searchform label {
	display: block;
	float: left;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.search-container {
		width: 100%;
		text-align: center;
	}
	#searchBox form {
		width: 80%;
	}
	#searchBox input#s {
		width: 80%;
	}
	#searchBox #searchsubmit {
		width: 5%;
		min-width: 20px;
	}
}
/*-------SEARCH ENDS HERE -------*/

/****************************************/
/*             Drum Classes             */
/****************************************/

.no-padding {
	padding: 0 !important;
}

.no-side-padding {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.no-border {
	border: none !important;
}

a.read-more, .no-wrap {
	white-space: nowrap;
}

.no-title h6.title {
	display: none;
}

.no-padding.widget > div {
	padding: 0 !important;
}

.widget.no-title {
	margin-top: 25px;
}

.logged-in .hide-logged-in {
	display: none;
}

.clear {
	clear: left;
}

.transition {
	transition: all .5s;
	-moz-transition: all .5s; /* Firefox 4 */
	-webkit-transition: all .5s; /* Safari and Chrome */
	-o-transition: all .5s; /* Opera */
}

/* This is required to pass Theme Check */
.sticky, .wp-caption-text, .bypostauthor {}

.gallery-caption {
	text-align: center;
	font-size: 14px;
}

.top-bar-container.fixed + section.container {
	margin-top: 45px;
}

.entry-content > ul {
	display: block;
	float: left;
	width: 100%;
	margin: 10px 0 10px 15px;
}

.entry-content > ul > li, .content > ul > li {
	list-style: none;
	position: relative;
	padding-left: 18px;
	display: inline-block;
	width: 100%;
	margin-bottom: 7px;
}

.entry-content > ul > li:before {
	font-family: 'FontAwesome';
	content: '\f0da';
	margin:0 10px 0 0;
	color: #ccc;
	font-size: 1.5em;
	position: absolute;
	left: 0;
	top: -8px;
}
.live-edit-area {
	position: relative;
}
@media only screen and (max-width: 40.063em) {
	.hide-inline-small {
		display: none;
	}
}

/*-------DRUM CLASSES ENDS HERE -------*/

ul.title-area {
	display: block;
	float: left;
}

ul.title-area h1 {
	display: inline-block;
}

ul.title-area {
	width: 20%;
}

.header-menu {
	display: block;
	float: right;
	width: 70%;
	margin-top: 24px;
	text-align: right;
	margin-bottom: 20px;
}

.daily-prices {
	display: block;
	float: left;
}

@media only screen and (max-width: 1165px) {
	.header-menu, ul.title-area {
		width: 100%;
		text-align: center;
	}
	.header-menu {
		margin-top: 0;		
	}
	.login-prices {
		position: absolute;
		top: 5px;
		right: 5px;
	}
}

a.top-menu {
	display: inline-block;
	width: 28%;
	max-width: 221px;
	position: relative;
	text-align: center;
	background: #1d2a58;
	border: solid 2px #1d2a58;
	color: #f1a241;
	font-weight: bold;
	line-height: 1;
	padding: 5px 4px 6px 64px;
	text-transform: uppercase;
	font-size: 15px;
	margin-right: 5%;
}

a.top-menu:hover {
	background: transparent;
	color: #1d2a58;
}

a.top-menu img {
	position: absolute;
	left: 0;
	top: -11px;
	left: -20px;
}

.nav-container {
	display: block;
	float: left;
	width: 100%;
	background: #1d2a58;
}

.top-bar-section #searchform {
	display: inline-block;
	max-width: 280px;
	width: 40%;
	float: right;
	margin-top: 4px;
}

@media only screen and (max-width: 985px) {
	.top-bar-section #searchform {
		width: 30%;
	}
}

@media only screen and (max-width: 940px) {
	.top-bar-section #searchform {
		width: 25%;
	}
}

@media only screen and (max-width: 880px) {
	.top-bar-section #searchform {
		width: 20%;
	}
}

.top-bar-section #s, .top-bar-section #searchsubmit {
	display: block;
	float: left;
}

.top-bar-section #s {
	width: 70%;
}

.top-bar-section #searchsubmit {
	width: 30%;
	font-weight: bold;
	text-transform: uppercase;
	background: #fff;
	color: #1d2a58;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	letter-spacing: 1px;
}

.login-prices {
	display: block;
	float: right;
	width: 115px;
}

.header-contact h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0;
	color: #1d2a58;
	padding: 0 15px;
}

@media only screen and (max-width: 1220px) {
	.header-contact h2 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 960px) {
	.header-contact h2 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 785px) {
	.header-contact h2 {
		font-size: 13px;
	}
}

.header-contact a {
	color: #1d2a58;
}

a.header-cta {
	color: #fff;
	background: #1d2a58;
	display: block;
	float: left;
	width: 100%;
	font-size: 26px;
	padding: 3px 0;
}

.breadcrumb-container {
	display: block;
	float: left;
	width: 100%;
	background: #ebebeb;
}

#breadcrumbs {
	color: #1d2a58;
	font-size: 18px;
	margin-bottom: 0;
}

.expert-box {
	display: block;
	float: left;
	width: 100%;
	border: solid 24px #a5aabc;
	background: #f0a443;
	padding: 5px 5px 6px 5px;
	position: relative;
	min-height: 290px;
	margin-bottom: 30px;
}

.expert-box.large {
	padding: 15px;
}

body.home .expert-box {
	margin-top: 10px;
}

.expert-box p {
	font-size: 16px;
	line-height: 1.2;
}

.expert-box.small p strong {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 25px;
	position: relative;
}

.expert-box.small p strong:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -10px;
	width: 30%;
	height: 1px;
	background: #1d2a58;
}

.expert-box .button, .expert-box.small p {
	margin: 0;	
}

.expert-box img {
	max-width: 50%;
	display: block;
	float: left;
	margin-right: 2%;
}

.expert-box a.button {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 4px;
	margin-top: 15px;
	color: #f0a443;
	border: solid 2px #1d2a58;
}

.expert-box a.button:hover, .expert-box a.button:active {
	color: #1d2a58;
}

.coin-cat.columns {
	padding-left: 0 !important;
	padding-right: 1px !important;
}

.cat-link {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 2px;
}

.cat-link img {
	width:  100%;
}

.cat-link .title-container {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;	
}

.cat-link h3 {
	display: block;
	float: left;
	width: 100%;
	background: #f0a443;
	text-transform: uppercase;
	font-size: 25px;
	color: #1d2a58;
	font-weight: bold;
	padding: 15px 4px;
	border: solid 2px #f0a443;
}

.cat-link:hover h3 {
	background: rgba(255,255,255,.6);
}

.view-now {
	font-size: 16px;
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #c62132;
	border: solid 2px #c62132;
	padding: 4px 7px;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.cat-link:hover .view-now {
	background: rgba(255,255,255,.6);
	color: #1d2a58;
}

.home-cats {
	margin-top: 25px;
}

section.footer-container {
	background: #ebebeb;
	margin-top: 25px;
}

section.footer-container p {
	text-transform: uppercase;
	color: #1d2a58;
	font-size: 10px;
	margin-bottom: 12px;
}

.coin-search {
	background: #1d2a58;
	display: block;
	float: left;
	width: 100%;
	padding: 35px 25px 43px 25px;
}

.coin-search h2 {
	color: #fff;
	line-height: 1;
	font-size: 26px;
	font-weight: bold;
}

.coin-search hr {
	with: 160px;
	max-width: 60%;
}

.coin-search h3 {
	color: #fff;
	font-size: 16px;
	font-style: italic;
}

.coin-search #s {
	text-align: center;
	font-style: italic;
	font-size: 31px;
	padding: 0;
	margin-bottom: 13px;
}

.coin-search #searchsubmit {
	font-size: 31px;
	color: #1d2a58;
	font-weight: bold;
	background: #f0a443;
	text-transform: uppercase;
	width: 100%;
	padding: 5px;
	margin-bottom: 0;
}

.expert-search {
	display: block;
	float: left;
	width: 100%;
	background: url(../img/expert-search-bg.png) center center no-repeat;
	background-size: cover;
	padding: 25px;
	margin-bottom: 20px;
}

.expert-search-inner {
	display: block;
	float: left;
	width: 100%;
	background: #f0a443;
	padding: 30px 7px 22px 7px;
}

.expert-search h2 {
	font-size: 32px;
	color: #1d2a58;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
}

.expert-search h3 {
	color: #fff;
	font-size: 13px;
	font-style: italic;
}

.expert-search #s, .expert-search #searchsubmit {
	width: 80%;
	display: inline-block;
	text-align: center;
}

.expert-search #s {
	font-size: 22px;
	padding: 0;
	font-style: italic;
	margin-bottom: 8px;
}

.expert-search #searchsubmit {
	margin-bottom: 13px;
	color: #f0a443;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	padding: 4px;
	border: solid 2px #1D2A50;
}

.expert-search #searchsubmit:hover, .expert-search #searchsubmit:focus {
	color: #1D2A50;
}

#sidebar.ads, .sidebar-inner.ads {
	padding: 6px 8px;
	background: #ebebeb;
	font-size: 14px;
	display: block;
	float: left;
}

.sidebar-inner.ads {
	width: 100%;	
}

#sidebar p, .sidebar p {
	font-size: 16px;
	color: #5b5b5b;
}

#sidebar.ads a, #sidebar.ads p, .cat-nav p, .cat-nav a {
	line-height: 1.2;
	font-size: 14px;	
}

.adrotate_widgets img {
	margin-bottom: 7px;
}

p.sponsored, p.sidebar-title, .cat-nav > a {
	text-transform: uppercase;
	font-weight: bold;
}

.cat-nav > a {
	display: inline-block;
}

.cat-nav li a {
	font-size: 15px;
}

p.sponsored, p.sidebar-title {
	margin-bottom: 15px;
}

a.create-ad {
	display: block;
	float: right;
}

#sidebar.ads article {
	border-top: solid 1px #ccc;
	display: block;
	float: left;
	width: 100%;
	padding-top: 22px;
}

#sidebar p.sponsored + article {
	border: none;
	padding-top: 0;
}

.cat-nav {
	background: #ebebeb;
	padding: 6px 8px;
	margin-bottom: 40px;
}

.cat-nav p, .cat-nav a {
	color: #5b5b5b;
}

.sidebar-title {
	text-transform: uppercase;
}

.cat-nav li {
	list-style: none;
	line-height: 1.2;
}

a.cat {
	margin-bottom: 20px;
}

a.cat p {
	font-size: 12px;
	color: #5b5b5b;
	margin: 0;
}

a.cat img {
	margin-bottom: 7px;	
	width: 100%;
}

article.what-to-know {
	display: block;
	float: left;
	width: 100%;
	background: #1d2a58;
	padding: 20px;
	text-align: center;
	position: relative;
}

article.what-to-know:after {
	content: "";
	border: dashed 2px #fff;
	position: absolute;
	top: 4%;
	left: 3%;
	display: block;
	width: 94%;
	height: 92%;
}

article.what-to-know h6.title {
	color: #fff;
	font-weight: bold;
	font-size: 36px;	
    font-family: "minion-pro";
    line-height: 1;
}

article.what-to-know a {
	display: block;
	float: left;
    font-family: "minion-pro";
	width: 100%;
	font-size: 26px;
	color: #1d2a58;
	background: #fff;
	position: relative;
	z-index: 9999;
	padding: 4px;
	font-weight: 600;
}

article.what-to-know p {
	margin: 0;
}

#sidebar-top article {
	display: block;
	float: left;
	margin-bottom: 30px;
}

div.search-result {
	display: block;
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: solid 1px #b7b7b7;
}

div.search-result img {
	margin: 0 3px;
}

.search-results-inner {
	display: block;
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px;
}

div.search-result h2 {
	color: #5b5b5b;
	font-weight: bold;
	font-size: 24px;
}

div.search-result .button {
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	padding: 5px;
	margin-bottom: 10px;
}

div.search-result .button span {
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
}

div.search-result .button.details {
	font-size: 24px;
}

div.search-result .button.add {
	font-size: 18px;
	background: #f0a443;
	color: #1d2a58;
	padding: 7px 4px;
}

div.search-result .button.add:hover {
	background: #1d2a58;
	color: #fff;
}

.auction-record {
	background: #5b5b5b;
	color: #fff;
	padding: 4px 3px;
}

.auction-record h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}

.auction-record p {
	font-family: "minion-pro";
	font-size: 13px;
	line-height: .9;
	margin-bottom: 8px;
}

.auction-info {
	font-size: 22px;
	font-weight: bold;
}

.auction-record hr {
	border-width: 1px 0 0;
	margin: 0;
}

a.select-all {
	float: right;
}

.refine-search div p {
	margin: 25px 0 5px;
}

.refine-search {
	padding-bottom: 25px;
}

.refine-search h2 {
	width: 100%;
	text-align: center;
	color: #5b5b5b;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	margin: 25px 0 10px;
}

.recent-searches a {
	color: #1d2a58;
	font-weight: bold;	
}

.cat-title {
	background: #1d2a58;
	padding: 10px 10px 4px 10px;
	margin-bottom: 15px;
}

.cat-title h1, .cat-title h2 {
	color: #fff;
	font-weight: bold;
	font-family: "minion-pro";
}

.cat-title h1 {
	font-size: 34px;
	margin-bottom: 0;
}

.cat-title h2 {
	font-size: 28px;
}

.cat-photo img {
	margin: 0 8px 20px 8px;
}

.cat-desc p {
	font-family: "minion-pro";
	font-size: 16px;
}

.subcat hr {
	border-color: #ccc;
	max-width: 80%;
	border-width: 1px 0 0;
}

ul.cat-coins {
    margin-left: 0;
    padding: 10px;
    display: block;
    float: left;
    width: 100%;
}

ul.cat-coins li {
	display: inline-block;
	margin-left: -4px;
	text-align: center;
	list-style: none;
	font-size: 12px;
	width: 25%;
	position: relative;
	line-height: 1;
	padding: 0 12px;
	margin-bottom: 25px;
}

@media only screen and (max-width: 64.063em) {
	ul.cat-coins li {
		width: 33%;
	}	
}

@media only screen and (max-width: 40.063em) {
	ul.cat-coins li {
		width: 50%;
	}	
}

ul.cat-coins li a {
	color: #5b5b5b;
}

ul.cat-coins li a:hover {
	color: #f0a543;
}

.about-title {
	background: #1d2a58;
	padding: 5px 5px 7px 5px;
	margin-bottom: 15px;
}

.about-title h2, .about-title h3 {
	color: #fff;
	margin: 0;
	font-family: "minion-pro";
}

.about-title h2 {
	font-size: 22px;
}

.about-title h3 {
	font-size: 13px;
}

.about-content {
	padding: 0 5px;
}

.about-content p {
	font-family: "minion-pro";
	font-size: 16px;
}

h1.entry-title, p.value {
	width: 100%;
	color: #fff;
	background: #1d2a58;
	font-family: "minion-pro";
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
	padding: 10px;
}

p.value {
	font-size: 18px;
	padding: 0 10px 10px 10px;
	margin-top: -18px;
}

.coin-photos {
	background: #fff;
	padding: 20px 0;
}

.coin-photos img {
	margin: 0 8px;
}

.coin-details {
	display: block;
	float: left;
	width: 50%;
	padding: 2px;
}

.coin-details div {
	display: block;
	float: left;
	width: 100%;
	background: #1d2a58;
	line-height: 1;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
}

.coin-details div a {
	color: #fff;
}

.coin-details div a:hover {
	color: #f0a443;
}

.coin-cond {
	padding: 2px;
	background: #f7f7f7;
	font-size: 13px;
	color: #1d2a58;
	line-height: 1.2;
}

.coin-cond img {
	margin-bottom: 7px;
}

.i-own {
	font-size: 12px;
	color:#fff;
	background: #1d2a58;
	padding: 5px 2px;
	margin-top: 10px;
}

.no-grades .i-own {
	margin-top: 0;
}

.auction-id {
	font-size: 13px;
	padding: 11px 2px;
}

.i-own input {
	display: inline-block;
	width: 25px;
	height: 14px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
}

.coin-cond .title {
	font-weight: bold;
	padding: 13px 2px;
	color: #1d2a58;
	text-transform: uppercase;
}

.record.coin-cond .title {
	text-transform: none;
	font-size: 11px;
	background: #1d2a58;
	color: #fff;
	padding: 1px 2px;
}

.worst .title {
	background: #f66a6e;
}

.heavy_circ .title {
	background: #faaa7c;
}

.average .title {
	background: #feea8a;
}

.light_circ .title {
	background: #b2d383;
}

.uncirc .title {
	background: #66bd7d;
}

.click {
	background: #1d2a58;
	color: #fff;
	font-size: 13px;
	padding: 4px 2px;
}

.title-click {
	background: #1d2a58;
	margin-bottom: 7px;	
}

.auction-title-click {
	color: #fff;
}

.add-track .button-container {
	display: block;
	float: left;
	width: 50%;
}

.add-track .button-container:first-child {
	padding-right: 2px;
}

.add-track .button-container:last-child {
	padding-left: 2px;
}

.add-track {
	padding: 2px;
}

.add-track .button {
	display: block;
	float: left;
	width: 100%;
	padding: 3px;
	font-size: 20px;
}

a.button.coin-add {
	background: #c62132;
}

a.button.coin-track {
	background: #f09637;
}

.guidelines {
	display: block;
	float: left;
	width: 100%;
	margin: 7px 0 0 0;
}

.util-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.util-nav ul.is-visible {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

  .util-nav {
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
    margin: 0;
  }
  .util-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin: 15px 0 0 0;
  }
   .util-nav ul li:not(.gfield) {
	   display: inline-block;
	   list-style: none;
	  } 
  .util-nav a {
	  font-size: 12px;
    display: inline-block;
    height: auto;
    line-height: normal;
    text-transform: uppercase;
  }
  .util-nav a.cd-signin {
    color: #1d2a58;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
  }
  .util-nav a.cd-signin:hover, .util-nav a.cd-signin:active, .util-nav a.cd-signin:focus {
    color: white;
  }
  .util-nav a.cd-signup {
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
  }
  .util-nav a.cd-signup:hover, .util-nav a.cd-signup:active, .util-nav a.cd-signup:focus {
    color: #1d2a58;
  }
/* --------------------------------

xsigin/signup popup

-------------------------------- */
.cd-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, 0.9);
  z-index: 10;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-user-modal.is-visible .cd-user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-user-modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: #FFF;
  margin: 3em auto 4em;
  cursor: auto;
  border-radius: 0.25em;
  padding-bottom: 20px;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-user-modal-container .cd-form-bottom-message {
  display: block;
  width: 100%;
}
.cd-user-modal-container .cd-form-bottom-message a {
  display: table;
  margin: 0 auto;
}
.cd-user-modal-container .cd-switcher {
  margin: 0;
}
.cd-user-modal-container .cd-switcher:after {
  content: "";
  display: table;
  clear: both;
}
.cd-user-modal-container .cd-switcher li {
  width: 50%;
  float: left;
  text-align: center;
  list-style: none;
}
.cd-user-modal-container .cd-switcher li:first-child a {
  border-radius: .25em 0 0 0;
}
.cd-user-modal-container .cd-switcher li:last-child a {
  border-radius: 0 .25em 0 0;
}
.cd-user-modal-container .cd-switcher a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #d2d8d8;
  color: #809191;
}
.cd-user-modal-container .cd-switcher a.selected {
  background: #FFF;
  color: #505260;
}
.cd-user-modal-container form {
  padding: 1.4em;
}
.cd-user-modal-container form .fieldset {
  position: relative;
  margin: 1.4em 0;
}
.cd-user-modal-container form .fieldset:first-child {
  margin-top: 0;
}
.cd-user-modal-container form .fieldset:last-child {
  margin-bottom: 0;
}
.cd-user-modal-container form label {
  font-size: 14px;
  font-size: 0.875rem;
  /* Small only */
}
.cd-user-modal-container form label.image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.cd-user-modal-container form label.cd-username {
  background-image: url("../img/cd-icon-username.svg");
}
.cd-user-modal-container form label.cd-email {
  background-image: url("../img/cd-icon-email.svg");
}
.cd-user-modal-container form label.cd-password {
  background-image: url("../img/cd-icon-password.svg");
}
.cd-user-modal-container form input {
  margin: 0;
  padding: 0;
  border-radius: 0.25em;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.cd-user-modal-container form input.full-width {
  width: 100%;
}
.cd-user-modal-container form input.has-padding {
  padding: 12px 20px 12px 50px;
}
.cd-user-modal-container form input.has-border {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-user-modal-container form .gfield input {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 15px 0 15px 50px !important;
}
.cd-user-modal-container form input.has-border:focus {
  border-color: #343642;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: none;
}
.cd-user-modal-container form input.has-error {
  border: 1px solid #d76666;
}
.cd-user-modal-container form input[type=password] {
  /* space left for the HIDE button */
}
.cd-user-modal-container form input[type=submit] {
  padding: 16px 0;
  cursor: pointer;
  background: #1d2a58;
  color: #FFF;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .cd-user-modal-container {
    margin: 8em auto;
  }
  .cd-user-modal-container .cd-switcher a {
    height: 70px;
    line-height: 70px;
  }
}
.no-touch .cd-user-modal-container form input[type=submit]:hover, .no-touch .cd-user-modal-container form input[type=submit]:focus {
  background: rgba(16, 24, 50, 0.8);
  outline: none;
}

.cd-user-modal-container form .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  color: #343642;
}
.cd-user-modal-container form .cd-error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: .8em;
  z-index: 2;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0.25em;
  /* prevent click and touch events */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}
.cd-user-modal-container form .cd-error-message::after {
  /* triangle */
  content: '';
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}
.cd-user-modal-container form .cd-error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  -moz-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
}
.cd-user-modal-container form-message {
  padding: 1.4em 1.4em 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}
.cd-user-modal-container form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-user-modal-container form-bottom-message a {
  color: #FFF;
  text-decoration: underline;
}

@media only screen and (min-width: 600px) {
  .cd-user-modal-container form {
    padding: 2em;
  }
  .cd-user-modal-container form .fieldset {
    margin: 2em 0;
  }
  .cd-user-modal-container form .fieldset:first-child {
    margin-top: 0;
  }
  .cd-user-modal-container form .fieldset:last-child {
    margin-bottom: 0;
  }
  .cd-user-modal-container form input.has-padding, .cd-user-modal-container form .gfield input {
    padding: 16px 20px 16px 50px;
  }
  .cd-user-modal-container form input[type=submit] {
    padding: 16px 20px;
  }
}
@media only screen and (min-width: 600px) {
  .cd-user-modal-container form-message {
    padding: 2em 2em 0;
  }
}
.cd-close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background: url("../img/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#cd-login, #cd-signup, #cd-reset-password {
  display: none;
}

#cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected {
  display: block;
}

#cd-signup.is-selected {
  display: block;
  width: 100%;
}
#cd-signup.is-selected li label {
  /* replace text with an icon */
  display: inline-block;
  float: left;
  position: absolute;
  z-index: 5;
  left: 15px;
  top: auto;
  margin-top: 25px;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
  /* Small only */
}
@media only screen and (max-width: 40em) {
  #cd-signup.is-selected li label {
    left: 10%;
  }
}
#cd-signup.is-selected li.username label {
  background-image: url("../img/cd-icon-username.svg");
}
#cd-signup.is-selected li.email label {
  background-image: url("../img/cd-icon-email.svg");
}
#cd-signup.is-selected li.password span label {
  background-image: url("../img/cd-icon-password.svg");
}
#cd-signup.is-selected li.password span.ginput_left label {
  margin-top: -24px;
}
#cd-signup.is-selected li.password span.ginput_right label {
  margin-top: -24px;
  left: 52%;
  /* Small only */
}
@media only screen and (max-width: 40em) {
  #cd-signup.is-selected li.password span.ginput_right label {
    left: 55%;
  }
}

.expert-box.large img {
	width: 20%;
}

.expert-box.large .expert-inner {
	display: block;
	float: right;
	width: 78%;
}

.expert-bar {
	color: #f0a443;
	background: #1d2a58;
	text-align: center;
	font-size: 15px;
	margin-bottom: 10px;
}
.expert-bar a {
	color: #f0a443;	
}

.expert-bar strong {
	font-size: 16px;
	text-transform: uppercase;
}

.expert-box.large p{
	font-size: 16px;
	color: #1d2a58;
	margin-bottom: 12px;
}

.expert-box.large {
	margin-bottom: 30px;
}

.found-expert p {
	display: block;
	float: left;
	width: 100%;
	background: #1d2a58;
	font-size: 19px;
	color: #f0a443 !important;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	line-height: 1.2;
	padding: 2px;
	margin: 0;
}

.expert-search-inner.found-expert {
	padding: 12px;
}

.entry-content.expert {
	display: block;
	float: left;
	width: 100%;
	margin-top: 6px;
}

.hide-label label {
	display: none !important;
}

.expert-contact {
	display: block;
	float: left;
	width: 100%;
	background: #a5aabc;
	padding: 20px;
}

.expert-contact h2 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	color: #1d2a58;
}

.hide-label .ginput_complex input {
	margin: 0;
}

.expert-contact #gform_wrapper_3 label {
	color: #1d2a58;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.contact-box p {
	color: #1d2a58;
	line-height: 1.2;
	font-size: 16px;
	margin-bottom: 7px;
}

.contact-box h3 {
	color: #f0a443;
	background: #1d2a58;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px;
	margin-top: 17px;
}

#gform_wrapper_3 .gform_footer {
	margin: 0;
	padding: 0;
	color: #f0a443;
	text-align: right;
}

#field_3_3 textarea {
	height: 69px;
}

.no-break {
	white-space: nowrap;
}

.social-container {
	display: block;
	float: left;
	width: 100%;
}

.coin-images {
	text-align: center;
}

.we-are-buying {
	background: #1d2a58;
	padding: 4px;
	margin-bottom: 25px;
}

.we-are-buying h2 {
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#gform_4 ul.gform_fields li.gfield {
	padding-left: 16px;
}

#field_4_2 label, #field_4_3 label, #field_4_4 label, #field_4_6 label {
	display: none;
}

#input_4_4 {
	height: 110px;
}

#input_4_5 {
	width: 100%;
	color: #fff;
}

#gform_4 label {
	color: #fff;
}

#gform_4 .gform_footer {
	margin: 0;
	padding: 0;
	text-align: right;
}

#gform_submit_button_4 {
	background: #f09d3c;
}

.home-intro {
	margin-bottom: 20px;
}

.icon-text {
	font-weight: bold;
	color: #fff;
}

#gform_confirmation_message_4 p {
	color: #fff;
	padding: 0 10px;
}

#gform_wrapper_2 {
	margin: 0;
}

#collection:not(.admin) {
	display: block;
	position: fixed;
	top: 65px;
	color: #fff;
	background: #1d2a58;
	background: rgba(29,42,88,.95);
	padding: 14px;
	max-width: 100%;
	height: 95%;
	-webkit-box-shadow: 0 0 26px 4px rgba(1,1,1,.75);
	-moz-box-shadow: 0 0 26px 4px rgba(1,1,1,.75);
	box-shadow: 0 0 26px 4px rgba(1,1,1,.75);
	right: -403px;
	width: 403px;
	max-width: 100%;
	z-index: 9999999;
	transition: all .5s;
	-moz-transition: all .5s; /* Firefox 4 */
	-webkit-transition: all .5s; /* Safari and Chrome */
	-o-transition: all .5s; /* Opera */	
}

#collection.admin {
	display: block;
	float: left;
	width: 100%;
	color: #fff;
	background: #1d2a58;
	background: rgba(29,42,88,.95);
	padding: 14px;
}

#collection.admin h2 a {
	color: #fff;
}

#collection.admin h2 a:hover {
	color: #f09637;
}

#collection.admin .cart-item {
	width: 33%;
	min-width: 375px;
	border-top: solid 1px #fff;	
}

#collection-contents {
	height: 100%;
	overflow-y: scroll;
	padding-top: 47px;		
}

#collection h2 {
	text-align: center;
	font-weight: bold;
	font-family: "minion-pro";
	font-size: 30px;
	margin: 6px 0 5px 0;
	width: 100%;
	float: left;
}

#collection h2, #collection h3 {
	color: #fff;
}

#collection.open {
	right: 0;
}

.cart-close {
	display: block;
	float: right;
	position: absolute;
	right: 15px;
	top: 15px;
	color: #9a9a9a;
	font-size: 64px;
	line-height: 17px;
	padding: 10px;
	cursor: pointer;
	margin-top: -10px;
}

.side-title {
	position: absolute;
    left: -96px;
    top: 100px;
    transform-origin: center center;
    transform: rotate(-90deg);
    color: #fff;
    font-family: "minion-pro";
    font-size: 24px;
    width: 230px;
    font-weight: bold;
    text-align: center;
}

#collection .tab {
	background: #1d2a58;
	background: rgba(29,42,88,.95);
	position: absolute;
	z-index: 999;
	width: 40px;
	height: 230px;
	top: 0;
	left: -40px;
	cursor: pointer;
}

.cart-thumb {
	display: block;
	float: left;
	width: 90px;
	height: 100px;
	text-align: center;
	padding-top: 10px;
}

.cart-thumb img {
	vertical-align: middle;
}

.title-details {
	width: 215px;
	display: block;
	float: left;
	text-align: center;
	padding: 10px 0 0 0;
}

.title-details h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: "minion-pro";
}

.cart-item {
	display: block;
	float: left;
	width: 100%;
	border: solid 1px #fff;
	position: relative;
}

.cart-header {
	display: block;
	float: left;
	width: 100%;
	text-align: right;
	font-size: 13px;
	padding-right: 7px;
}

.cart-cond {
	display: block;
	float: left;
	width: 80px;
	height: 38px;
	font-size: 12px;
	color: #1d2a58;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 11px;
}

.qty-value {
	display: block;
	float: left;
	width: 122px;
	border: solid 1px #fff;
}

.no-grades .qty-value {
	width: 208px;
}

.qty-value > div {
	display: block;
	float: left;
	width: 60px;
}

.no-grades .qty-value > div {
	width: 103px;	
}

.value-header, .cond-header {
	display: block;
	float: left;
	width: 100%;
	border-bottom: solid 1px #fff;
	font-size: 13px;
	font-weight: bold;
}
.cart-qty {
	border-right: solid 1px #fff;
}

.qty-value p {
	margin: 0;
	font-size: 14px;
	line-height: 1.2;
}

.subtotal {
	text-align: center;
	display: block;
	float: left;
	width: 66px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding-bottom: 42px;
	border-left: solid 1px #fff;
}

.coin-subtotal {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
}

.cart-item + .cart-item {
	border-top: none;
}

.subtotal a {
	position: absolute;
	bottom: 0;
	padding: 4px 5px;
	line-height: 1.2;
	height: 42px;
	color: #fff;
	display: block;
	font-size: 14px;
	width: 100%;
	text-align: center;
	background: #f09637;
	border: solid 1px #f09637;
}

.collection-header{
	position: absolute;
	top: 0;
	width: 100%;
	display: block;
    background: #1d2a58;
    z-index: 999;
}

.subtotal a:hover {
	background: transparent;
}

.cart-total {
	display: block;
	float: left;
	width: 100%;
	text-align: right;
	color: #fff;
	font-size: 20px;
	padding: 0 0 14px 0;
}

.cart-total span {
	font-weight: bold;
	color: #f09637;
}

.cart-item a.remove {
	display: none;
	color: #f09b3b;
	position: absolute;
	z-index: 999999;
	right: 5px;
	top: -2px;
}

.cart-item:hover a.remove {
	display: block;
}

@media only screen and (min-width: 40.063em) {
	.coin-photos a {
		display: inline-block;
		max-width: 49%;
	}
}

.footer-links {
	display: block;
	float: left;
	width: 100%;
	background: #959595;
	padding: 15px 0;
	margin-bottom: 15px;
}

.footer-links img {
	border: solid 2px #fff;
	margin-bottom: 10px;
}

#menu-footer-menu {
	margin: 0;
}

#menu-footer-menu li {
	list-style: none;
	display: inline-block;
	border-right: solid 2px #fff;
	line-height: 1;
}

#menu-footer-menu li a {
	color: #fff;
	font-weight: 600;
	padding: 0 10px 0 6px;
}

.newsletter h3 {
	font-size: 15px;
	padding: 3px;
	color: #959595;
	background: #fff;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 5px 0;
}

#menu-footer-menu li:last-child {
	border: none;
}

#gform_wrapper_5 {
	margin: 0;
}

#gform_wrapper_5 label {
	display: none;
}

#gform_wrapper_5 input[type="text"] {
	text-align: center;
	font-family: "minion-pro";
	font-style: italic;
	margin-bottom: 7px;
	height: 20px;
	font-size: 15px;
}

#gform_wrapper_5 ul.gform_fields li.gfield {
	padding: 0;
}

#field_5_1, #field_5_2 {
	margin: 0;
}

#gform_wrapper_5 .gform_footer {
	margin-top: 12px;
	padding: 0;
}

#gform_submit_button_5 {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 2px 7px;
	text-transform: uppercase;
	background: #eb212e;
	font-size: 18px;
	font-weight: bold;
}

.expert-box.all-experts {
	margin-bottom: 30px;
}

.expert-search-outer {
	display: block;
	float: left;
	width: 100%;
}

.remove-all-container a {
	font-size: 12px;
	color: #f09637;
}

.cat-image {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto 7px auto;
}

.cat-image img {
	max-width: 100%;
}

.about-cat {
	display: block;
	float: left;
	width: 100%;
}

.last-next-container {
  display: block;
  float: left;
  width: 100%; }
  @media only screen and (max-width: 1025px) {
    .last-next-container {
      display: none; }
   }

.last-post, .next-post {
  display: block;
  position: absolute;
  margin-top: -250px;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.26);
  box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.26);
  border: solid 4px #fff;
  padding: 8px 20px 12px 20px;
  width: 160px;
  text-align: center; }
  .last-post h5, .next-post h5 {
    font-size: 28px;
    color: #d7d5d5;
    text-shadow: #aba7a6 -1px 0, #aba7a6 0 -1px, #fff 0 0, #aba7a6 -1px -1px;
    letter-spacing: 1px;
    line-height: 1.2; }
  .last-post:hover h5, .next-post:hover h5 {
    color: #6a6362; }
  .last-post p, .next-post p {
    font-size: 14px;
    color: #6a6362;
    line-height: 1.2; }
  .last-post:hover p, .next-post:hover p {
    color: #ba0c2f; }
  .last-post img, .next-post img {
    margin-bottom: 8px; }
  .last-post:hover, .next-post:hover {
    width: 210px;
    background-repeat: no-repeat; }

.last-post {
  border-left: none;
  left: 0;
  background-position: 20px center; }
  .last-post:hover {
    padding-left: 70px;
    background-image: url(../img/prev-arrow.png); }

.next-post {
  border-right: none;
  right: 0;
  background-position: 90% center; }
  .next-post:hover {
    padding-right: 70px;
    background-image: url(../img/next-arrow.png); }
    
    
    .textwidget > p + .we-are-buying {
	    margin-top: -20px;
    }
    
    .gform_body {
	    max-width: 100%;
    }
    
    .after-video {
	    display: none;
    }
    
    iframe {
	    max-width: 100%;
    }
    
   .search-header h2 {
	   margin: 30px 0 20px 0;
   }
   
   .widget input#s {
	   padding: 10px;
   }
   
   article > header + .entry-content {
	   margin-top: 20px;
   }
   
   h1.blog-header {
	   margin-bottom: 25px;
   }