/* combined with dillongage2/css/custom.css 20180705 */


/* combined with plugins/inv_custom/css/styles.css 20180705 */


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    overflow-x: hidden;
}

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;
}

.video-holder {
    display: inline-block;
    position: relative;
    padding-bottom: 60%;
    width: 100%;
}
.video-holder iframe {
    height: 100% !important;
    position: absolute;
    top: 0; left: 0;
    width: 100% !important;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
    cursor: url(../assets/img/grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    display: inline;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 3.5px 12px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #a8a8a8;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-item.loading {
    min-height: 150px;
    background: url(../assets/img/AjaxLoader.gif) no-repeat center center;
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut 0.7s both ease;
    -moz-animation: fadeOut 0.7s both ease;
    animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn 0.7s both ease;
    -moz-animation: fadeIn 0.7s both ease;
    animation: fadeIn 0.7s both ease;
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
    -webkit-animation: scaleToFade 0.7s ease both;
    -moz-animation: scaleToFade 0.7s ease both;
    animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown 0.6s ease both;
    -moz-animation: goDown 0.6s ease both;
    animation: goDown 0.6s ease both;
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom 0.5s ease both;
    -moz-animation: scaleUpFrom 0.5s ease both;
    animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo 0.5s ease both;
    -moz-animation: scaleUpTo 0.5s ease both;
    animation: scaleUpTo 0.5s ease both;
}

@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-loading .slick-list {
    background: #fff url("/ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track {
    -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);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

@font-face {
    font-family: "slick";
    src: url("../assets/fonts/slick.eot");
    src: url("../assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/slick.woff") format("woff"), url("../assets/fonts/slick.ttf") format("truetype"), url("../assets/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: '\2190';
}

[dir="rtl"] .slick-prev:before {
    content: '\2192';
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: '\2192';
}

[dir="rtl"] .slick-next:before {
    content: '\2190';
}

.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\2022';
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

meta.foundation-version {
    font-family: "/5.5.0/";
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0em;
}

meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 47.9375em)/";
    width: 0em;
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width: 992px)/";
    width:  992px;
}

meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width: 992px) and (max-width:64em)/";
    width:  992px;
}

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-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em;
}

meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
    width: 90.063em;
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em;
}

meta.foundation-data-attribute-namespace {
    font-family: false;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.button span:after {
    font-family: "Font Awesome\ 5 Free";
    content: "\f061";
    font-weight: 900;
    visibility: visible;
    padding-left: 10px;
    position: absolute;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
}

.button:hover span:after {
    padding-left: 15px;
}

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;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-size: 100%;
}

body {
    color: #333;
    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;
    letter-spacing: .2px;
}

a:hover {
    cursor: pointer;
}

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

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;
}

img {
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
}

select {
    width: 100%;
}

.row {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1200px;
    position: relative;
}

.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: -0.9375rem;
    margin-right: -0.9375rem;
    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: 0.9375rem;
    padding-right: 0.9375rem;
    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 {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        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: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }
}

@media only screen and (min-width: 992px) {
    .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 {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        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: 0.9375rem;
        padding-right: 0.9375rem;
        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 {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        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: 0.9375rem;
        padding-right: 0.9375rem;
        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: #333;
    padding: 1rem;
    display: block;
    font-size: 1rem;
}

.accordion .accordion-navigation>.content,
.accordion dd>.content {
    display: none;
    padding: 0.9375rem;
}

.accordion .accordion-navigation>.content.active,
.accordion dd>.content.active {
    display: block;
    background: #FFF;
}

.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: normal;
    margin-bottom: 1.25rem;
    position: relative;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    font-size: 0.8125rem;
    transition: opacity 300ms ease-out;
    background-color: #002e62;
    border-color: #001c3d;
    color: #FFF;
}

.alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333;
    opacity: 0.3;
    background: inherit;
}

.alert-box .close:hover,
.alert-box .close:focus {
    opacity: 0.5;
}

.alert-box.radius {
    border-radius: 3px;
}

.alert-box.round {
    border-radius: 1000px;
}

.alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #FFF;
}

.alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #FFF;
}

.alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f;
}

.alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFF;
}

.alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f;
}

.alert-box.alert-close {
    opacity: 0;
}

[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
}

[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 0.625rem 1.25rem;
}

@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: 992px) {
    .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: 0.5625rem 0.875rem 0.5625rem;
    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: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #002e62;
}

.breadcrumbs>*:hover a,
.breadcrumbs>*:focus a {
    text-decoration: underline;
}

.breadcrumbs>* a {
    color: #002e62;
}

.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 0.75rem;
    position: relative;
    top: 1px;
}

.breadcrumbs>*:first-child:before {
    content: "";
    margin: 0;
}

[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
    content: "/";
}

button,
.button,
.wpcf7-submit {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding: 20px 40px;
    font-size: 1rem;
    background-color: #b38806;
    color: #FFF;
    text-transform: uppercase;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #b38806;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    color: #FFF;
}

button.secondary,
.button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333;
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
    background-color: #b9b9b9;
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
    color: #333333;
}

button.success,
.button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFF;
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
    background-color: #368a55;
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
    color: #FFF;
}

button.alert,
.button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFF;
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
    background-color: #cf2a0e;
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
    color: #FFF;
}

button.warning,
.button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFF;
}

button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
    background-color: #cf6e0e;
}

button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
    color: #FFF;
}

button.info,
.button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333;
}

button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
    background-color: #61b6d9;
}

button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
    color: #FFF;
}

button.large,
.button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem;
}

button.small,
.button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
}

button.tiny,
.button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem;
}

button.expand,
.button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

button.left-align,
.button.left-align {
    text-align: left;
    text-indent: 0.75rem;
}

button.right-align,
.button.right-align {
    text-align: right;
    padding-right: 0.75rem;
}

button.radius,
.button.radius {
    border-radius: 3px;
}

button.round,
.button.round {
    border-radius: 1000px;
}

button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
    background-color: #002e62;
    border-color: #001a39;
    color: #FFF;
    cursor: default;
    opacity: 0.7;
    box-shadow: none;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #001a39;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    color: #FFF;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #002e62;
}

button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333;
    cursor: default;
    opacity: 0.7;
    box-shadow: none;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    background-color: #b9b9b9;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    color: #333333;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    background-color: #e7e7e7;
}

button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFF;
    cursor: default;
    opacity: 0.7;
    box-shadow: none;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    background-color: #368a55;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    color: #FFF;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    background-color: #43AC6A;
}

button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFF;
    cursor: default;
    opacity: 0.7;
    box-shadow: none;
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    background-color: #cf2a0e;
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    color: #FFF;
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    background-color: #f04124;
}

button.disabled.warning,
button[disabled].warning,
.button.disabled.warning,
.button[disabled].warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFF;
    cursor: default;
    opacity: 0.7;
    box-shadow: none;
}

button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
    background-color: #cf6e0e;
}

button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
    color: #FFF;
}

button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
    background-color: #f08a24;
}

button.disabled.info,
button[disabled].info,
.button.disabled.info,
.button[disabled].info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333;
    cursor: default;
    opacity: 0.7;
    box-shadow: none;
}

button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
    background-color: #61b6d9;
}

button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
    color: #FFF;
}

button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
    background-color: #a0d3e8;
}

.clearing-blackout {
    background: #333;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
}

.clearing-blackout .clearing-close {
    display: block;
}

.clearing-container {
    position: relative;
    z-index: 998;
    height: 100%;
    overflow: hidden;
    margin: 0;
}

.clearing-touch-label {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #AAAAAA;
    font-size: 0.6em;
}

.visible-img {
    height: 95%;
    position: relative;
}

.visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%;
}

.clearing-caption {
    color: #CCCCCC;
    font-size: 0.875em;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
    bottom: 0;
    background: #333;
    width: 100%;
    padding: 10px 30px 20px;
    position: absolute;
    left: 0;
}

.clearing-close {
    z-index: 999;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 30px;
    line-height: 1;
    color: #CCCCCC;
    display: none;
}

.clearing-close:hover,
.clearing-close:focus {
    color: #CCCCCC;
}

.clearing-assembled .clearing-container {
    height: 100%;
}

.clearing-assembled .clearing-container .carousel>ul {
    display: none;
}

.clearing-feature li {
    display: none;
}

.clearing-feature li.clearing-featured-img {
    display: block;
}

.dropdown.button,
button.dropdown {
    position: relative;
    outline: none;
    padding-right: 3.5625rem;
}

.dropdown.button::after,
button.dropdown::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #FFF transparent transparent transparent;
    top: 50%
}

.dropdown.button::after,
button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem;
}

.dropdown.button::after,
button.dropdown::after {
    border-color: #FFF transparent transparent transparent;
}

.dropdown.button.tiny,
button.dropdown.tiny {
    padding-right: 2.625rem;
}

.dropdown.button.tiny:after,
button.dropdown.tiny:after {
    border-width: 0.375rem;
    right: 1.125rem;
    margin-top: -0.125rem;
}

.dropdown.button.tiny::after,
button.dropdown.tiny::after {
    border-color: #FFF transparent transparent transparent;
}

.dropdown.button.small,
button.dropdown.small {
    padding-right: 3.0625rem;
}

.dropdown.button.small::after,
button.dropdown.small::after {
    border-width: 0.4375rem;
    right: 1.3125rem;
    margin-top: -0.15625rem;
}

.dropdown.button.small::after,
button.dropdown.small::after {
    border-color: #FFF transparent transparent transparent;
}

.dropdown.button.large,
button.dropdown.large {
    padding-right: 3.625rem;
}

.dropdown.button.large::after,
button.dropdown.large::after {
    border-width: 0.3125rem;
    right: 1.71875rem;
    margin-top: -0.15625rem;
}

.dropdown.button.large::after,
button.dropdown.large::after {
    border-color: #FFF transparent transparent transparent;
}

.dropdown.button.secondary:after,
button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent;
}

form {
    margin: 0 0 1rem;
}

form .row .row {
    margin: 0 -0.5rem;
}

form .row .row .column,
form .row .row .columns {
    padding: 0 0.5rem;
}

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: 0.5rem;
}

label {
    font-size: 1rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

label.right {
    float: none !important;
    text-align: right;
}

label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0;
}

label small {
    text-transform: capitalize;
    color: #676767;
}

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: #FFF;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    padding: 0.5rem;
    height: 2.3125rem;
    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="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 {
    margin: 10px 0;
}

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;
    -webkit-box-shadow: 0 0 5px #999999;
    -ms-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 {
    -webkit-appearance: none !important;
    border-radius: 0;
    background-color: #FAFAFA;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    padding: 0.5rem;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.75);
    line-height: normal;
    border-radius: 0;
    height: 2.3125rem;
}

select::-ms-expand {
    display: none;
}

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 1rem 0;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline;
}

input[type="file"] {
    width: 100%;
}

fieldset {
    border: 1px solid #DDDDDD;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

fieldset legend {
    font-weight: bold;
    background: #FFF;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem;
}

[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] span.error,
[data-abide] small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #FFF;
}

[data-abide] span.error,
[data-abide] small.error {
    display: none;
}

span.error,
small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #FFF;
}

.error input,
.error textarea,
.error select {
    margin-bottom: 0;
}

.error input[type="checkbox"],
.error input[type="radio"] {
    margin-bottom: 1rem;
}

.error label,
.error label.error {
    color: #f04124;
}

.error small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #FFF;
}

.error>label>small {
    color: #676767;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
    font-style: normal;
    font-size: 60%;
    margin: 0;
    display: inline;
}

.error span.error-message {
    display: block;
}

input.error,
textarea.error,
select.error {
    margin-bottom: 0;
}

label.error {
    color: #f04124;
}

.inline-list {
    margin: 0 auto 1.0625rem auto;
    margin-left: -1.375rem;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.inline-list>li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block;
}

.inline-list>li>* {
    display: block;
}

.joyride-list {
    display: none;
}

.joyride-tip-guide {
    display: none;
    position: absolute;
    background: #333;
    color: #FFF;
    z-index: 101;
    top: 0;
    left: 2.5%;
    font-family: inherit;
    font-weight: normal;
    width: 95%;
}

.lt-ie9 .joyride-tip-guide {
    max-width: 800px;
    left: 50%;
    margin-left: -400px;
}

.joyride-content-wrapper {
    width: 100%;
    padding: 1.125rem 1.25rem 1.5rem;
}

.joyride-content-wrapper .button {
    margin-bottom: 0 !important;
}

.joyride-content-wrapper .joyride-prev-tip {
    margin-right: 10px;
}

.joyride-tip-guide .joyride-nub {
    display: block;
    position: absolute;
    left: 22px;
    width: 0;
    height: 0;
    border: 10px solid #333333;
}

.joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #333;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px;
}

.joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
}

.joyride-tip-guide .joyride-nub.right {
    right: -20px;
}

.joyride-tip-guide .joyride-nub.left {
    left: -20px;
}

.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
    line-height: 1.25;
    margin: 0;
    font-weight: bold;
    color: #FFF;
}

.joyride-tip-guide p {
    margin: 0 0 1.125rem 0;
    font-size: 0.875rem;
    line-height: 1.3;
}

.joyride-timer-indicator-wrap {
    width: 50px;
    height: 3px;
    border: solid 1px #555;
    position: absolute;
    right: 1.0625rem;
    bottom: 1rem;
}

.joyride-timer-indicator {
    display: block;
    width: 0;
    height: inherit;
    background: #666666;
}

.joyride-close-tip {
    position: absolute;
    right: 12px;
    top: 10px;
    color: #777777 !important;
    text-decoration: none;
    font-size: 24px;
    font-weight: normal;
    line-height: 0.5 !important;
}

.joyride-close-tip:hover,
.joyride-close-tip:focus {
    color: #EEE !important;
}

.joyride-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: transparent;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    cursor: pointer;
}

.joyride-expose-wrapper {
    background-color: #FFF;
    position: absolute;
    border-radius: 3px;
    z-index: 102;
    box-shadow: 0 0 15px #FFF;
}

.joyride-expose-cover {
    background: transparent;
    border-radius: 3px;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 992px) {
    .joyride-tip-guide {
        width: 300px;
        left: inherit;
    }
    .joyride-tip-guide .joyride-nub.bottom {
        border-color: #333333 !important;
        border-bottom-color: transparent !important;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
        bottom: -20px;
    }
    .joyride-tip-guide .joyride-nub.right {
        border-color: #333333 !important;
        border-top-color: transparent !important;
        border-right-color: transparent !important;
        border-bottom-color: transparent !important;
        top: 22px;
        left: auto;
        right: -20px;
    }
    .joyride-tip-guide .joyride-nub.left {
        border-color: #333333 !important;
        border-top-color: transparent !important;
        border-left-color: transparent !important;
        border-bottom-color: transparent !important;
        top: 22px;
        left: -20px;
        right: auto;
    }
}

.keystroke,
kbd {
    background-color: #ededed;
    border-color: #dddddd;
    color: #333;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    font-size: inherit;
    padding: 0.125rem 0.25rem 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: 0.25rem 0.5rem 0.25rem;
    font-size: 0.6875rem;
    background-color: #002e62;
    color: #FFF;
}

.label.radius {
    border-radius: 3px;
}

.label.round {
    border-radius: 1000px;
}

.label.alert {
    background-color: #f04124;
    color: #FFF;
}

.label.warning {
    background-color: #f08a24;
    color: #FFF;
}

.label.success {
    background-color: #43AC6A;
    color: #FFF;
}

.label.secondary {
    background-color: #e7e7e7;
    color: #333333;
}

.label.info {
    background-color: #a0d3e8;
    color: #333333;
}

ul.pagination {
    display: block;
    min-height: 1.5rem;
    margin-left: -0.3125rem;
}

ul.pagination li {
    height: 1.5rem;
    color: #333;
    margin-left: 0.3125rem;
}

ul.pagination li a,
ul.pagination li button {
    display: block;
    padding: 0.0625rem 0.625rem 0.0625rem;
    color: #999999;
    background: none;
    border-radius: 3px;
    font-weight: normal;
    font-size: 16px;
    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: #002e62;
    color: #FFF;
    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: #002e62;
}

ul.pagination li {
    float: left;
    display: block;
}

.pagination-right {
    text-align: right;
}

.pagination-right ul.pagination li {
    float: none;
    display: inline-block;
}

.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2;
    color: #333333;
}

.panel>:first-child {
    margin-top: 0;
}

.panel>:last-child {
    margin-bottom: 0;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p,
.panel li,
.panel dl {
    color: #333333;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem;
}

.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
    line-height: 1.4;
}

.panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #afd4ff;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #e5f1ff;
    color: #333333;
}

.panel.callout>:first-child {
    margin-top: 0;
}

.panel.callout>:last-child {
    margin-bottom: 0;
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p,
.panel.callout li,
.panel.callout dl {
    color: #333333;
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
    line-height: 1;
    margin-bottom: 0.625rem;
}

.panel.callout h1.subheader,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
    line-height: 1.4;
}

.panel.callout a:not(.button) {
    color: #002e62;
}

.panel.callout a:not(.button):hover,
.panel.callout a:not(.button):focus {
    color: #001c3d;
}

.panel.radius {
    border-radius: 3px;
}


table {
    background: #FFF;
    margin-bottom: 1.25rem;
    border: solid 1px #DDDDDD;
    table-layout: auto;
}

table caption {
    background: transparent;
    color: #333;
    font-size: 1rem;
    font-weight: bold;
}

table thead {
    background: #F5F5F5;
}

table thead tr th,
table thead tr td {
    padding: 15px;
    font-weight: bold;
    color: #333;
}

table tfoot {
    background: #F5F5F5;
}

table tfoot tr th,
table tfoot tr td {
    padding: 15px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #333;
}

table tr th,
table tr td {
    padding: 15px;
    color: #333;
    text-align: left;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
    background: #f5f5f5;
}

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
    display: table-cell;
    line-height: 1.4;
}

.th {
    line-height: 0;
    display: inline-block;
    border: solid 4px #FFF;
    max-width: 100%;
    transition: all 200ms ease-out;
}

.th.radius {
    border-radius: 3px;
}

.has-tip {
    border-bottom: dotted 1px #CCCCCC;
    cursor: help;
    font-weight: bold;
    color: #333333;
}

.has-tip:hover,
.has-tip:focus {
    border-bottom: dotted 1px #000f20;
    color: #002e62;
}

.has-tip.tip-left,
.has-tip.tip-right {
    float: none !important;
}

.tooltip {
    display: none;
    position: absolute;
    z-index: 1006;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.3;
    padding: 0.75rem;
    max-width: 300px;
    left: 50%;
    width: 100%;
    color: #FFF;
    background: #333333;
}

.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: 2rem;
}

.tooltip.opened {
    color: #002e62 !important;
    border-bottom: dotted 1px #000f20 !important;
}

.tap-to-close {
    display: block;
    font-size: 0.625rem;
    color: #777777;
    font-weight: normal;
}

@media only screen and (min-width: 992px) {
    .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 #333;
        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;
    }
}

.contain-to-grid {
    width: 100%;
    background: #333333;
}

.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: 2.8125rem;
}

.intradayChartBtn:first-of-type,
.intradayRangeBtn:first-of-type,
.historicalChartBtn:first-of-type,
.historicalRangeBtn:first-of-type,
.ratioChartBtn:first-of-type,
.ratioRangeBtn:first-of-type {
    color: #b38806;
}

.intradayChartBtn:not(:first-of-type),
.intradayRangeBtn:not(:first-of-type),
.historicalChartBtn:not(:first-of-type),
.historicalRangeBtn:not(:first-of-type),
.ratioChartBtn:not(:first-of-type),
.ratioRangeBtn:not(:first-of-type) {
    color: #333;
}

.intradayChartBtn:hover,
.intradayRangeBtn:hover,
.historicalChartBtn:hover,
.historicalRangeBtn:hover,
.ratioChartBtn:hover,
.ratioRangeBtn:hover  {
    cursor: pointer;
    color: #b38806;
}

.top-bar {
    overflow: hidden;
    height: 2.8125rem;
    line-height: 2.8125rem;
    position: relative;
    background: #333;
    margin-bottom: 0;
}

.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: 1.75rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    font-size: 0.75rem;
}

.top-bar .button,
.top-bar button {
    padding-top: 0.4125rem;
    padding-bottom: 0.4125rem;
    margin-bottom: 0;
    font-size: 0.75rem;
}

@media only screen and (max-width: 47.9375em) {
    .top-bar .button,
    .top-bar button {
        position: relative;
        top: -1px;
    }
}

.top-bar .title-area {
    position: relative;
    margin: 0;
}

.top-bar .name {
    height: 2.8125rem;
    margin: 0;
    font-size: 16px;
}

.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name p,
.top-bar .name span {
    line-height: 2.8125rem;
    font-size: 1.0625rem;
    margin: 0;
}

.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name p a,
.top-bar .name span a {
    font-weight: normal;
    color: #FFF;
    width: 75%;
    display: block;
    padding: 0 0.9375rem;
}

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0;
}

.top-bar .toggle-topbar a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0 0.9375rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
}

.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 2.5rem 0 0.9375rem;
    color: #FFF;
    position: relative;
}

.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -8px;
    right: 0.9375rem;
    box-shadow: 0 0 0 1px #FFF, 0 7px 0 1px #FFF, 0 14px 0 1px #FFF;
    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: -2px;
    width: 100%;
}

.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 {
    left: 0;
    position: relative;
    width: auto;
    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 ul li {
    background: #f3f3f3;
}

.top-bar-section ul li>a {
    display: block;
    width: 100%;
    color: #333;
    padding: 12px 0 12px 0;
    padding-left: 0.9375rem;
    font-size: 0.8125rem;
    font-weight: normal;
    text-transform: none;
    border-bottom: 1px solid #7f7f7f;
}

.top-bar-section ul li>a.button {
    font-size: 0.8125rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    background-color: #002e62;
    border-color: #001a39;
    color: #FFF;
}

.top-bar-section ul li>a.button:hover,
.top-bar-section ul li>a.button:focus {
    background-color: #fff;
    color: #333;
}

.top-bar-section ul li>a.button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333;
}

.top-bar-section ul li>a.button.secondary:hover,
.top-bar-section ul li>a.button.secondary:focus {
    background-color: #b9b9b9;
}

.top-bar-section ul li>a.button.secondary:hover,
.top-bar-section ul li>a.button.secondary:focus {
    color: #333;
}

.top-bar-section ul li>a.button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFF;
}

.top-bar-section ul li>a.button.success:hover,
.top-bar-section ul li>a.button.success:focus {
    background-color: #368a55;
}

.top-bar-section ul li>a.button.success:hover,
.top-bar-section ul li>a.button.success:focus {
    color: #FFF;
}

.top-bar-section ul li>a.button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFF;
}

.top-bar-section ul li>a.button.alert:hover,
.top-bar-section ul li>a.button.alert:focus {
    background-color: #cf2a0e;
}

.top-bar-section ul li>a.button.alert:hover,
.top-bar-section ul li>a.button.alert:focus {
    color: #FFF;
}

.top-bar-section ul li>a.button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFF;
}

.top-bar-section ul li>a.button.warning:hover,
.top-bar-section ul li>a.button.warning:focus {
    background-color: #cf6e0e;
}

.top-bar-section ul li>a.button.warning:hover,
.top-bar-section ul li>a.button.warning:focus {
    color: #FFF;
}

.top-bar-section ul li>button {
    font-size: 0.8125rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    background-color: #002e62;
    border-color: #001a39;
    color: #FFF;
}

.top-bar-section ul li>button:hover,
.top-bar-section ul li>button:focus {
    background-color: #001a39;
}

.top-bar-section ul li>button:hover,
.top-bar-section ul li>button:focus {
    color: #FFF;
}

.top-bar-section ul li>button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333;
}

.top-bar-section ul li>button.secondary:hover,
.top-bar-section ul li>button.secondary:focus {
    background-color: #b9b9b9;
}

.top-bar-section ul li>button.secondary:hover,
.top-bar-section ul li>button.secondary:focus {
    color: #333;
}

.top-bar-section ul li>button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFF;
}

.top-bar-section ul li>button.success:hover,
.top-bar-section ul li>button.success:focus {
    background-color: #368a55;
}

.top-bar-section ul li>button.success:hover,
.top-bar-section ul li>button.success:focus {
    color: #FFF;
}

.top-bar-section ul li>button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFF;
}

.top-bar-section ul li>button.alert:hover,
.top-bar-section ul li>button.alert:focus {
    background-color: #cf2a0e;
}

.top-bar-section ul li>button.alert:hover,
.top-bar-section ul li>button.alert:focus {
    color: #FFF;
}

.top-bar-section ul li>button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFF;
}

.top-bar-section ul li>button.warning:hover,
.top-bar-section ul li>button.warning:focus {
    background-color: #cf6e0e;
}

.top-bar-section ul li>button.warning:hover,
.top-bar-section ul li>button.warning:focus {
    color: #FFF;
}

.top-bar-section ul li:hover:not(.has-form)>a {
    background: #fff;
    color: #333;
}

.top-bar-section ul li.active>a {
    background: #002e62;
    color: #FFF;
}

.top-bar-section ul li.active>a:hover {
    background: #001c3d;
    color: #FFF;
}

.top-bar-section .has-form {
    padding: 0.9375rem;
}

.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(53, 53, 53, 0.7);
    border-left-style: solid;
    margin-right: 0.9375rem;
    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.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: 1.125rem;
}

.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 0.9375rem;
}

.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
    top: auto;
}

.top-bar-section .dropdown label {
    padding: 8px 0.9375rem 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #777;
    font-weight: bold;
    font-size: 0.625rem;
}

.js-generated {
    display: block;
}

@media only screen and (min-width: 992px) {
    .top-bar {
        background: #333;
        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;
    }
    .top-bar .name h1 a {
        width: auto;
    }
    .top-bar input,
    .top-bar .button,
    .top-bar button {
        font-size: 0.875rem;
        position: relative;
        height: 1.75rem;
        top: 0.53125rem;
    }
    .top-bar.expanded {
        background: #333;
    }
    .contain-to-grid .top-bar {
        max-width: 62.5rem;
        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 {
        float: left;
    }
    .top-bar-section ul li .js-generated {
        display: none;
    }
    .top-bar-section li.hover>a:not(.button) {
        background-color: #555;
        background: #333;
        color: #FFF;
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 0.9375rem;
        line-height: 2.8125rem;
        background: #333333;
    }
    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555;
        background: #333333;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
        padding: 0 0.9375rem;
        line-height: 2.8125rem;
        color: #FFF;
        background: #002e62;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #001c3d;
        color: #FFF;
    }
    .top-bar-section .has-dropdown>a {
        padding-right: 2.1875rem !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: 1.40625rem;
    }
    .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: 1rem;
        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: #FFF;
        line-height: 2.8125rem;
        white-space: nowrap;
        padding: 12px 0.9375rem;
        background: #333333;
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
        color: #FFF;
        background: #333333;
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button) {
        color: #FFF;
        background-color: #555;
        background: #333333;
    }
    .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333;
    }
    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0;
    }
    .top-bar-section>ul>.divider,
    .top-bar-section>ul>[role="separator"] {
        border-bottom: none;
        border-top: none;
        border-right: solid 1px #4e4e4e;
        clear: none;
        height: 2.8125rem;
        width: 0;
    }
    .top-bar-section .has-form {
        background: #333;
        padding: 0 0.9375rem;
        height: 2.8125rem;
    }
    .top-bar-section .right li .dropdown {
        left: auto;
        right: 0;
    }
    .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: #555;
        background: #333;
        color: #FFF;
    }
    .no-js .top-bar-section ul li:active>a {
        background: #002e62;
        color: #FFF;
    }
    .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;
    }
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !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: #002e62;
    text-decoration: none;
    line-height: inherit;
}

a:hover,
a:focus {
    color: #001c3d;
}

a img {
    border: none;
}

p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    text-rendering: optimizeLegibility;
}

p.lead {
    font-size: 1.09375rem;
    line-height: 1.6;
}

p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bodoni Moda', 'Open Sans', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #47607e;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    text-transform: uppercase;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0;
}

h1,
h2 {
    margin-bottom: 30px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

hr {
    border: solid #DDDDDD;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    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: #333;
    background-color: #f8f8f8;
    border-width: 1px;
    border-style: solid;
    border-color: #dfdfdf;
    padding: 0.125rem 0.3125rem 0.0625rem;
}

ul,
ol,
dl {
    line-height: 1.428571;
    margin-bottom: 1.25rem;
    list-style-position: outside;
    font-family: inherit;
}

ul {
    margin-left: 1.1rem;
}

ul.no-bullet {
    margin-left: 0;
}

ul.no-bullet li ul,
ul.no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none;
}

ul li ul,
ul li ol {
    margin-left: 1.25rem;
    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.1rem;
}

ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem;
}

ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem;
}

ul.no-bullet {
    list-style: none;
}

ol {
    margin-left: 1.4rem;
}

ol li ul,
ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

dl dt {
    font-weight: bold;
}

dl dd {
    margin-bottom: 0.75rem;
}

abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #333;
    cursor: help;
}

abbr {
    text-transform: none;
}

abbr[title] {
    border-bottom: 1px dotted #DDDDDD;
}

blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #DDDDDD;
}

blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
    color: #555555;
}

blockquote,
blockquote p {
    line-height: 1.428571;
    color: #6f6f6f;
}

.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #DDDDDD;
    padding: 0.625rem 0.75rem;
}

.vcard li {
    margin: 0;
    display: block;
}

.vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem;
}

.vevent .summary {
    font-weight: bold;
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem;
}

.print-only {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        color: #000000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    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;
    }
}

@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,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-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,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-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,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .visible-for-xxlarge-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,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    table.show-for-small-only,
    table.show-for-small-up,
    table.show-for-small,
    table.show-for-small-down,
    table.hide-for-medium-only,
    table.hide-for-medium-up,
    table.hide-for-medium,
    table.show-for-medium-down,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xlarge,
    table.show-for-xlarge-down,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.hide-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table !important;
    }
    thead.show-for-small-only,
    thead.show-for-small-up,
    thead.show-for-small,
    thead.show-for-small-down,
    thead.hide-for-medium-only,
    thead.hide-for-medium-up,
    thead.hide-for-medium,
    thead.show-for-medium-down,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xlarge,
    thead.show-for-xlarge-down,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.hide-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }
    tbody.show-for-small-only,
    tbody.show-for-small-up,
    tbody.show-for-small,
    tbody.show-for-small-down,
    tbody.hide-for-medium-only,
    tbody.hide-for-medium-up,
    tbody.hide-for-medium,
    tbody.show-for-medium-down,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.hide-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }
    tr.show-for-small-only,
    tr.show-for-small-up,
    tr.show-for-small,
    tr.show-for-small-down,
    tr.hide-for-medium-only,
    tr.hide-for-medium-up,
    tr.hide-for-medium,
    tr.show-for-medium-down,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xlarge,
    tr.show-for-xlarge-down,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.hide-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row !important;
    }
    th.show-for-small-only,
    td.show-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.show-for-small,
    td.show-for-small,
    th.show-for-small-down,
    td.show-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.hide-for-medium-up,
    td.hide-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.show-for-medium-down,
    td.show-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.hide-for-large-up,
    td.hide-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 992px) {
    .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,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-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,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-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,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .visible-for-xxlarge-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,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.show-for-medium-only,
    table.show-for-medium-up,
    table.show-for-medium,
    table.show-for-medium-down,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xlarge,
    table.show-for-xlarge-down,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.hide-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table !important;
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.show-for-medium-only,
    thead.show-for-medium-up,
    thead.show-for-medium,
    thead.show-for-medium-down,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xlarge,
    thead.show-for-xlarge-down,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.hide-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.show-for-medium-only,
    tbody.show-for-medium-up,
    tbody.show-for-medium,
    tbody.show-for-medium-down,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.hide-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.show-for-medium-only,
    tr.show-for-medium-up,
    tr.show-for-medium,
    tr.show-for-medium-down,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xlarge,
    tr.show-for-xlarge-down,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.hide-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row !important;
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.show-for-medium-only,
    td.show-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.show-for-medium,
    td.show-for-medium,
    th.show-for-medium-down,
    td.show-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.hide-for-large-up,
    td.hide-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

@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,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-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,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-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,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .visible-for-xxlarge-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,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.show-for-large-only,
    table.show-for-large-up,
    table.show-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xlarge,
    table.show-for-xlarge-down,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.hide-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table !important;
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.show-for-large-only,
    thead.show-for-large-up,
    thead.show-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xlarge,
    thead.show-for-xlarge-down,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.hide-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.show-for-large-only,
    tbody.show-for-large-up,
    tbody.show-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.hide-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.show-for-large-only,
    tr.show-for-large-up,
    tr.show-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xlarge,
    tr.show-for-xlarge-down,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.hide-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row !important;
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.show-for-large-only,
    td.show-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.show-for-large,
    td.show-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

@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,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-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,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-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,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .visible-for-xxlarge-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,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-large-only,
    table.show-for-large-up,
    table.hide-for-large,
    table.hide-for-large-down,
    table.show-for-xlarge-only,
    table.show-for-xlarge-up,
    table.show-for-xlarge,
    table.show-for-xlarge-down,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.hide-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table !important;
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-large-only,
    thead.show-for-large-up,
    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.show-for-xlarge-only,
    thead.show-for-xlarge-up,
    thead.show-for-xlarge,
    thead.show-for-xlarge-down,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.hide-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-large-only,
    tbody.show-for-large-up,
    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.show-for-xlarge-only,
    tbody.show-for-xlarge-up,
    tbody.show-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.hide-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-large-only,
    tr.show-for-large-up,
    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.show-for-xlarge-only,
    tr.show-for-xlarge-up,
    tr.show-for-xlarge,
    tr.show-for-xlarge-down,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.hide-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row !important;
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.hide-for-large-down,
    td.hide-for-large-down,
    th.show-for-xlarge-only,
    td.show-for-xlarge-only,
    th.show-for-xlarge-up,
    td.show-for-xlarge-up,
    th.show-for-xlarge,
    td.show-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

@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,
    .hide-for-xlarge-only,
    .show-for-xlarge-up,
    .hide-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .show-for-xxlarge-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,
    .show-for-xlarge-only,
    .hide-for-xlarge-up,
    .show-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .hide-for-xxlarge-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,
    .hidden-for-xlarge-only,
    .visible-for-xlarge-up,
    .hidden-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .visible-for-xxlarge-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,
    .visible-for-xlarge-only,
    .hidden-for-xlarge-up,
    .visible-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-large-only,
    table.show-for-large-up,
    table.hide-for-large,
    table.hide-for-large-down,
    table.hide-for-xlarge-only,
    table.show-for-xlarge-up,
    table.hide-for-xlarge,
    table.hide-for-xlarge-down,
    table.show-for-xxlarge-only,
    table.show-for-xxlarge-up,
    table.show-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table !important;
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-large-only,
    thead.show-for-large-up,
    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.hide-for-xlarge-only,
    thead.show-for-xlarge-up,
    thead.hide-for-xlarge,
    thead.hide-for-xlarge-down,
    thead.show-for-xxlarge-only,
    thead.show-for-xxlarge-up,
    thead.show-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-large-only,
    tbody.show-for-large-up,
    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.show-for-xlarge-up,
    tbody.hide-for-xlarge,
    tbody.hide-for-xlarge-down,
    tbody.show-for-xxlarge-only,
    tbody.show-for-xxlarge-up,
    tbody.show-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-large-only,
    tr.show-for-large-up,
    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.hide-for-xlarge-only,
    tr.show-for-xlarge-up,
    tr.hide-for-xlarge,
    tr.hide-for-xlarge-down,
    tr.show-for-xxlarge-only,
    tr.show-for-xxlarge-up,
    tr.show-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row !important;
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.hide-for-large-down,
    td.hide-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.show-for-xlarge-up,
    td.show-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.hide-for-xlarge-down,
    td.hide-for-xlarge-down,
    th.show-for-xxlarge-only,
    td.show-for-xxlarge-only,
    th.show-for-xxlarge-up,
    td.show-for-xxlarge-up,
    th.show-for-xxlarge,
    td.show-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

figure {
    margin: 0;
    padding: 0;
}

figcaption {
    margin-bottom: 1.25rem;
    margin-top: 0.625rem;
    color: #6f6f6f;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
    margin: 0.4375rem 1.5rem 0.4375rem 0;
}

.wp-caption.alignleft {
    margin: 0.4375rem 0.875rem 0.4375rem 0;
}

blockquote.alignright,
img.alignright {
    margin: 0.4375rem 0 0.4375rem 1.5rem;
}

#wpadminbar {
    position: fixed !important;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #272727;
}

.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
    background: #202020;
}

@media only screen and (min-width: 768px) {
    .medium-up-f-left {
        flex: none;
        padding-right: 30px;
    }
}

.side-container {
    overflow-x: hidden;
    overflow-y: visible;
}

ul {
    display: block;
}

.entry-content {
    margin: 10px 0;
}

.site-container {
    width: 100%;
    max-width: 62.5rem;
    margin: 0 auto;
    background-color: #fff;
}

@media only screen and (max-width: 47.9375em) {
    .search-wrapper {
        background-color: #4c637e;
    }
    .search-wrapper input[type="text"] {
        background-color: #4c637e !important
    }
}

.mobile-contact-link {
    color: #fff !important;
    text-align: right;
    display: block;
    padding: 0.75rem 0.9375rem
}

@media only screen and (max-width: 768px) {
    .footer-navigation li {
        display: block;
        width: 100%!important;
    }
}

@media only screen and (min-width: 992px) {
    .logo {
        display: inline-block;
        padding-right: 10px;
    }
}

.logo {
    max-width: 100%;
}

.logo a.logo-link {
    display: inline-block;
    width: 200px;
    max-width: 100%;
    height: 100px;
    background: transparent url(https://prdfizimages.blob.core.windows.net/release/dg-logo-white.svg) left center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

@media only screen and (max-width: 47.9375em) {
    .courtesy-navigation {
        float: none !important;
    }
}

.courtesy-navigation ul {
    list-style-type: none;
    margin: 0 auto;
    text-transform: uppercase;
}


@media only screen and (max-width: 47.9375em) {
    .courtesy-navigation ul {
        display: table;
    }
    .courtesy-navigation ul li:nth-child(3) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) {
    .courtesy-navigation li {
        display: inline-block;
        flex-grow: 1;
        padding: 0 5px;
    }

    .courtesy-navigation li:first-of-type {
        padding-left: 0;
    }

    .courtesy-navigation li:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width: 47.9375em) {
    .courtesy-navigation li:last-child {
        display: block;
        text-align: right;
        padding: 0.75rem;
        margin-top: 0.75rem;
    }
}

.courtesy-navigation a,
.courtesy-navigation-container i {
    color: #fff;
}

.courtesy-navigation a:hover,
.courtesy-navigation-container i:hover {
    color: #b38806;
}

.courtesy-navigation-container .medium-8 {
    padding-left: 0;
    padding-top: 4px;
}

.courtesy-navigation-container .medium-4 {
    padding-left: 0;
}

.courtesy-navigation-container .social {
    position: relative;
    border: none;
    font-size: 16px !important;
}

.interior-header-wrapper .courtesy-navigation-container .social {
    color: #727d80;
}

.home .courtesy-navigation-container .social {
    color: #fff;
}

.courtesy-navigation-container .social:hover {
    color: #b38806;
    cursor: pointer;
}

.courtesy-navigation-container .social .menu-image-title {
    display: none;
}

.courtesy-navigation-container .fa-facebook-f a:before,
.courtesy-navigation-container .fa-twitter a:before,
.courtesy-navigation-container .fa-youtube a:before {
    content: " ";
    display: block;
    position: absolute;
    width: 10px;
    height: 20px;
}

#s {
    background: #002e62 url(../assets/img/search-bg.png) center right no-repeat;
    background: transparent;
    height: 1.875rem;
    font-size: 0.75rem;
}

@media only screen and (max-width: 47.9375em) {
    #s {
        background-color: #4c637e;
    }
}

.home #s {
    border-color: #fff;
    color: #fff;
}

.home #s::-webkit-input-placeholder,
.home #s::placeholder {
    color: #fff !important;
}

.interior-header-wrapper .primary-header #s::-webkit-input-placeholder,
.interior-header-wrapper .primary-header #s:-moz-placeholder,
.interior-header-wrapper .primary-header #s:-ms-input-placeholder {
    color: #727d80;
}

@media only screen and (max-width: 47.9375em) {
    #s {
        width: 100%;
        margin: 0.625rem auto;
    }
}

.top-bar {
    height: 0
}

.primary-navigation ul {
    list-style-type: none;
}

.primary-navigation>ul {
    display: table-row;
}

.primary-navigation>ul>li {
    text-align: left;
    padding: 10px 0;
    flex-grow: 1;
    cursor: pointer;
}

.primary-navigation>ul>li:first-of-type {
    padding-left: 0;
}

.primary-navigation>ul>li>a {
    padding-left: 0;
    padding-right: 0;
    color: #fff;
}

.primary-navigation>ul>li.submenu-storage>div>ul a {
    white-space: normal;
}

.primary-navigation>ul>li.submenu-technology>div>ul {
    height: 9.4375rem;
}

.primary-navigation>ul>li.submenu-financing>div>ul {
    height: 5.375rem;
}

.primary-navigation>ul>li.submenu-fulfillment>div>ul {
    height: 5.375rem;
    left: auto;
    right: 0;
}

.primary-navigation>ul>li>ul {
    display: none;
}

.primary-navigation>ul>li>div>ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 95%;
    left: 0;
    right: 0;
    text-align: left;
    background-color: #fff;
    margin: 0;
    z-index: 200;
    box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
}

.primary-navigation>ul>li:hover div>ul {
    visibility: visible !important;
    opacity: 1 !important;
    top: 85% !important;
}

.primary-navigation>ul>li>div>ul>li.has-dropdown {
    padding: 15px 30px;
}

.primary-navigation>ul>li>div>ul li a {
    display: block;
    color: #7f7f7f;
    line-height: 1.6;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.side-navigation-container ul {
    list-style-type: none;
}

.side-navigation-container,
.sidebar-column-contact {
    position: relative;
    padding: 40px 20px;
    background: #f5f5f5;
    margin: 50px 30px 50px 0;
    box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
}

.sidebar-column-contact {
    padding-top: 0;
}

.side-navigation {
    margin: 0;
}

.side-navigation .sub-menu li {
    margin: 0;
    list-style: disc;
}

.side-navigation a[href*="#"] {
    font-weight: normal !important;
    text-decoration: none !important;
}

.side-navigation>li.current-menu-ancestor .current-menu-ancestor>a,
.side-navigation>li.current-menu-ancestor .current-menu-item>a {
    font-weight: bold;
}

.side-navigation>li>a:hover {
    color: #b38806;
}

.side-navigation>li.has-dropdown>.dropdown>.has-dropdown:hover {
    color: #b38806;
}

.side-navigation>li.has-dropdown>.dropdown>.has-dropdown a {
    display: block;
}

.side-navigation>li.current-menu-item>a {
    font-weight: bold;
    color: #b38806;
}

.side-navigation>.current-menu-ancestor>ul,
.side-navigation>.current-menu-item>ul {
    display: block;
}

.side-navigation li {
    margin: 0.3125rem auto;
}

.side-navigation a {
    font-size: 0.875rem;
    display: block;
    text-transform: uppercase;
    color: #000;
}

.side-navigation .dropdown .dropdown a:hover {
    color: #b38806;
}

.slider-holder {
    max-width: 62.5rem;
    margin: 0 auto;
}

.hero-slide {
    width: 100%;
    height: 0;
    padding-bottom: 59.2%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.home-feature {
    position: relative;
}

@media only screen and (min-width: 62.5em) {
    .home-feature {
        padding-left: 0rem;
    }
}

.home-feature h5 {
    margin: 0.75rem auto 0;
}

.home-post {
    padding: 0 0.5rem;
}

.home-post h5 a {
    color: #8e684c;
}

.home-post h5 a:hover {
    color: #805e44;
}

.home-post p {
    font-size: 0.875rem;
    line-height: 1.285714;
}

.header-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.interior-header-wrapper {
    width: 100%;
    background-color: #f5f5f5;
}

.interior-header-wrapper .primary-header i,
.interior-header-wrapper .primary-header #s,
.interior-header-wrapper .primary-header .courtesy-navigation a,
.interior-header-wrapper .primary-header .primary-navigation>ul>li a {
    color: #727d80;
    border-color: #727d80;
}

.interior-header-wrapper .primary-header .courtesy-navigation a:hover,
.interior-header-wrapper .primary-header .primary-navigation>ul>li a:hover,
.interior-header-wrapper .primary-header i:hover {
    color: #b38806;
}

.primary-navigation>ul>li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 0.3125rem;
}

.primary-navigation>ul>li a:first-of-type {
    padding-left: 0;
}

.interior-header-wrapper .primary-header .primary-navigation>ul>li.active>a {
    color: #b38806;
}

.interior-header-wrapper .primary-header {
    max-width: 100%;
    width: 100;
    margin: 0 auto;
}

.interior-border>.row>.columns {
    padding: 0 1.25rem;
}

.primary-header {
    color: #fff;
    z-index: 10;
}

.home-feature.sections {
    max-width: 100%;
    margin-left: 0;
}

.section {
    overflow: hidden;
}

@media only screen and (min-width: 992px) {
    .home-services .columns:first-child {
        padding-left: 0;
    }
    .home-services .columns:last-child {
        padding-right: 0;
    }
}

.home-charts {
    overflow-x: hidden !important;
}

@media only screen and (min-width: 992px) {
    .home-charts {
        padding-top: 0rem;
    }
}

.home-charts iframe {
    -webkit-transform: translate(-0.5rem, 0);
    -moz-transform: translate(-0.5rem, 0);
    -ms-transform: translate(-0.5rem, 0);
    transform: translate(-0.5rem, 0);
    display: table;
    margin: 1.25rem auto;
}

.video-wrapper {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    background-color: #667a91;
}

.video-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent url(../assets/img/play-button.png) center no-repeat;
    background-size: 35%;
}

.copyright {
    font-size: 0.875rem;
    text-align: center;
    font-weight: 300;
    color: #fff;
    opacity: 0.35;
}

@media only screen and (min-width: 992px) {
    .social-nav {
        float: right;
    }
}

.social-nav ul {
    list-style-type: none;
    font-size: 0.875rem;
}

.social-nav li {
    margin-bottom: 0.5rem;
}

.social-nav a {
    padding-left: 1.625rem;
    display: block
}

.social-nav .fb a {
    background: transparent url(../assets/img/fb.png) left center no-repeat;
}

.social-nav .tw a {
    background: transparent url(../assets/img/tw.png) left center no-repeat;
}

.social-nav .yt a {
    background: transparent url(../assets/img/yt.png) left center no-repeat;
}

.social-nav .gp a {
    background: transparent url(../assets/img/gp.png) left center no-repeat;
}

.social-nav .as a {
    background: transparent url(../assets/img/as.png) left center no-repeat;
}

.social-nav .news-letter-signup {
    margin-top: 1.25rem;
}

.social-nav .news-letter-signup a {
    padding-left: 0;
}

.certifications {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 300;
    margin-left: 0;
}

@media only screen and (min-width: 992px) {
    .certifications {
        float: right;
    }
}

.footer-navigation {
    margin: 0.5rem auto 1.25rem;
}

@media only screen and (min-width: 992px) {
    .footer-navigation {
        display: table;
    }
}

.footer-navigation ul {
    list-style-type: none;
    margin-left: 0;
    overflow: hidden;
}

@media only screen and (min-width: 992px) {
    .footer-navigation ul {
        display: table-row;
    }
}

.footer-navigation li {
    text-transform: uppercase;
}

@media only screen and (max-width: 47.9375em) {
    .footer-navigation li {
        float: left;
        width: 50%;
        margin: 0.3125rem 0;
        text-align: center;
    }
}

@media only screen and (min-width: 992px) {
    .footer-navigation li {
        display: table-cell;
        border-left: 2px solid #fff;
        line-height: 1.2;
    }
}

.footer-navigation li:first-child {
    border-left: 0;
}

.footer-navigation li:last-child {
    border-right: 0;
}

.footer-navigation a {
    display: block;
    padding: 0 0.9375rem;
}

@media only screen and (min-width: 992px) {
    .single-column {
        width: 47.1875rem;
        width: calc( 100% - 15.3125rem);
    }
}

@media only screen and (min-width: 992px) {
    .single-column-contact {
        width: 47.1875rem;
    }
}

@media only screen and (min-width: 992px) {
    .sidebar-column-contact {
        float: left;
        width: 30%;
    }
}

.sidebar-column {
    padding: 0;
}

@media only screen and (min-width: 992px) {
    .sidebar-column {
        float: right;
        width: 15.3125rem;
    }
}

.sidebar-column input[type="text"] {
    max-width: 624.9375rem !important;
    width: 90%;
    margin: 0.625rem auto !important;
    height: 1.875rem;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem !important;
}

[id^="ctct"] h6 {
    display: none;
}

[id^="ctct"] p:first-of-type {
    color: #47607e;
    margin-bottom: 0;
}

[id^="cc_form"] {
    margin: 0 !important;
}

.gform_wrapper input[type="submit"] {
    background-color: #47607e;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    padding: 0.3125rem 0 !important;
    width: 90%;
    margin: 0 auto 1.875rem !important;
    -webkit-box-shadow: inset -1px -1px 12px -2px black, inset 1px 1px 12px -2px white, 1px 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -1px -1px 12px -2px black, inset 1px 1px 12px -2px white, 1px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset -1px -1px 12px -2px black, inset 1px 1px 12px -2px white, 1px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
}

.gform_wrapper input[type="submit"]:hover {
    background-color: #405671;
}

.dgspotcontainer {
    color: white;
    clear: both;
    font-size: 0.75rem;
    overflow: hidden;
}

.dgspotbox img {
    margin-right: 2px;
}

@media only screen and (min-width: 53.4375em) {
    .dgspotbox {
        font-size: 0.75rem;
    }
}

.header-ticker {
    clear: both;
    margin: 0 auto;
    font-size: 0.875rem;
}

.header-ticker .ticker-data .ticker-label {
    color: #fff;
    display: inline-block;
}

.header-ticker .ticker-data .metal-price {
    display: inline-block;
    position: relative;
}

.header-ticker .ticker-data .metal-price .data {
    display: inline-block;
}

.header-ticker .ticker-data .metal-price .price-delta.up {
    color: #417630;
}

.header-ticker .ticker-data .metal-price .price-delta.up:before {
    content: "+";
}

.header-ticker .ticker-data .metal-price .price-delta.down {
    color: #be0f34;
}

.header-ticker .ticker-data .metal-price .price-delta.down:before {
    content: "-";
}

.header-ticker .divider {
    height: 1px;
    width: 100%;
}

.ticker-cell {
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .header-ticker {
        display: table;
        width: 100%;
    }
    .header-ticker .ticker-data {
        display: table-row;
    }
    .header-ticker .ticker-data .ticker-cell {
        display: table-cell;
        text-align: right;
        padding: 0.25rem;
    }
}

.product-title {
    color: #47607e;
    margin-bottom: 1.25rem;
}

.fiztrade-btn {
    margin-top: 20px;
}

.fiztrade-btn a {
    color: #fff;
}

.go-back {
    padding: 0.25rem 2.3125rem 0 0;
    background: transparent url(../assets/img/go-back.png) right center no-repeat;
    font-size: 0.875rem;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    height: 1.75rem;
    float: right;
}

.product-img {
    display: inline-block;
    height: 100%;
}

.product-img:before {
    content: '';
    height: 100%;
    width: 0.1px;
    vertical-align: middle;
}

.product-img img {
    display: inline-block;
    vertical-align: middle;
}

.product-entry {
    margin-bottom: 1.875rem;
}

.flip-container {
    perspective: 1000;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0.9375rem auto;
}

.flip-container.flip .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container.flip .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.lt-ie9 .flip-container .back {
    display: none;
}

.lt-ie9 .flip-container.flip .back {
    display: block;
}

.lt-ie9 .flip-container .front {
    display: block;
}

.lt-ie9 .flip-container.flip .front {
    display: none;
}

.flip-container,
.flipper .front,
.flipper .back {
    width: 250px;
    height: 250px;
}

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.flipper .front,
.flipper .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}

.flipper .front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flipper .back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.button.flip-button {
    background: transparent url('../assets/img/flip.png') center no-repeat;
    background-size: 40px;
    width: 60px;
    height: 40px;
    margin-bottom: 0;
}

.no-csstransforms .button.flip-button,
.no-csstransforms3d .button.flip-button {
    display: none;
}

@media only screen and (min-width: 992px) {
    .coin-text-info {
        clear: both;
    }
}

.coin-text-info table {
    width: 100%;
}

.coin-text-info table,
.coin-text-info thead,
.coin-text-info tr,
.coin-text-info td {
    background: none;
    border: 0;
}

.coin-text-info thead,
.coin-text-info thead tr,
.coin-text-info thead td {
    background: #002e62;
    color: #fff;
}

.coin-text-info td {
    vertical-align: top;
}

.spot-chart-overflow-hider {
    overflow: hidden;
}

.grid-menu li {
    margin-bottom: 0.3125rem !important;
    text-align: center;
    width: 50%;
    float: left;
    padding: 0 0.15625rem !important;
}

@media only screen and (min-width: 992px) {
    .grid-menu li {
        width: 33.333%;
    }
}

.grid-menu li a {
    display: block;
    position: relative
}

.grid-menu li a span {
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 18px;
}

.grid-menu li img {
    padding: 0 !important
}

.form_row {
    clear: both
}

.float-label {
    padding-top: 0.3125rem;
    margin-right: 0.625rem;
}

.float-input {
    display: table-cell;
    width: 624.9375rem;
}

.dealer-app-container {
    padding: 50px 0;
    background: #f5f5f5;
    text-align: center;
}

.dealer-app-container > span {
    color: #969696;
}

.dealer-app-btn {
    display: block;
    margin-top: 30px;
}

.dealer-app-btn span {
    padding: 20px 40px;
    background: #ba941e;
    color: #fff;
}

.dealer-app-btn span:hover,
.dealer-app-btn span:active {
    color: #fff;
}

/*** //////////////////////////  custom.css start //////////////////////////  ***/

#ctct_form-2 a.ctct-button {
    display: none;
}

#ctct_form-2 p {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    text-align: left;
}

#ctct_form-2 input[type=submit] {
    width: 100%;
    padding: 5px 10px;
    cursor: pointer;
    background: none;
    background-color: #002e62;
    color: #FFF;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    -webkit-transition: opacity 200ms linear 0s;
    -transition: opacity 200ms linear 0s;
    border: none;
}

#ctct_form-2 input[type=submit]:hover {
    opacity: 0.7;
}

#ctct_form-2 input[type=email] {
    margin-bottom: 0;
}

#ctct_form-2 hr {
    margin-top: 10px;
    margin-bottom: 0px;
}

#ctct_form-2 .ctct-disclosure {
    padding-left: 10px;
    padding-right: 10px;
}

#ctct_form-2 label {
    font-size: 14px;
}

.footer-column li {
    padding-bottom: 10px;
}

#menu-footer-column-1 li {
    color: #fff;
}

#menu-footer-column-1 .youtube a:before,
#menu-footer-column-1 .twitter a:before,
#menu-footer-column-1 .facebook a:before {
    font-family: "Font Awesome 5 Brands";
    visibility: visible;
    font-weight: 900;
    color: #fff;
}

#menu-footer-column-1 .youtube a:before {
    content: "\f167";
}

#menu-footer-column-1 .twitter a:before {
    content: "\f099";
}

#menu-footer-column-1 .facebook a:before {
    content: "\f39e";
}

.primary-header .dgspotcontainer {
    background-color: #000;
    opacity: .95;
    text-align: center;
}

.navbar-header>.columns {
    padding: 0;
}

.site-container {
    width: 100%!important;
    max-width: 100%!important;
    margin: 0 auto;
    background-color: #fff;
}

.home-post {
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
}

.home-post img {
    width: auto;
    height: 200px;
}

.home-post h5,
.home-post p {
    text-align: left;
}

.home-feature h1 {
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 100%;
}

.blue-background {
    background-color: #f5f9ff;
}

.chart-section {
    display: none;
    padding: 5px;
    background-color: #000;
}

.primary-header .primary-navigation {
    padding-left: 0;
    text-align: center;
}

.primary-header .primary-navigation li:hover > a {
    color: #b38806;
}

#menu-header-navigation {
    margin: 0;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
}

#menu-header-navigation > .has-dropdown > .menu-image-title-after > .menu-image-title:after {
    content: '\f078';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    padding-left: 3px;
}

.dgspotcontainer {
    background-color: #002e62;
}

.chart-toggle-btn {
    padding: 5px 10px;
    color: #b38806;
    display: inline-block;
    -webkit-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
}

.chart-toggle-btn:hover,
.chart-toggle-btn:active,
.chart-toggle-btn:focus {
    color: #b38806;
}

.chart-holder {
    margin-bottom: 0;
    z-index: 250;
    width: 100%;
}

.chart-section iframe {
    width: 100%;
}

.chart-toggle-btn .fa {
    -webkit-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
}

.chart-toggle-btn.open .fa {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.page-template-page-home2 .site-container>section {
    position: relative;
}

#searchform {
    width: 90%;
	position: relative;
	right: 30px;
}

.page-template-hero .site-container>section {
    position: relative;
    padding-top: 40px;
}

.home-feature:not(.sections) {
    margin-top: 0;
}

.row.fw {
    max-width: none !important;
}

.tparrows:hover {
    font-family: revicons;
    font-size: 15px;
    color: #002e62!important;
    display: block;
    line-height: 40px;
    text-align: center;
}

.hidden_on_desktop {
    display: none;
}


/*** Fix for Search Page ***/

.search [role='main'] {
    padding-bottom: 200px;
}

.search .primary-footer {
    position: relativ;
	overflow: hidden;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}

@media screen and (max-width: 1150px) {
    .page-template-page-home2 .site-container>section,
    .page-template-hero .site-container>section {
        padding-top: 38px;
    }
    .page-template-page-home2 div.forcefullwidth_wrapper_tp_banner {
        padding-top: 0px;
    }
}

@media screen and (max-width: 767px) {
    .hidden_on_desktop {
        display: block;
    }
    .forcefullwidth_wrapper_tp_banner {
        display: none;
    }
}

/*** //////////////////////////  SEOA new start //////////////////////////  ***/

li#menu-item-37461 {
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    background: url(https://dillongage.com/wp-content/uploads/2017/11/youtube-24x24.png) no-repeat;
    text-indent: -999px;
    position: relative;
    top: 8px;
}

li#menu-item-37441 {
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    background: url(https://dillongage.com/wp-content/uploads/2017/11/twitter-24x24.png) no-repeat;
    text-indent: -999px;
    position: relative;
    top: 8px;
}

li#menu-item-31231 {
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    background: url(https://dillongage.com/wp-content/uploads/2017/11/facebook-24x24.png) no-repeat;
    text-indent: -999px;
    position: relative;
    top: 8px;
}

input[type=submit]#ctct-submitted {
    background-color: #47607e;
    padding: 20px 40px;
    width: 100%;
    color: #fff;
    display: block;
    text-align: center;
    border: 0;
}

input[type=submit]#ctct-submitted:hover {
    background-color: #002e62
}

[id^="ctct"] p:first-of-type {
    text-align: left;
    margin-bottom: 0;
}

.sidebar-column {
    padding-top: 20px;
}

.sidebar-column #categories-2 {
    box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
    background: #f5f5f5;
    margin-bottom: 30px;
}

.sidebar-column #categories-2 li {
    font-weight: 400 !important;
}

.sidebar-column h6 {
    font-size: 22px;
    background: #002e62;
    color: #fff;
    padding: 10px;
}

.sidebar-column ul {
    list-style-type: none;
    margin: 0;
    padding: 10px;
}

.sidebar-column ul li {
    padding-bottom: 10px;
    font-size: 18px;
}

.sidebar-column ul li a:hover,
.sidebar-column ul li a:focus,
.sidebar-column ul li.current-cat a {
    color: #b38806;
}

.wpsm-menu.menu_enhance li a span.grid-menu-text {
    background-color: #fff;
    min-height: 245px;
}


/*** //////////////////////////  Contact Form 7  start //////////////////////////  ***/

div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url('../../images/ajax-loader.gif');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
    cursor: default;
}


/*** //////////////////////////  plugins/inv_custom/css/styles.css //////////////////////////  ***/

.errors {
    padding: 10px;
    color: #FFF;
    background-color: rgba(160, 0, 0, 0.4);
    margin-bottom: 10px;
}

.errors ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-id.error,
.password.error,
.reset-email.error {
    border-color: #900;
}

.login-modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 500000;
}

.login-modal .login-modal-back {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    z-index: 500001;
}

.success {
    padding: 10px;
    color: #FFF;
    background-color: rgb(0, 33, 71);
    margin-bottom: 10px;
}

.success ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.term-holder {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    overflow-y: auto;
    display: none;
    z-index: 10000000;
}

.term-holder .term-holder-back {
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1000000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.term-holder .term-holder-front {
    z-index: 1000001;
    position: absolute;
    top: 20px;
    left: 10%;
    width: 80%;
    background-color: #FFF;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.link-holder {
    text-align: center;
    margin-bottom: 0;
    font-size: 13px;
}

button.login-btn,
button.reset-btn {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.site-container {
    position: relative;
}

.open-login {
    -webkit-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
    padding: 5px;
    margin: -5px;
}

.open-login.active,
.open-login:hover {
    background-color: #FFF;
    color: #002e62;
}

.open-login a {
    -webkit-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
}

.open-login.active a,
.open-login:hover a {
    color: #002e62;
}

ul.mobile-holder {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    float: right;
}

ul.mobile-holder li {
    display: inline-block;
}

.card {
    box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
    padding: 50px;
    position: relative;
    background: #fff;
    z-index: 1;
}

.vl {
    border-left: 4px solid #002e62;
    opacity: .2;
    position: absolute;
    top: 60px;
    left: 0;
}

.supporting-image {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
}

.image-right,
.image-left {
    margin: auto;
    top: 0;
    bottom: 0;
}

.image-right {
    right: 0;
}

.image-left {
    left: 0;
}

@media screen and (max-width: 767px) {
    .mobile-holder a {
        color: #FFF
    }
    
    .mobile-holder .open-login.active a,
    .mobile-holder .open-login:hover a {
        color: #002e62;
    }
    
    .open-login {
        padding: 0.75rem 0.9375rem;
        margin: 0;
    }
    .supporting-image {
        display: none;
    }
}

@media screen and (max-width: 510px) {
    .mobile-holder {
        position: absolute;
        top: 0;
        right: 0;
        width: 160%;
        text-align: right;
        float: none;
    }
    .mobile-holder .open-login {
        padding: 10px 5px;
    }
    .mobile-holder .mobile-contact-link {
        padding: 10px 5px;
    }
}

@media screen and (max-width: 450px) {
    .mobile-holder {
        width: 150%;
    }
}

@media screen and (max-width: 400px) {
    .mobile-holder {
        width: 140%;
    }
}

@media screen and (max-width: 350px) {
    .mobile-holder {
        width: 130%;
    }
}

/********** Helper Classes **********/
.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix {
    clear: both;
}

.hide {
    display: none !important;
    visibility: hidden;
}

.hidden {
    display: none;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/********** Header **********/
.primary-header .fiztrade-login {
    margin: 20px 20px 0 0;
    width: 100%;
}

.fiztrade-button-wrapper {
    padding-right: 15px !important;
    float: right;
}

.primary-header .link-holder {
    color: #333;
}

.dgspotcontainer ul {
    list-style: none;
}

.external-login {
	display: none !important;
}

/********** Page **********/
.entry-content .container {
    position: relative;
    overflow: hidden;
    padding: 15px;
    margin: 35px 0 0 !important;
}

.entry-content:first-of-type .container {
    margin: 0;
}

.single-coins .entry-content .container {
    padding-bottom: 0;
    margin-bottom: 0;
}

.entry-content > .card:first-child {
    margin-bottom: 50px;
}

.open-overlay {
    background: #000;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    transition: all 250ms ease-out;
    position: fixed;
}

.is-open.open-overlay {
    visibility: visible;
    opacity: 0.7;
}

.search-wrapper:before {
    content: '\f002';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 14px;
}

/********** Product Page **********/
.coin-holder {
    text-align: center;
}

.single-coins .container {
    overflow: hidden;
}

.single-coins .specifications {
    margin-bottom: 30px;
}

.single-coins .specifications h2 {
    margin-bottom: 10px;
}

.single-coins .coin-text-info .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

/********** Homepage **********/
.page-template-page-home2 .slider-holder,
.home .slider-holder {
    display:none !important;
}

#menu-featured-products,
#menu-knowledge-center {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
}

#menu-featured-products > .menu-item:last-of-type,
#menu-knowledge-center > .menu-item:last-of-type {
    background: #b38806;
    color: #fff;
    text-transform: uppercase;
}

#menu-featured-products > .menu-item:last-of-type a,
#menu-knowledge-center > .menu-item:last-of-type a {
    color: #fff;
}

#menu-knowledge-center li {
    cursor: pointer;
}

.sub-menu-columns ul.sub-menu li {
    display: inline-block;
    float: left;
    width: 200px;
}
.sub-menu-columns ul.sub-menu li:nth-child(odd) {
    float: left;
    margin-right: 10px;
}
.sub-menu-columns ul.sub-menu li:nth-child(even) {
    float: right;
}

.home-feature {
    overflow: hidden;
}

.home-feature .container {
    position: relative;
}

.featured-products ul,
.featured-posts ul {
    list-style-type: none;
}

.featured-products > ul,
.featured-posts > ul  {
    box-shadow: 1px 1px 20px 4px rgba(11, 33, 65, .2);
    -moz-box-shadow: 1px 1px 20px 4px rgba(11, 33, 65, .2);
    -webkit-box-shadow: 1px 1px 20px 4px rgba(11, 33, 65, .2);
}

.featured-products-container {
    min-height: 500px !important;
    padding-top: 20px;
}

.featured-products ul .active > a,
.featured-posts ul .active {
    background: #002e62;
    color: #fff;
}

.featured-products ul li a,
.featured-posts ul li a {
    display: block;
}

.featured-products ul .sub-menu,
.featured-posts ul .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    margin-left: 0;
}

.featured-products ul li,
.featured-posts ul li {
    white-space: nowrap;
}

.featured-posts ul .active + .sub-menu {
    display: block !important;
    margin-top: 75px;
}

.featured-posts ul .sub-menu img,
.featured-posts ul .sub-menu li:first-of-type  {
    max-width: 500px;
}

.homepage_widget_recent_entries div:first-of-type {
    display: flex;
}

.featured-posts ul .sub-menu img {
    height: auto;
    float: left;
    width: 100%;
}

.featured-posts ul .sub-menu .menu-item {
    position: relative;
    text-align: left;
}

.featured-posts ul .sub-menu .post-image-link {
    max-height: 400px;
    overflow: hidden;
}

.featured-posts ul .sub-menu li:not(:first-of-type),
.featured-posts ul .sub-menu li:first-of-type .menu-image-title {
    box-shadow: 1px 1px 20px 4px rgba(11, 33, 65, .2);
    -moz-box-shadow: 1px 1px 20px 4px rgba(11, 33, 65, .2);
    -webkit-box-shadow: 1px 1px 20px 4px rgba(11, 33, 65, .2);
    padding: 20px 15px;
}

.featured-posts ul .sub-menu li:first-of-type .menu-image-title {
    position: absolute;
    background: #fff;
    padding: 22px 15px 105px;
    left: 0;
    right: 0;
    border: 0;
}

.featured-posts ul .sub-menu li:first-of-type .menu-item-description {
    position: absolute;
    margin: 0 15px;
    left: 0;
    right: 0;
    padding: 0 15px 30px;
}

.featured-posts ul .sub-menu li:first-of-type .menu-image-title-after:before {
    z-index: 10;
    right: 30px;
}

.post-category,
.post-date {
    font-size: 12px;
    text-transform: uppercase;
    color: #b38806;
}

.featured-products .sub-menu {
    margin-top: 30px;
}

.featured-products .sub-menu .menu-image-title {
    margin-top: 15px;
}

.featured-products ul .menu-image-title,
.featured-posts ul .menu-image-title {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

.featured-posts ul .menu-image-title {
    border-bottom: 1px solid #ddd;
}

.featured-posts ul .sub-menu .menu-image-title a {
    color: #002e62;
    font-family: 'Bodoni Moda', 'Open Sans', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured-posts ul .sub-menu .excerpt p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #7f7f7f;
    margin: 5px 0;
}

.featured-posts ul .sub-menu .menu-item-description:after {
    content: "Continue Reading →";
    display: block;
    color: #002e62;
}

.featured-products > ul > .menu-item-object-custom > a,
.featured-posts > ul > .menu-item {
    padding: 15px;
}

.owl-stage-outer {
    overflow: hidden;
}

.affiliations{
    background: #f5f9ff;
}


.affiliations .container {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
}

.affiliations span {
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-right: 1px solid #eee;
    padding: 15px 10px;
    text-align: center;
}

/********** FAQ **********/
dt,
dl {
    position: relative;
}

dl {
    box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
    padding: 15px;
}

dl,
dd {
    padding-right: 30px;
}

.faq dt {
    cursor: pointer;
}

.faq dt:after {
    content: "\f067";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    float: right;
    position: absolute;
    right: 10px;
    top: 0;
}

.faq .expanded:after {
    content: "\f068";
}

.faq dd {
    display: none;
}

/********** Blog **********/
.post {
    clear: both;
    box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
    padding: 20px;
    margin: 20px 0;
}

.category .post,
.page-template-page-pressroom .post,
.search-results .post {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.category .post h2,
.page-template-page-pressroom .post h2,
.search-results .post h2 {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    font-size: 28px;
}

.updated {
    color: #b38806;
}

.category .post .entry-content,
.page-template-page-pressroom .post .entry-content,
.search-results .post .entry-content {
    margin: 10px 0;
}

article .category a {
    text-transform: uppercase;
    color: #b38806;
    font-size: 15px;
}

.blog .sidebar-column .ctct_usage,
.blog .sidebar-column .ctct-disclosure,
.category .sidebar-column .ctct_usage,
.category .sidebar-column .ctct-disclosure,
.single-post .sidebar-column .ctct_usage,
.single-post .sidebar-column .ctct-disclosure,
.primary-footer .ctct-disclosure,
.primary-footer .ctct_usage,
.search-results .ctct-disclosure,
.search-results .ctct_usage {
    display: none !important;
}

.blog .sidebar-column .ctct-form-field-hidden,
.category .sidebar-column .ctct-form-field-hidden,
.single-post .sidebar-column .ctct-form-field-hidden,
.primary-footer .ctct-form-field-hidden,
.search-results .ctct-form-field-hidden {
    display: none !important;
}

.blog .sidebar-column .ctct-form-wrapper,
.category .sidebar-column .ctct-form-wrapper,
.single-post .sidebar-column .ctct-form-wrapper,
.search-results .ctct-form-wrapper {
    padding: 8px;
    background: #f5f5f5;
}

/********** Footer **********/
.primary-footer {
    background-color: #17212f;
}

.primary-footer .footer-top {
    max-width: 100%;
    float: none;
    width: 100%;
    padding: 30px 15px;
    margin: 0 auto;
    overflow: hidden;
}

.primary-footer .copyright-holder {
    background-color: #17212f;
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

.primary-footer .footer-container .footer-top {
    max-width: 1200px;
    margin: 0 auto;
}

.primary-footer {
    color: #808997;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 25px;
}

#menu-footer-column-1 .social a {
    visibility: hidden;
}

#menu-footer-column-1 .youtube a:before,
#menu-footer-column-1 .twitter a:before,
#menu-footer-column-1 .facebook a:before {
    visibility: visible;
}

#menu-footer-column-1 .youtube a:before {
    font-family: 
    content: "\f167";
    visibility: visible;
}

#menu-footer-column-1 .twitter a:before {
    content: "\f099";
    visibility: visible;
}

#menu-footer-column-1 .facebook a:before {
    content: "\f39e";
    visibility: visible;
}

.primary-footer a,
.primary-footer address {
    color: #b9c8dd;
    font-style: normal;
}

.primary-footer .address {
    overflow: hidden;
}

.primary-footer .address .column,
.primary-footer .contact-phone .column {
    padding-left: 0;
}

.primary-footer i,
.primary-footer h3,
.primary-footer h4,
.primary-footer h5,
.primary-footer h6 {
    color: #fff;
}

.primary-footer h5 {
    margin-bottom: 30px;
}

.primary-footer h6,
.primary-footer .fa-phone {
    margin: 20px 0 0;
}

.primary-footer .ctct-form-wrapper {
    padding: 0;
    background: inherit;
}

.primary-footer .ctct-form-wrapper h5 {
    color: #fff;
    font-size: 22px;
}

.blog .sidebar-column .ctct-form-wrapper .ctct-label-top label,
.category .sidebar-column .ctct-form-wrapper .ctct-label-top label,
.primary-footer .ctct-form-wrapper .ctct-label-top label {
    display: none !important;
}

.primary-footer ul {
    list-style-type: none;
    margin-left: 0;
}

.primary-footer #menu-footer-column-1 img {
    padding: 10px;
}

.primary-footer #menu-footer-column-1 .menu-image-title {
    display: none;
}

.primary-footer #menu-footer-column-1 img {
    max-width: 220px;
    height: auto;
}

.primary-footer [id^="ctct"] p:first-of-type {
    color: #b9c8dd;
}

.primary-footer .custom-html-widget .ctct-submit {
    width: 100%;
    padding: 10px 15px;
    border: 0;
}

@media screen and (max-width: 374px) {
    .product-arrow-right,
    .product-arrow-left {
        width: 35px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }
    .home-page-info {
        margin: 30px 0;
    }

    .card {
        margin-bottom: 25px 0;
        padding: 30px;
    }

    .home-feature .section {
        padding: 30px 0;
    }

    .home-feature .section .button {
        width: 100%;
        margin-top: 20px;
    }

    .featured-products ul .center > li > a,
    .featured-posts ul .center > li > a {
        color: #002e62;
        border-bottom: 2px solid #002e62;
    }

    .featured-products ul .center .sub-menu {
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        display: flex;
    }

    .featured-products .sub-menu {
        top: 90%;
    }

    .product-arrow-right,
    .product-arrow-left {
        background-image: url(../assets/img/chevron.png);
        background-repeat: no-repeat;
        content: "";
        top: 150%;
        position: absolute;
        width: 50px;
        height: 100px;
        padding: 15px;
        cursor: pointer;
    }

    .product-arrow-left {
        left: 0;
    }

    .product-arrow-right {
        right: 0;
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .featured-products-container {
        margin-top: 30px;
    }

    .featured-products-container .dots {
        position: absolute;
        bottom: -300px;
        left: 0;
        right: 0;
        font-size: 12px;
        margin: 0;
    }

    .featured-products-container .dots ol {
        list-style: none;
    }

    .featured-products-container .dots li {
        padding: 0 5px;
        display: inline-block;
        color: #002e62;
        opacity: .2;
    }

    .featured-products-container .dots .active-dot {
        color: #333;
        opacity: .9;
    }

    .knowledge-center-container {
        min-height: 700px;
    }

    .medium-up-left-img-pad {
        display: none;
    }

    .slide-right-products {
        transform: translateX(-100%);
        transition-duration: .3s;
    }

    .home-container {
        padding: 0;
    }

    .single-coins .medium-8 {
        padding: 0;
    }

    .coin-post-wrapper > .container div {
        float: none !important;
    }

    .fiztrade-btn {
        width: 100%;
    }

    .single-coins .specifications {
        padding-left: 15px;
    }

    .single-coins .specifications table {
        display: block;
        white-space: nowrap;
        overflow: auto;
    }

    .primary-footer .footer-top {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .primary-footer .footer-top {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .primary-footer .footer-top .medium-3.column:nth-child(2) {
        order: 1;
    }

    .primary-footer .footer-top .medium-3.column:nth-child(3) {
        order: 2;
    }

    .primary-footer .footer-top .medium-3.column:nth-child(4) {
        order: 3;
        margin: 20px 0 0;
    }

    .affiliations .container {
        overflow: scroll;
    }
}

@media screen and (max-width: 991px) {
    .external-dropdown {
        opacity: 1;
        top: 50px;
        left: 0;
        right: 0;
    }

    .external-dropdown.open {
        opacity: 1;
        top: 50px;
        left: 0;
        right: 0;
    }

    .logo a.logo-link {
        width: 110px;
        height: 32px;
        margin: 10px 0 0 10px;
        float: left;
    }

    .chart-holder {
        position: absolute;
        top: 50px;
    }

    #searchform,
    .chart-holder {
        display: none;
    }

    .header-nav {
        width: 100% !important;
    }

    .back.js-generated {
        padding: 5px 0 0 15px;
    }

    .back.js-generated a {
        color: #333;
        font-size: 0.8125rem;
    }

    .primary-header {
        background: #000;
        opacity: .95;
        height: 50px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .primary-header .columns {
        width: auto;
    }
    .primary-header .mobile-icons {
        line-height: 50px;
    }
    .primary-header .mobile-icons a {
        padding: 0 10px;
    }
    .primary-header .mobile-icons i {
        color: #fff;
    }
    .primary-header .mobile-menu i {
        color: #fff;
        font-size: 30px;
        position: relative;
        top: 5px;
    }
    .primary-header .fa-signal {
        font-size: 20px;
        position: relative;
        top: 2px;
    }
    .primary-header .fiztrade-login-mobile {
        padding: 0 5px;
    }
    .dgspotbox {
        width: 50%;
        float: left;
        text-align: left;
        margin: 10px 0;
    }
    .dgspotbox:first-child {
        float: none;
        width: 100%;
    }
    .dgspotbox:last-child {
        display: none;
    }
    .page-template-page-home2 .site-container>section,
    .page-template-hero .site-container>section {
        padding-top: 0;
    }
    #menu-featured-products,
    #menu-knowledge-center {
        overflow: auto;
        margin-left: 0;
        padding: 0 15px;
    }

    .featured-products ul .active .sub-menu {
        display: block;
        white-space: nowrap;
    }

    .featured-products ul li,
    .featured-posts ul li {
        display: inline-block;
        vertical-align: top;
        float: none;
        flex-grow: 1;
        -ms-flex-positive: 1;
        padding: 0;
    }

    .featured-posts ul .active + .sub-menu {
        margin-left: 0;
        padding: 0 15px;
    }

    .featured-posts .sub-menu li a {
        padding: 0;
    }

    .featured-posts .sub-menu {
        overflow: inherit;
    }

    .featured-posts .sub-menu li {
        display: block;
        white-space: normal;
    }

    .featured-products ul,
    .featured-posts ul {
        overflow: auto;
    }

    .featured-products ul li a,
    .featured-posts ul li a {
        padding: 0 15px;
    }

    .featured-products ul .sub-menu {
        overflow: initial;
    }

    .featured-products ul .sub-menu li {
        white-space: normal;
        position: relative;
        width: 100%;
    }

    .featured-posts ul .sub-menu li:first-of-type {
        overflow: visible;
        position: relative;
        margin: 0 auto;
    }

    .featured-posts ul .sub-menu li:first-of-type .menu-image-title {
        margin-left: 3%;
        bottom: 127px;
        position: relative;
        left: 0;
        width: 94%;
        display: inline-block;
    }

    .featured-posts ul .sub-menu li:first-of-type .menu-item-description {
        bottom: 115px;
    }

    .featured-posts ul .sub-menu li:first-of-type .menu-image-title-after:before {
        bottom: 200px;
    }

    .featured-posts ul .sub-menu li:first-of-type .menu-image-title {
        margin-bottom: 0;
    }

    .featured-posts ul .sub-menu li:nth-of-type(2) {
        bottom: 110px;
        max-width: 500px;
        margin: 0 auto;
    }

    .featured-posts ul .sub-menu li:not(:nth-child(-n+2)) {
        display: none !important;
    }

    .fiztrade-login {
        display: none;
    }

    .coin-post-wrapper {
        margin-top: 60px;
    }

    .primary-footer .footer-top .medium-3.column:nth-child(1) {
        order: 4;
        margin: 20px 0 0;
    }

    .menu-footer-column-1 {
        max-width: 220px;
    }
}

@media screen and (min-width: 426px) {
    .knowledge-center-container {
        min-height: 750px;
    }
}

@media screen and (min-width: 768px) {
    .home-feature .container {
        min-height: 500px;
    }

    .home-feature .section {
        position: relative;
        min-height: 500px;
        padding: 50px 0;
    }

    .section:nth-child(odd) {
        background-position: left 0 top -30px;
    }

    .section:nth-child(even) {
        background-position: right 0 top -30px;
    }

    .home-page-info .section:nth-child(even) .container {
        justify-content: flex-end;
    }

    .home-feature .section .container {
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        display: flex;
        align-items: center;
    }

    .featured-products-container .dots {
        display: none;
    }

    .single-coins .product-title-container {
        max-width: 50%;
    }

    .single-coins .specifications {
        padding: 0 15px;
    }
}

@media screen and (min-width: 992px) {
    .page-template-page-home2 .primary-header,
    .home .primary-header {
        width: 100%;
        left: 0;
        z-index: 300;
        position: absolute;
    }
	
	body:not(.home) .header-sticky {
		margin-top: 154px;
	}

    .home .header-wrapper .menu-gradient {
        width: 100%;
        height: 160px;
        position: absolute;
        z-index: 1;
        background: linear-gradient(#000, transparent);
    }

    .primary-header {
        -moz-transition: top .3s ease-out , opacity .3s ease-out , visibility .3s ease-out;
        -o-transition: top .3s ease-out , opacity .3s ease-out , visibility .3s ease-out;
        -webkit-transition: top .3s ease-out , opacity .3s ease-out , visibility .3s ease-out;
        transition: top .3s ease-out , opacity .3s ease-out , visibility .3s ease-out;
    }
	
	.primary-header #ratioPalladiumBtn {
		width: 31% !important;
	}

    .header-nav {
        padding-left: 20px !important;
    }

    .primary-header.fixed {
        position: fixed;
        top: -160px;
        left: 0;
        width: 100%;
        z-index: 8000;
        opacity: 0;
        visibility: hidden;
    }

    .primary-header.fixed.slide {
        top: 0;
        opacity: 1;
        visibility: visible;
        background: #f5f5f5;
        box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
        -moz-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
    }

    .primary-header.fixed.slide .logo a.logo-link {
        max-width: 130px;
        height: 50px;
        margin-left: 10px;
        background: transparent url(https://prdfizimages.blob.core.windows.net/release/dg-logo.svg) left center no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        top: 3px;
        position: relative;
    }
	
	.external-dropdown {
        opacity: 1;
        top: 123px;
    }

    .slide .external-dropdown {
        top: 103px;
    }

    .primary-header .fiztrade-login {
        height: 56px;
        line-height: 56px;
    }

    .primary-header.fixed.slide .fiztrade-login {
        margin: 0;
        display: block;
    }

    .primary-header.fixed.slide .navbar-header>.columns {
        margin-top: 10px;
        width: 100% !important;
    }

    .primary-header.fixed.slide .navbar {
        margin-top: 8px;
    }

    .courtesy-navigation-container {
        margin-top: 20px;
    }

    #menu-courtesy-nav {
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        display: flex;
    }

    .primary-header.fixed.slide .courtesy-navigation-container,
    .primary-header.fixed.slide #searchform {
        display: none !important;
    }

    .primary-header.fixed.slide .primary-navigation>ul>li a {
        color: #727d80;
    }

    .primary-header .menu-container .menu-col-first {
        background: #f7f7f7;
        width: 25%;
    }

    .primary-header .menu-container .menu-col-first .menu-sub-heading {
        border-top: 1px dotted #ddd;
    }

    .primary-header .menu-container .menu-heading {
        padding: 30px 15px;
    }

    .primary-header .menu-container .menu-heading:nth-child(2) {
        width: 75%;
        float: left;
        padding: 30px 15px 0 15px;
    }

    .primary-header .menu-container .menu-heading > a > .menu-image-title {
        font-size: 18px;
        text-transform: uppercase;
        display: block;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #ddd;
    }

    .primary-header .menu-container .sub-menu {
        margin: 0 15px;
    }

    .primary-header .menu-container .menu-sub-heading .sub-menu,
    .primary-header .menu-container .menu-heading .sub-menu {
        margin: 0;
    }

    .primary-header .menu-container .sub-menu .sub-menu li {
        list-style-type: disc;
        color: #b38806;
        margin-left: 20px;
        padding-left: 0;
        padding: 5px 0;
    }

    .primary-header .menu-container .sub-menu .menu-heading,
    .primary-header .menu-container .sub-menu .sub-menu .menu-sub-heading {
        list-style-type: none;
        margin-left: 0;
    }

    .primary-header .menu-container .menu-heading > a > span,
    .primary-header .menu-container .menu-sub-heading > a > span {
        font-weight: 700;
        color: #333;
    }

    .primary-header .menu-container .menu-sub-heading > a {
        padding: 10px 0;
        font-size: 16px;
    }

    .dgspotcontainer ul {
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        display: flex;
        margin: 0;
		white-space: nowrap;
    }

    .dgspotbox {
        margin: auto;
        -ms-flex-positive: 1;
        flex-grow: 1;
        color: white;
        text-align: center;
        list-style: none;
        display: flex;
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        justify-content: center;
        align-items: center;
        padding: 10px 5px;
    }

    .dgspotbox img {
        padding-right: 5px;
    }

    .navbar {
        float: left;
        width: 100%;
    }

    #s {
        max-width: 100%;
        margin-right: 10px;
        padding-left: 30px;
    }

    .interior-header-wrapper .primary-header .logo a.logo-link {
        background: transparent url(https://prdfizimages.blob.core.windows.net/release/dg-logo.svg) left center no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        width: 180px;
    }

    .interior-header-wrapper .external-dropdown {
        opacity: 1;
    }

    .interior-header-wrapper .search-wrapper:before {
        color: #727d80;
    }

    #menu-featured-products,
    #menu-knowledge-center {
        overflow: hidden;
        margin-right: 20px;
    }

    .featured-products ul .active .sub-menu {
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .featured-products ul li,
    .featured-posts ul li {
        flex-grow: 1;
    }

    .featured-posts ul .sub-menu li:not(:first-of-type) {
        width: 45%;
        margin-right: 20px;
        margin-bottom: 15px;
        float: right;
    }

    .featured-posts ul .sub-menu li:first-of-type {
        width: 50%;
        float: left;
        margin-left: 20px;
    }

    .featured-posts ul .sub-menu li:first-of-type .menu-item-description {
        bottom: -91px;
    }

    .featured-posts ul .sub-menu li:first-of-type .menu-image-title {
        margin: 0 15px;
        bottom: -106px;
    }

    .featured-posts ul .sub-menu li:first-of-type .menu-image-title-after:before {
        bottom: 34px;
    }

    .featured-posts ul .sub-menu li:first-of-type .menu-image-title {
        margin-bottom: 25px;
    }

    .category-press-room .entry-content > .row {
        float: right;
    }

    .category-press-room .entry-content > .row img {
        margin: 0 0 20px 20px;
    }

    .ctct-dillongage2 .custom-html-widget {
        box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
        -moz-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .1);
    }

    .post .medium-up-right-img-pad {
        float: right;
    }

    .post .medium-up-right-img-pad img {
        margin: 0 0 20px 20px;
    }
}

@media only screen and (min-width: 1150px) {
    .fiztrade-login {
        padding: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .slide .external-dropdown.sticky {
        top: 103px;
        opacity: 1;
    }

    .interior-header-wrapper .courtesy-navigation li {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-feature .card {
        width: 83.3333333333%;
    }

    .featured-products ul .sub-menu li {
        width: 33.333333333333%;
    }

    .knowledge-center-container {
        min-height: 800px;
    }
}

@media (min-width: 992px) {
    .knowledge-center-container {
        min-height: 700px;
    }
	.primary-header .chart-holder {
        position: absolute;
		top: 0;
		left: 0;
		width: 100%;
    }
	.primary-header .menu-container {
        padding-top: 47px;
    }
}

@media only screen and (max-width: 1149px) {
    .fiztrade-login {
        padding: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fiztrade-login {
        display: block;
    }

    .courtesy-navigation li {
        font-size: 12px;
    }
}
