/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}


/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #fff;
    background: hsla(0, 0%, 100%, .75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flickity-prev-next-button:hover {
    background: #fff
}

.flickity-prev-next-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #09F
}

.flickity-prev-next-button:active {
    filter: alpha(opacity=60);
    opacity: .6
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button:disabled {
    filter: alpha(opacity=30);
    opacity: .3;
    cursor: auto
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-prev-next-button .arrow {
    fill: #333
}

.flickity-prev-next-button.no-svg {
    color: #333;
    font-size: 26px
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    filter: alpha(opacity=25);
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    filter: alpha(opacity=100);
    opacity: 1
}

.ct-label {
    fill: rgba(0, 0, 0, .4);
    color: rgba(0, 0, 0, .4);
    font-size: .75rem;
    line-height: 1
}

.ct-chart-bar .ct-label,
.ct-chart-line .ct-label {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-label.ct-vertical.ct-start {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end
}

.ct-label.ct-vertical.ct-end {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-anchor: start
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: end
}

.ct-grid {
    stroke: rgba(0, 0, 0, .2);
    stroke-width: 1px;
    stroke-dasharray: 2px
}

.ct-point {
    stroke-width: 10px;
    stroke-linecap: round
}

.ct-line {
    fill: none;
    stroke-width: 4px
}

.ct-area {
    stroke: none;
    fill-opacity: .1
}

.ct-bar {
    fill: none;
    stroke-width: 10px
}

.ct-slice-donut {
    fill: none;
    stroke-width: 60px
}

.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
    stroke: #d70206
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
    fill: #d70206
}

.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
    stroke: #f05b4f
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
    fill: #f05b4f
}

.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
    stroke: #f4c63d
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
    fill: #f4c63d
}

.ct-series-d .ct-bar,
.ct-series-d .ct-line,
.ct-series-d .ct-point,
.ct-series-d .ct-slice-donut {
    stroke: #d17905
}

.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
    fill: #d17905
}

.ct-series-e .ct-bar,
.ct-series-e .ct-line,
.ct-series-e .ct-point,
.ct-series-e .ct-slice-donut {
    stroke: #453d3f
}

.ct-series-e .ct-area,
.ct-series-e .ct-slice-pie {
    fill: #453d3f
}

.ct-series-f .ct-bar,
.ct-series-f .ct-line,
.ct-series-f .ct-point,
.ct-series-f .ct-slice-donut {
    stroke: #59922b
}

.ct-series-f .ct-area,
.ct-series-f .ct-slice-pie {
    fill: #59922b
}

.ct-series-g .ct-bar,
.ct-series-g .ct-line,
.ct-series-g .ct-point,
.ct-series-g .ct-slice-donut {
    stroke: #0544d3
}

.ct-series-g .ct-area,
.ct-series-g .ct-slice-pie {
    fill: #0544d3
}

.ct-series-h .ct-bar,
.ct-series-h .ct-line,
.ct-series-h .ct-point,
.ct-series-h .ct-slice-donut {
    stroke: #6b0392
}

.ct-series-h .ct-area,
.ct-series-h .ct-slice-pie {
    fill: #6b0392
}

.ct-series-i .ct-bar,
.ct-series-i .ct-line,
.ct-series-i .ct-point,
.ct-series-i .ct-slice-donut {
    stroke: #f05b4f
}

.ct-series-i .ct-area,
.ct-series-i .ct-slice-pie {
    fill: #f05b4f
}

.ct-series-j .ct-bar,
.ct-series-j .ct-line,
.ct-series-j .ct-point,
.ct-series-j .ct-slice-donut {
    stroke: #dda458
}

.ct-series-j .ct-area,
.ct-series-j .ct-slice-pie {
    fill: #dda458
}

.ct-series-k .ct-bar,
.ct-series-k .ct-line,
.ct-series-k .ct-point,
.ct-series-k .ct-slice-donut {
    stroke: #eacf7d
}

.ct-series-k .ct-area,
.ct-series-k .ct-slice-pie {
    fill: #eacf7d
}

.ct-series-l .ct-bar,
.ct-series-l .ct-line,
.ct-series-l .ct-point,
.ct-series-l .ct-slice-donut {
    stroke: #86797d
}

.ct-series-l .ct-area,
.ct-series-l .ct-slice-pie {
    fill: #86797d
}

.ct-series-m .ct-bar,
.ct-series-m .ct-line,
.ct-series-m .ct-point,
.ct-series-m .ct-slice-donut {
    stroke: #b2c326
}

.ct-series-m .ct-area,
.ct-series-m .ct-slice-pie {
    fill: #b2c326
}

.ct-series-n .ct-bar,
.ct-series-n .ct-line,
.ct-series-n .ct-point,
.ct-series-n .ct-slice-donut {
    stroke: #6188e2
}

.ct-series-n .ct-area,
.ct-series-n .ct-slice-pie {
    fill: #6188e2
}

.ct-series-o .ct-bar,
.ct-series-o .ct-line,
.ct-series-o .ct-point,
.ct-series-o .ct-slice-donut {
    stroke: #a748ca
}

.ct-series-o .ct-area,
.ct-series-o .ct-slice-pie {
    fill: #a748ca
}

.ct-square {
    display: block;
    position: relative;
    width: 100%
}

.ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%
}

.ct-square:after {
    content: "";
    display: table;
    clear: both
}

.ct-square>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-minor-second {
    display: block;
    position: relative;
    width: 100%
}

.ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%
}

.ct-minor-second:after {
    content: "";
    display: table;
    clear: both
}

.ct-minor-second>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-second {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.88889%
}

.ct-major-second:after {
    content: "";
    display: table;
    clear: both
}

.ct-major-second>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-minor-third {
    display: block;
    position: relative;
    width: 100%
}

.ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.33333%
}

.ct-minor-third:after {
    content: "";
    display: table;
    clear: both
}

.ct-minor-third>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-third {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%
}

.ct-major-third:after {
    content: "";
    display: table;
    clear: both
}

.ct-major-third>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-perfect-fourth {
    display: block;
    position: relative;
    width: 100%
}

.ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%
}

.ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both
}

.ct-perfect-fourth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-perfect-fifth {
    display: block;
    position: relative;
    width: 100%
}

.ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.66667%
}

.ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both
}

.ct-perfect-fifth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-minor-sixth {
    display: block;
    position: relative;
    width: 100%
}

.ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%
}

.ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both
}

.ct-minor-sixth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-golden-section {
    display: block;
    position: relative;
    width: 100%
}

.ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.8047%
}

.ct-golden-section:after {
    content: "";
    display: table;
    clear: both
}

.ct-golden-section>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-sixth {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%
}

.ct-major-sixth:after {
    content: "";
    display: table;
    clear: both
}

.ct-major-sixth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-minor-seventh {
    display: block;
    position: relative;
    width: 100%
}

.ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%
}

.ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both
}

.ct-minor-seventh>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-seventh {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.33333%
}

.ct-major-seventh:after {
    content: "";
    display: table;
    clear: both
}

.ct-major-seventh>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-octave {
    display: block;
    position: relative;
    width: 100%
}

.ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%
}

.ct-octave:after {
    content: "";
    display: table;
    clear: both
}

.ct-octave>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-tenth {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%
}

.ct-major-tenth:after {
    content: "";
    display: table;
    clear: both
}

.ct-major-tenth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-eleventh {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%
}

.ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both
}

.ct-major-eleventh>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-twelfth {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.33333%
}

.ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both
}

.ct-major-twelfth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-double-octave {
    display: block;
    position: relative;
    width: 100%
}

.ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%
}

.ct-double-octave:after {
    content: "";
    display: table;
    clear: both
}

.ct-double-octave>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.action__list::after,
.action__list::before,
.cost::after,
.cost::before,
.cost__overview::after,
.cost__overview::before,
.cost__value::after,
.cost__value::before,
.footer::after,
.footer::before,
.grid__item::after,
.grid__item::before,
.pie::after,
.pie::before,
.pie__parts::after,
.pie__parts::before,
.postnav::after,
.postnav::before,
.promo::after,
.promo::before,
.share::after,
.share::before,
.sticky__item::after,
.sticky__item::before,
.tabs__nav::after,
.tabs__nav::before,
.util__search::after,
.util__search::before,
.vs::after,
.vs::before {
    content: '';
    display: table
}

.action__list::after,
.cost::after,
.cost__overview::after,
.cost__value::after,
.footer::after,
.grid__item::after,
.pie::after,
.pie__parts::after,
.postnav::after,
.promo::after,
.share::after,
.sticky__item::after,
.tabs__nav::after,
.util__search::after,
.vs::after {
    clear: both
}

.svgstore {
    display: block;
    position: relative;
    width: 100%;
    height: 0
}

.svgstore svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.svgstore--arrow-down {
    padding-bottom: 61.11111%
}

.svgstore--arrow-right {
    padding-bottom: 163.63636%
}

.svgstore--audience {
    padding-bottom: 72.22222%
}

.svgstore--award-circle {
    padding-bottom: 100%
}

.svgstore--award {
    padding-bottom: 131.37255%
}

.svgstore--bible-circle {
    padding-bottom: 100%
}

.svgstore--bible {
    padding-bottom: 124.44444%
}

.svgstore--book-circle {
    padding-bottom: 100%
}

.svgstore--book {
    padding-bottom: 78.33333%
}

.svgstore--calendar-circle {
    padding-bottom: 100%
}

.svgstore--calendar {
    padding-bottom: 96.8254%
}

.svgstore--check-circle {
    padding-bottom: 100%
}

.svgstore--checkmark-circle {
    padding-bottom: 100%
}

.svgstore--checkmark {
    padding-bottom: 77.77778%
}

.svgstore--close {
    padding-bottom: 100%
}

.svgstore--community-circle {
    padding-bottom: 100%
}

.svgstore--community {
    padding-bottom: 68.96552%
}

.svgstore--connect-circle {
    padding-bottom: 100%
}

.svgstore--connect {
    padding-bottom: 112.76596%
}

.svgstore--facebook-circle {
    padding-bottom: 100%
}

.svgstore--facebook {
    padding-bottom: 218.18182%
}

.svgstore--gradhat-circle {
    padding-bottom: 100%
}

.svgstore--gradhat {
    padding-bottom: 45.33333%
}

.svgstore--hat-circle {
    padding-bottom: 100%
}

.svgstore--info-circle {
    padding-bottom: 100%
}

.svgstore--info {
    padding-bottom: 229.16667%
}

.svgstore--instagram-circle {
    padding-bottom: 100%
}

.svgstore--itunesu-circle {
    padding-bottom: 100%
}

.svgstore--linkedin-circle {
    padding-bottom: 100%
}

.svgstore--linkedin {
    padding-bottom: 94.44444%
}

.svgstore--logo-small {
    padding-bottom: 15.54922%
}

.svgstore--logo {
    padding-bottom: 35.61368%
}

.svgstore--mail {
    padding-bottom: 78.57143%
}

.svgstore--map-circle {
    padding-bottom: 100%
}

.svgstore--mapmarker-circle {
    padding-bottom: 100%
}

.svgstore--mapmarker {
    padding-bottom: 162.06897%
}

.svgstore--mapmarker2-circle {
    padding-bottom: 100%
}

.svgstore--mapmarker2 {
    padding-bottom: 70.11494%
}

.svgstore--marker {
    padding-bottom: 141.17647%
}

.svgstore--menu {
    padding-bottom: 70.83333%
}

.svgstore--play {
    padding-bottom: 100%
}

.svgstore--pricetag-circle {
    padding-bottom: 100%
}

.svgstore--pricetag {
    padding-bottom: 100%
}

.svgstore--search {
    padding-bottom: 98.61111%
}

.svgstore--share {
    padding-bottom: 91.66667%
}

.svgstore--tag {
    padding-bottom: 177.60252%
}

.svgstore--twitter-circle {
    padding-bottom: 100%
}

.svgstore--twitter {
    padding-bottom: 80.55556%
}

.svgstore--util {
    padding-bottom: 47.01987%
}

.svgstore--video-camera {
    padding-bottom: 100%
}

.svgstore--vimeo-circle {
    padding-bottom: 100%
}

.svgstore--youtube-circle {
    padding-bottom: 100%
}

html {
    box-sizing: border-box;
    overflow-x: hidden
}

body {
    position: relative;
    overflow-x: hidden;
    font-family: lato, sans-serif;
    line-height: 1.5;
    word-wrap: break-word;
    padding-top: 4rem;
    color: #212121;
    background: #fff
}

@media (min-width:64em) {
    body {
        padding-top: 7rem
    }
}

body.header-overlay {
    padding-top: 3rem
}

@media (min-width:64em) {
    body.header-overlay {
        padding-top: 0
    }
}

* {
    margin: 0;
    padding: 0
}

*,
::after,
::before,
input[type=search] {
    box-sizing: inherit
}

input,
textarea {
    border-radius: 0
}

input:not([type=checkbox]):not([type=radio]),
textarea {
    -webkit-appearance: none
}

button,
input[type=reset],
input[type=submit] {
    border: 0
}

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

a {
    color: inherit;
    text-decoration: none
}

h1 {
    margin: 0
}

hr {
    margin: 1rem 0;
    height: .0625rem;
    background: #838383;
    border: 0
}

a,
button,
input {
    -webkit-transition: color 250ms ease, background 250ms ease, border 250ms ease, opacity 250ms ease, fill 250ms ease;
    transition: color 250ms ease, background 250ms ease, border 250ms ease, opacity 250ms ease, fill 250ms ease
}

.html--nav-active {
    overflow: hidden
}

@media (min-width:64em) {
    .html--nav-active {
        overflow: auto;
        overflow-x: hidden
    }
}

/*.html--util-active {
    overflow: hidden
}*/

.main-container {
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease
}

.html--subnav-active .main-container {
    -webkit-transform: translateX(18rem);
    transform: translateX(18rem)
}

@media (min-width:64em) {
    .html--subnav-active .main-container {
        -webkit-transform: none;
        transform: none
    }
}

.wrap {
    margin: auto;
    max-width: 90rem;
    padding: 0 1rem
}

@media (min-width:64em) {
    .wrap {
        padding: 0 2rem
    }
}

.wrap--flush {
    padding: 0
}

.wrap--flush-small {
    padding: 0
}

@media (min-width:48em) {
    .wrap--flush-small {
        padding: 0 1rem
    }
}

@media (min-width:64em) {
    .wrap--flush-small {
        padding: 0 2rem
    }
}

.wrap--pull-small {
    margin-right: -1rem;
    margin-left: -1rem
}

@media (min-width:48em) {
    .wrap--pull-small {
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width:64em) {
    .main {
        padding: 0 0 0 18rem
    }
}

@media (min-width:80em) {
    .main {
        padding: 0 18rem
    }
}

.grid {
    overflow: hidden;
    margin: 0 -.75rem
}

.grid--tight {
    margin: 0 -.0625rem
}

.grid__item {
    padding: 0 .75rem
}

.grid--tight .grid__item {
    padding: 0 .0625rem
}

@media (min-width:32em) {
    .grid--2 .grid__item {
        float: left;
        width: 50%
    }
    .grid--2 .grid__item:nth-child(2n+1) {
        clear: both
    }
}

@media (min-width:48em) {
    .grid--2-medium .grid__item {
        float: left;
        width: 50%
    }
    .grid--2-medium .grid__item:nth-child(2n+1) {
        clear: both
    }
}

@media (min-width:48em) {
    .grid--3 .grid__item {
        float: left;
        width: 33.333%
    }
    .grid--3 .grid__item:nth-child(3n+1) {
        clear: both
    }
}

@media (min-width:48em) {
    .grid__item.grid__item--1-3 {
        width: 33.333%
    }
}

@media (min-width:48em) {
    .grid__item.grid__item--2-3 {
        width: 66.666%
    }
}

.grid--locations {
    margin-top: 2rem
}

.grid--locations .grid__item>:first-child {
    margin-top: 0
}

.responsive-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 2rem
}

.responsive-video iframe,
.responsive-video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.content h1,
.feature__title,
.profile__name {
    font-size: 1.625rem;
    font-weight: 400;
    color: #124071;
    text-transform: uppercase;
    line-height: 1.25
}

@media (min-width:64em) {
    .content h1,
    .feature__title,
    .profile__name {
        font-size: 2.125rem
    }
}

.content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #124071;
    line-height: 1.25
}

@media (min-width:64em) {
    .content h2 {
        font-size: 1.875rem
    }
}

.content h3,
.heading,
.toggle__button {
    font-size: 1.375rem;
    font-weight: 400;
    color: #124071;
    text-transform: uppercase;
    line-height: 1.25
}

@media (min-width:64em) {
    .content h3,
    .heading,
    .toggle__button {
        font-size: 1.5rem
    }
}

.content h4,
.feed__heading,
.news__title,
.profile__title {
    font-size: 1.25rem;
    font-weight: 400;
    color: #124071;
    line-height: 1.25
}

@media (min-width:64em) {
    .content h4,
    .feed__heading,
    .news__title,
    .profile__title {
        font-size: 1.3875rem
    }
}

.content h5,
.cost__heading,
.cost__value__title,
.feature__subtitle {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25
}

@media (min-width:64em) {
    .content h5,
    .cost__heading,
    .cost__value__title,
    .feature__subtitle {
        font-size: 1.25rem
    }
}

.content h6,
.profile__aside__heading {
    font-size: 1rem;
    font-weight: 700;
    color: #124071;
    line-height: 1.25
}

.content blockquote {
    border-top: .0625rem solid #838383;
    border-bottom: .0625rem solid #838383;
    padding: 2rem 0;
    text-align: center
}

.content blockquote p {
    color: #124071;
    font-style: italic;
    font-size: 150%
}

.content blockquote div {
    margin: 0
}

.content blockquote:last-child {
    margin-bottom: 0
}

.content table {
    width: 100%;
    font-size: 1rem;
    border-top: .125rem solid #124071;
    border-bottom: .125rem solid #124071
}

@media (min-width:48em) {
    .content table {
        border-top: 0
    }
}

.content table thead {
    display: none
}

@media (min-width:48em) {
    .content table thead {
        display: table-header-group
    }
}

.content table th {
    background: #124071;
    color: #fff;
    text-align: left
}

.content table td,
.content table th {
    padding: .5rem 1rem;
    float: left;
    width: 100%;
    border-bottom: .0625rem solid #dcdcdc
}

@media (min-width:48em) {
    .content table td,
    .content table th {
        border-bottom: 0;
        border-left: .0625rem solid #fff;
        display: table-cell;
        float: none;
        width: auto
    }
}

.content table td::before,
.content table th::before {
    content: attr(data-label) ":";
    float: left;
    font-weight: 700;
    margin-right: 1rem
}

@media (min-width:48em) {
    .content table td::before,
    .content table th::before {
        display: none
    }
}

@media (min-width:48em) {
    .content table td:first-child,
    .content table th:first-child {
        border: 0
    }
}

.content table tr:nth-child(even) td {
    background: #f6f6f6
}

.content table tr:last-child td:last-child {
    border-bottom: 0
}

.content ul {
    padding-left: 1.125rem;
    list-style: none
}

.content ul li {
    margin-bottom: .5rem
}

.content ul li::before {
    content: '\00bb';
    position: absolute;
    margin: -.1875em 0 0 -1rem;
    margin-left: -1.125rem;
    font-size: 120%
}

.content ol {
    padding-left: 1.75rem
}

.content ol li {
    margin-bottom: .5rem
}

.content a:not([class]),
.wp-caption-toggle {
    color: #5b8f22;
    border-bottom: .0625rem solid rgba(91, 143, 34, .25)
}

.content a:hover:not([class]),
.wp-caption-toggle:hover {
    border-color: #5b8f22
}

.footer__copyright,
.p--small,
.pie__footnote,
.wp-caption p,
.wp-caption ul {
    font-size: 80%
}

.p--large {
    font-size: 120%
}

.larger-text {
    font-size: 150%;
    color: #124071
}

.heading {
    margin-bottom: 1rem;
    text-align: center
}

@media (min-width:48em) {
    .heading {
        text-align: left
    }
}

.search-query {
    font-size: 50%;
    text-transform: none;
    color: #838383;
    margin-left: .5rem
}

body #wpadminbar {
    position: fixed
}

.admin-bar .header,
.admin-bar .util {
    top: 46px
}

@media (min-width:783px) {
    .admin-bar .header,
    .admin-bar .util {
        top: 32px
    }
}

.admin-bar .nav,
.admin-bar .sticky--fixed .sticky__list {
    top: calc(3rem + 46px)
}

@media (min-width:783px) {
    .admin-bar .nav,
    .admin-bar .sticky--fixed .sticky__list {
        top: calc(3rem + 32px)
    }
}

.alignleft {
    margin: 0 auto 1rem auto
}

@media (min-width:48em) {
    .alignleft {
        float: left;
        margin-right: 1.5rem;
        max-width: calc(50% - .75rem)
    }
}

.alignright {
    margin: 0 auto 1rem auto
}

@media (min-width:48em) {
    .alignright {
        float: right;
        margin-left: 1.5rem;
        max-width: calc(50% - .75rem)
    }
}

.aligncenter {
    display: block;
    margin: 0 auto 1rem auto
}

.wp-caption {
    overflow: hidden;
    margin-bottom: 1rem;
    max-width: 100%
}

.wp-caption:first-child {
    margin-top: 0
}

.wp-caption-image img {
    margin: auto
}

@media (min-width:32em) {
    .wp-caption-left .wp-caption-image {
        float: left;
        width: calc(50% - .75rem);
        position: relative
    }
}

@media (min-width:32em) {
    .wp-caption-left .wp-caption-image::before {
        position: absolute;
        left: 0;
        top: 0;
        width: calc(200% + 1.5rem);
        height: 100%;
        background: #f6f6f6;
        content: '';
        z-index: -1
    }
}

@media (min-width:32em) {
    .wp-caption-left .wp-caption-content {
        float: right;
        width: calc(50% + .75rem);
        padding-left: 1.5rem
    }
}

@media (min-width:32em) {
    .wp-caption-right .wp-caption-image {
        float: right;
        width: calc(50% - .75rem);
        position: relative
    }
}

@media (min-width:32em) {
    .wp-caption-right .wp-caption-image::before {
        position: absolute;
        right: 0;
        top: 0;
        width: calc(200% + 1.5rem);
        height: 100%;
        background: #f6f6f6;
        content: '';
        z-index: -1
    }
}

@media (min-width:32em) {
    .wp-caption-right .wp-caption-content {
        float: left;
        width: calc(50% + .75rem);
        padding-right: 1.5rem
    }
}

.wp-caption-content,
.wp-caption-text,
.wp-caption-toggle-content {
    background: #f6f6f6;
    padding: 1rem
}

.wp-caption-toggle {
    display: inline-block;
    font-size: 80%;
    margin-bottom: 1rem;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.wp-caption-toggle__open {
    display: block
}

.wp-caption--active .wp-caption-toggle__open {
    display: none
}

.wp-caption-toggle__close {
    display: none
}

.wp-caption--active .wp-caption-toggle__close {
    display: block
}

.wp-caption-toggle-content {
    clear: both;
    position: absolute;
    left: -999rem;
    top: -999rem;
    margin-top: 1rem
}

.wp-caption--active .wp-caption-toggle-content {
    position: static
}

.wp-caption-wrap {
    overflow: hidden
}

body .cse .gsc-control-cse,
body .gsc-control-cse {
    padding: 0;
    box-sizing: content-box
}

body .cse .gsc-control-cse *,
body .cse .gsc-control-cse::after,
body .cse .gsc-control-cse::before,
body .gsc-control-cse *,
body .gsc-control-cse::after,
body .gsc-control-cse::before {
    box-sizing: inherit
}

body .cse .gsc-control-cse img,
body .gsc-control-cse img {
    max-width: none
}

body .gsc-selected-option {
    white-space: nowrap
}

body .gsc-result-info {
    padding-left: 0
}

body .gsc-table-result,
body .gsc-thumbnail-inside,
body .gsc-url-top {
    padding: 0
}

body .gsc-results .gsc-cursor-box {
    margin-left: 0;
    margin-right: 0
}

.em-location-map-container {
    width: 100%!important;
    height: 20rem!important;
    margin: 2rem 0
}

.em-map-balloon .em-map-balloon-content {
    padding: 0!important
}

.flickity-prev-next-button {
    border-radius: 0;
    background: 0 0;
    opacity: .5;
    fill: #fff;
    width: 2.5rem;
    height: 2.5rem
}

@media (min-width:32em) {
    .flickity-prev-next-button {
        width: 3rem;
        height: 3rem
    }
}

@media (min-width:48em) {
    .flickity-prev-next-button {
        width: 3.5rem;
        height: 3.5rem
    }
}

@media (min-width:64em) {
    .flickity-prev-next-button {
        width: 4rem;
        height: 4rem
    }
}

@media (min-width:80em) {
    .flickity-prev-next-button {
        width: 4.5rem;
        height: 4.5rem
    }
}

.flickity-prev-next-button:hover {
    opacity: 1;
    background: 0 0
}

.flickity-prev-next-button:disabled {
    opacity: 0;
    visibility: hidden
}

.flickity-prev-next-button.previous {
    left: .25rem
}

@media (min-width:64em) {
    .flickity-prev-next-button.previous {
        left: 1.25rem
    }
}

.flickity-prev-next-button.next {
    right: .25rem
}

@media (min-width:64em) {
    .flickity-prev-next-button.next {
        right: 1.25rem
    }
}

.flickity-prev-next-button .arrow {
    fill: #fff
}

@media (min-width:48em) {
    .action {
        margin-bottom: 2rem;
        box-shadow: 0 .125rem .25rem rgba(33, 33, 33, .25)
    }
}

.action__list {
    list-style: none
}

@media (min-width:64em) {
    .action__list {
        display: table;
        table-layout: fixed;
        width: 100%
    }
}

.action__item {
    border-top: .0625rem solid #124071
}

@media (min-width:64em) {
    .action__item {
        display: table-cell;
        width: 100%;
        border: 0;
        text-align: center
    }
}

.action__item:first-child {
    border-top: 0
}

.action__link {
    display: block;
    color: #124071;
    text-transform: uppercase;
    padding: .75rem 1rem
}

@media (min-width:64em) {
    .action__link {
        padding: 2rem 1rem
    }
}

.action__icon {
    display: inline-block;
    width: 1.75rem;
    fill: #124071;
    vertical-align: bottom;
    margin-right: .25rem
}

@media (min-width:64em) {
    .action__icon {
        display: block;
        margin: 0 auto .25rem auto
    }
}

.bg-2 {
    padding: 0 0 2rem 0;
}

.bg {
    clear: both;
    padding: 1rem 0;
    margin: 2rem 0
}

@media (min-width:64em) {
    .bg {
        padding: 2rem 0
    }
}

.bg+.footer {
    margin-top: -2rem
}

.wrap--flush-small+.bg {
    margin-top: 0
}

.bg--gray-light {
    background: #f6f6f6
}

.block-container {
    margin-bottom: 1rem
}

.block {
    position: relative;
    color: #fff;
    margin-bottom: 1rem;
    overflow: hidden
}

.block__image {
    width: auto
}

@media (min-width:48em) {
    .block__image--match {
        position: absolute;
        max-width: none;
        height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.block__overlay {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    right: 1rem
}

.block__title {
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: .25rem
}

.block__link {
    font-size: 1rem;
    border-bottom: .0625rem solid rgba(255, 255, 255, .25)
}

.block__link:hover {
    border-color: #fff
}

.breadcrumbs {
    margin-bottom: 2rem;
    font-size: .875rem
}

@media (min-width:64em) {
    .breadcrumbs {
        border-bottom: .0625rem solid #838383;
        padding-bottom: .25rem
    }
}

.breadcrumbs a,
.breadcrumbs__link {
    color: #124071
}

.breadcrumbs a:hover,
.breadcrumbs__link:hover {
    text-decoration: underline
}

.breadcrumbs__separator {
    margin: 0 .125rem
}

.button-container {
    margin-bottom: 3rem
}

.button-container .button,
.button-container .feature__button,
.button-container .footer__buttons__link,
.button-container .form__reset,
.button-container .form__submit,
.button-container .fsSubmitButton,
.button-container .postnav__next a,
.button-container .postnav__prev a,
.button-container .promo__button,
.button-container .slideshow-alt__button,
.button-container .splash__button,
.postnav__next .button-container a,
.postnav__prev .button-container a {
    margin-right: .25rem;
    margin-bottom: .5rem
}

.button,
.feature__button,
.footer__buttons__link,
.form__reset,
.form__submit,
.fsSubmitButton,
.postnav__next a,
.postnav__prev a,
.promo__button,
.slideshow-alt__button,
.splash__button {
    display: inline-block;
    background: #124071;
    color: #fff;
    text-align: center;
    padding: .75rem 1.5rem;
    border: .0625rem solid #124071
}

.button:hover,
.feature__button:hover,
.footer__buttons__link:hover,
.form__reset:hover,
.form__submit:hover,
.fsSubmitButton:hover,
.postnav__next a:hover,
.postnav__prev a:hover,
.promo__button:hover,
.slideshow-alt__button:hover,
.splash__button:hover {
    background: #23568d;
    border-color: #23568d
}

.button--ghost-red,
.form__reset {
    border-color: #e00034;
    color: #e00034;
    background: 0 0
}

.button--ghost-red:hover,
.form__reset:hover {
    background: #e00034;
    border-color: #e00034;
    color: #fff
}

.button--ghost-white,
.feature__button,
.footer__buttons__link,
.slideshow-alt__button,
.splash__button {
    border-color: #fff;
    background: 0 0
}

.button--ghost-white:hover,
.feature__button:hover,
.footer__buttons__link:hover,
.slideshow-alt__button:hover,
.splash__button:hover {
    border-color: #fff
}

.footer-button {
    text-align: center
}

.footer-button--news {
    margin: 2rem 0
}

@media (min-width:48em) {
    .footer-button--news {
        margin-top: 0
    }
}
.max-width-match {
    max-width: 1140px;
    padding: 0px;
}
.footer-button--events {
    margin: 2rem 0;
}

@media (min-width:64em) {
    .footer-button--events {
        margin-bottom: 1rem
    }
}
.events-button {
    background-color: #00558c;
    border-radius: 50px 50px 50px 50px;
    font-size: 18px;
    padding: 20px 40px;
    border:0px;
    line-height: 18px;
}
.events-button:hover {
    background-color: #007DBA;
}
.button-arrow,
.subnav__button {
    position: relative;
    border: .0625rem solid #124071;
    text-transform: uppercase;
    display: block;
    padding: .75rem 4.5rem .75rem 1.5rem;
    font-size: 1.125rem;
    margin: 1.5rem 0;
    background: #fff
}

.button-arrow::before,
.subnav__button::before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #124071;
    width: 3rem;
    content: ''
}

.button-arrow::after,
.subnav__button::after {
    position: absolute;
    right: 1.125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: .5rem solid transparent;
    border-bottom: .5rem solid transparent;
    border-left: .5rem solid #fff;
    content: ''
}

.button-arrow:hover,
.subnav__button:hover {
    background: #124071;
    color: #fff
}

.button-arrow--blue-light {
    border-color: #23568d
}

.button-arrow--blue-light::before {
    background: #23568d
}

.button-arrow--blue-light:hover {
    background: #23568d
}

.button-arrow--blue-dark {
    border-color: #012f60
}

.button-arrow--blue-dark::before {
    background: #012f60
}

.button-arrow--blue-dark:hover {
    background: #012f60
}

.button-arrow--gray-dark {
    border-color: #838383
}

.button-arrow--gray-dark::before {
    background: #838383
}

.button-arrow--gray-dark:hover {
    background: #838383
}

.canvas {
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    /*margin-top: 47px;*/
}

.html--nav-active .canvas {
    -webkit-transform: translateX(18rem);
    transform: translateX(18rem)
}

@media (min-width:64em) {
    .html--nav-active .canvas {
        -webkit-transform: none;
        transform: none
    }
}

/*.html--util-active .canvas {
    -webkit-transform: translateX(-18rem);
    transform: translateX(-18rem)
}*/

@media (min-width:64em) {
    .content {
        font-size: 1.25rem
    }
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content ol,
.content p,
.content table,
.content ul {
    margin-bottom: 1rem
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin-top: 2rem
}

.content blockquote {
    margin: 2rem 0
}

.bg .content blockquote {
    border: 0;
    padding: 0
}

.content h1+h1,
.content h1+h2,
.content h1+h3,
.content h1+h4,
.content h1+h5,
.content h1+h6 {
    margin-top: 0
}

.content h2+h1,
.content h2+h2,
.content h2+h3,
.content h2+h4,
.content h2+h5,
.content h2+h6 {
    margin-top: 0
}

.content h3+h1,
.content h3+h2,
.content h3+h3,
.content h3+h4,
.content h3+h5,
.content h3+h6 {
    margin-top: 0
}

.content h4+h1,
.content h4+h2,
.content h4+h3,
.content h4+h4,
.content h4+h5,
.content h4+h6 {
    margin-top: 0
}

.content h5+h1,
.content h5+h2,
.content h5+h3,
.content h5+h4,
.content h5+h5,
.content h5+h6 {
    margin-top: 0
}

.content h6+h1,
.content h6+h2,
.content h6+h3,
.content h6+h4,
.content h6+h5,
.content h6+h6 {
    margin-top: 0
}

.grid__item>.content>:first-child {
    margin-top: 0
}

.cost .grid+.content {
    margin-top: 2rem
}

.cost__value {
    color: #124071;
    margin-bottom: 2rem
}

@media (min-width:48em) {
    .cost__value {
        float: left;
        width: 50%
    }
}

@media (min-width:64em) {
    .cost__value {
        width: 55%
    }
}

.cost__value__icon {
    position: relative;
    float: left;
    width: 2.5rem;
    fill: #23568d;
    -webkit-filter: drop-shadow(.25rem .25rem 0 #012f60);
    filter: drop-shadow(.25rem .25rem 0 #012f60);
    margin-right: 1.5rem;
    font-size: .7rem
}

@media (min-width:48em) {
    .cost__value__icon {
        width: 3rem;
        font-size: 1rem
    }
}

@media (min-width:80em) {
    .cost__value__icon {
        width: 3rem
    }
}

.cost__value__icon::after {
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    content: 'NCU'
}

.cost__value__title {
    margin-bottom: .25rem
}

.cost__value__number {
    font-size: 3rem;
    line-height: 1
}

@media (min-width:48em) {
    .cost__value__number {
        font-size: 4rem
    }
}

@media (min-width:80em) {
    .cost__value__number {
        font-size: 4rem
    }
}

.cost__value__number::before {
    font-size: 50%;
    vertical-align: top;
    content: '$'
}

.cost__detail {
    margin-bottom: 2rem
}

@media (min-width:48em) {
    .cost__detail {
        float: right;
        width: 50%;
        border-left: .0625rem solid #124071;
        padding-left: 2rem
    }
}

@media (min-width:64em) {
    .cost__detail {
        width: 45%
    }
}

.cost__detail:first-child {
    margin-top: 0
}

.cost__detail:last-child {
    margin-bottom: 0
}

.cost__heading {
    position: relative;
    color: #fff;
    background: #23568d;
    display: inline-block;
    padding-right: 3rem
}

.cost__heading span {
    display: block;
    background: #124071;
    padding-right: 3rem
}

.cost__heading span span {
    display: block;
    background: #012f60;
    padding: .5rem 1rem
}

.cost__block {
    padding: 2rem 1rem;
    background: #23568d;
    color: #fff;
    margin-top: .125rem
}

@media (min-width:64em) {
    .cost__block {
        padding: 3rem 1.5rem
    }
}

.grid__item:nth-child(2) .cost__block {
    background: #124071
}

.grid__item:nth-child(3) .cost__block {
    background: #012f60
}

.cost__block:first-child {
    margin-top: 0
}

.cost__block:last-child {
    margin-bottom: 0
}

.cost__block__number {
    text-align: center;
    font-size: 2.5rem;
    padding-top: 1rem
}

.cost__block__number::before {
    font-size: 50%;
    vertical-align: top;
    content: '$'
}

.cost__block__title {
    text-align: center;
    font-weight: 700;
    line-height: 1.25;
    padding-bottom: 1rem
}

.feature {
    position: relative;
    height: 0;
    padding-bottom: 115%;
    overflow: hidden;
    margin-bottom: .0625rem
}

@media (min-width:32em) {
    .feature {
        padding-bottom: 75%
    }
}

@media (min-width:48em) {
    .feature {
        margin-bottom: 2rem;
        height: auto;
        padding-bottom: 0
    }
}

.slideshow .feature {
    margin-bottom: 0
}

.feature--action,
.feature--share {
    text-align: center
}

@media (min-width:48em) {
    .feature--action {
        height: 0;
        padding-bottom: 115%
    }
}

@media (min-width:48em) {
    .feature--quote {
        height: 0;
        padding-bottom: calc(57.5% - .865rem)
    }
}

.feature__color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.feature__color--gray-dark {
    background: rgba(80, 80, 80, .6)
}

.feature__color--blue {
    background: rgba(1, 47, 96, .6)
}

.feature__color--gold {
    background: rgba(221, 196, 142, .6)
}

.feature__image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: none;
    height: 100%
}

@media (min-width:48em) {
    .feature__image {
        position: static;
        -webkit-transform: none;
        transform: none;
        max-width: 100%;
        height: auto
    }
}

@media (min-width:48em) {
    .feature--action .feature__image {
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: none;
        height: 100%
    }
}

@media (min-width:48em) {
    .feature--quote .feature__image {
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%
    }
}

.feature__image--placeholder {
    width: 100%;
    background: #124071;
    overflow: hidden
}

.feature__image--placeholder::before {
    display: block;
    padding-top: 75%;
    content: ''
}

.feature__overlay {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    right: 1rem;
    color: #fff
}

@media (min-width:64em) {
    .feature__overlay {
        left: 2rem;
        bottom: 2rem
    }
}

.feature--share .feature__overlay {
    top: 1rem;
    border: .125rem solid #fff;
    padding: 1.75rem;
    height: calc(100% - 2rem)
}

@media (min-width:32em) {
    .feature--share .feature__overlay {
        padding: 2.25rem
    }
}

@media (min-width:48em) {
    .feature--share .feature__overlay {
        left: 4rem;
        right: 4rem;
        padding: 2rem
    }
}

@media (min-width:64em) {
    .feature--share .feature__overlay {
        left: auto;
        right: 6.5rem;
        top: 3rem;
        bottom: 3rem;
        height: calc(100% - 6rem);
        width: calc(66% - 8.58rem)
    }
}

@media (min-width:80em) {
    .feature--share .feature__overlay {
        right: 7rem;
        top: 4rem;
        bottom: 4rem;
        height: calc(100% - 8rem)
    }
}

.feature--action .feature__overlay {
    top: 1rem;
    height: calc(100% - 2rem)
}

.feature__center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.feature__play {
    display: block;
    fill: #fff;
    width: 5rem;
    margin: 0 auto .5rem auto;
    -webkit-filter: drop-shadow(.125rem .125rem .0625rem rgba(33, 33, 33, .25));
    filter: drop-shadow(.125rem .125rem .0625rem rgba(33, 33, 33, .25))
}

.feature__title {
    color: inherit
}

.feature--share .feature__title {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

@media (min-width:64em) {
    .feature--share .feature__title {
        position: absolute;
        width: calc(50% + 2.5rem);
        top: 50%;
        right: calc(100% + 2rem);
        margin: 0;
        font-size: 1.5rem;
        text-align: left;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-right: 3rem
    }
}

@media (min-width:80em) {
    .feature--share .feature__title {
        width: calc(50% + 1.5rem);
        font-size: 2.125rem
    }
}

.feature--share .feature__subtitle {
    margin-bottom: 1rem
}

@media (min-width:64em) {
    .feature--share .feature__subtitle {
        font-size: 1.5rem
    }
}

@media (min-width:80em) {
    .feature--share .feature__subtitle {
        font-size: 2rem
    }
}

.feature__figure {
    margin-bottom: .5rem
}

@media (min-width:64em) {
    .feature__figure {
        font-size: 1.25rem
    }
}

@media (min-width:80em) {
    .feature__figure {
        font-size: 1.5rem
    }
}

.feature__icon {
    margin: auto;
    width: 3rem;
    fill: #fff
}

@media (min-width:64em) {
    .feature__icon {
        width: 4rem
    }
}

.feature--share .feature__icon {
    margin-bottom: 1rem
}

.feature__button {
    margin-top: 1rem
}

.feature__share {
    display: block;
    text-align: center
}

@media (min-width:80em) {
    .feature__share {
        font-size: 1.25rem
    }
}

.feature__share__icon {
    display: inline-block;
    width: 1rem;
    vertical-align: bottom;
    fill: #fff;
    margin-left: .25rem;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

@media (min-width:80em) {
    .feature__share__icon {
        width: 1.25rem
    }
}

.feature__quote {
    position: absolute;
    left: 1rem;
    width: 80%;
    bottom: 1rem
}

@media (min-width:32em) {
    .feature__quote {
        width: 60%;
        bottom: auto;
        top: 1rem
    }
}

@media (min-width:48em) {
    .feature__quote {
        width: 90%
    }
}

@media (min-width:64em) {
    .feature__quote {
        left: 2rem;
        width: 60%
    }
}

@media (min-width:80em) {
    .feature__quote {
        width: 50%
    }
}

.feature__quote__text {
    color: #124071;
    font-weight: 400;
    margin-bottom: 1rem;
    text-shadow: .0625rem .0625rem 0 #fff
}

@media (min-width:64em) {
    .feature__quote__text {
        font-size: 1.25rem
    }
}

@media (min-width:80em) {
    .feature__quote__text {
        font-size: 1.5rem
    }
}

.feature__source {
    position: absolute;
    left: 1rem;
    top: 1rem;
    width: calc(100% - 2rem);
    text-shadow: .0625rem .0625rem 0 #fff
}

@media (min-width:32em) {
    .feature__source {
        top: auto;
        bottom: 1rem
    }
}

@media (min-width:64em) {
    .feature__source {
        left: 2rem
    }
}

.feature__source__name {
    font-weight: 700
}

.feature__profile {
    position: absolute;
    left: 4rem;
    right: 4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: .875rem
}

@media (min-width:32em) {
    .feature__profile {
        left: 5rem;
        right: 5rem;
        font-size: 1rem
    }
}

@media (min-width:48em) {
    .feature__profile {
        left: 6rem;
        right: auto;
        width: 50%
    }
}

@media (min-width:64em) {
    .feature__profile {
        left: 11rem;
        width: 40%;
        font-size: 1.125rem
    }
}

@media (min-width:80em) {
    .feature__profile {
        font-size: 1.25rem
    }
}

.feature__profile__title {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 1rem
}

@media (min-width:32em) {
    .feature__profile__title {
        font-size: 1.5rem
    }
}

@media (min-width:64em) {
    .feature__profile__title {
        font-size: 1.75rem
    }
}

@media (min-width:80em) {
    .feature__profile__title {
        font-size: 2rem
    }
}

.feature__profile__info {
    margin-bottom: 1rem;
    font-weight: 700
}

.feature__profile__name {
    font-weight: 700
}

.feed {
    padding: 1rem;
    font-size: 1rem;
    background: #f6f6f6;
    margin-bottom: 1rem
}

.feed--wide {
    margin-top: 2rem
}

.feed__heading {
    border-bottom: .0625rem solid #124071;
    padding-bottom: .5rem
}

.feed__item {
    margin: 1rem 0 0 0
}

.feed__title {
    font-weight: 700
}

.feed__meta {
    font-size: .875rem;
    color: #838383
}

.footer {
    clear: both;
    background: #002F6C;
    padding: 2rem 0;
    color: #fff;
    line-height: 1.25;
    margin-top: 2rem
}

@media (min-width:64em) {
    .footer {
        padding: 3rem 0
    }
}

.footer__wrap {
    position: relative
}

@media (min-width:64em) {
    .footer__logo {
        float: right;
        width: 33.333%;
        padding-left: 1rem
    }
}

.footer__logo__image {
    display: block;
    margin: 0 auto 2rem auto;
    width: 16rem;
    fill: #fff
}

.footer__buttons {
    margin-bottom: 2rem;
    list-style: none
}

@media (min-width:64em) {
    .footer__buttons {
        display: none
    }
}

.footer__buttons__item {
    margin-bottom: 1rem
}

.footer__buttons__link {
    display: block
}

.footer__buttons__icon {
    display: inline-block;
    width: 1rem;
    margin-right: .25rem;
    fill: #fff;
    vertical-align: bottom
}

.footer__heading {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: bold;
    padding-bottom: 1em; 
}

@media (min-width:64em) {
    .footer__nav {
        float: right;
        width: 33.333%;
        padding: 0 .5rem
    }
}

/*NATIV3 CHANGED 1/23/19*/
/*.footer__nav__list {
    list-style: none;
    margin: 1rem 0 2rem 0
}*/
.footer__nav__list {
    list-style: none;
}

@media (min-width:64em) {
    .footer__nav__list {
        margin-bottom: 0
    }
}

/*NATIV3 CHANGE*/
/*.footer__nav__item,
.footer__nav__list li {
    margin: 0 -1rem
}*/
/*.footer__nav__item,
.footer__nav__list li {
    margin: 0 1rem 0 -1rem
}*/

.footer__nav__link,
.footer__nav__list a {
    display: block;
    padding: .75rem 1rem
}

.footer__nav__link:hover,
.footer__nav__list a:hover {
    background: #23568d
}

.footer__social {
    list-style: none;
    margin-bottom: 1rem
}

@media (min-width:64em) {
    .footer__social {
        position: absolute;
        right: 2rem;
        top: 7.5rem;
        text-align: center;
        width: calc(33.333% - 1.3125rem);
        padding-left: 1rem
    }
}

.footer__social__item {
    display: inline-block;
    margin: 0 .5rem .5rem 0
}

@media (min-width:64em) {
    .footer__social__item {
        margin: .25rem .5rem
    }
}

.footer__social__link {
    display: block;
    width: 2rem;
    fill: #fff
}

.footer__social__link:hover {
    fill: rgba(255, 255, 255, .5)
}

@media (min-width:64em) {
    .footer__contact {
        float: left;
        width: 33.333%;
        padding-right: 1rem
    }
}

.footer__address {
    margin-bottom: 2rem
}

.footer__call {
    display: none
}

@media (min-width:64em) {
    .footer__call {
        display: block;
        margin-bottom: 2rem
    }
}

.footer__maps {
    display: none
}

@media (min-width:64em) {
    .footer__maps {
        display: inline-block
    }
}

@media (min-width:64em) {
    .footer__copyright {
        position: absolute;
        right: 2rem;
        top: 13.5rem;
        text-align: center;
        width: calc(33.333% - 1.3125rem);
        padding-left: 1rem
    }
}

.form,
.fsForm {
    font-size: 1rem;
    margin-bottom: 1rem
}

.form__label,
.fsLabel,
.fsOptionLabel,
.fsSupporting {
    display: block;
    margin-bottom: .25rem
}

.form__input,
.fsField {
    display: block;
    width: 100%;
    border: .0625rem solid #23568d;
    padding: 0 1rem;
    margin-bottom: 1rem;
    height: 3.125rem;
    background: #fff
}

.form__input:focus,
.fsField:focus {
    border-color: #124071
}

.form__select {
    position: relative;
    margin-bottom: 1rem
}

.form__select:hover {
    background: #124071;
    color: #fff
}

.form__select select {
    width: 100%;
    height: 3rem;
    padding: 0 0 0 .5rem;
    background: #fff;
    color: #212121;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: .0625rem solid #124071
}

.form__select__arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
    padding: 1.125rem;
    fill: #fff;
    background: #124071;
    z-index: 1;
    pointer-events: none
}

.no-csspointerevents .form__select__arrow {
    display: none
}

.form__select__arrow .svgstore {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form__select__arrow::before {
    position: absolute;
    top: .125rem;
    right: 100%;
    bottom: .125rem;
    width: 3rem;
    background: -webkit-linear-gradient(right, #fff, transparent);
    background: linear-gradient(to left, #fff, transparent);
    content: ''
}

.form__reset {
    width: 100%;
    margin-bottom: 1rem
}

.form__submit,
.fsSubmitButton {
    width: 100%;
    margin-bottom: 1rem
}

.fsForm fieldset {
    margin: 0 0 1rem 0;
    border: .0625rem solid #124071;
    padding: 1rem
}

.fsForm .clear {
    display: none
}

.fsRow {
    overflow: hidden
}

.fsSubFieldGroup {
    overflow: hidden;
    margin: 0 -1rem
}

.fsSubField {
    padding: 0 1rem
}

@media (min-width:48em) {
    .fsSubField {
        float: left;
        width: 50%
    }
}

@media (min-width:48em) {
    .fsSubField.fsFieldCity {
        width: 50%
    }
}

@media (min-width:48em) {
    .fsSubField.fsFieldState {
        width: 25%
    }
}

@media (min-width:48em) {
    .fsSubField.fsFieldZip {
        width: 25%
    }
}

.fsSupporting {
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    color: #838383
}

textarea.fsField {
    padding: 1rem;
    height: auto
}

input[type=checkbox].fsField,
input[type=radio].fsField {
    width: auto;
    height: auto;
    display: inline;
    margin-right: .25rem
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 3rem;
    background: #002F6C;
    color: #fff;
    z-index: 3;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease
}

@media (min-width:64em) {
    .header {
        height: 6rem;
        z-index: 2;
        -webkit-transition: -webkit-transform .5s ease, background .5s ease;
        transition: transform .5s ease, background .5s ease
    }
}

/*.html--util-active .header {
    -webkit-transform: translateX(-18rem);
    transform: translateX(-18rem)
}*/

@media (min-width:64em) {
    .html--header-collapse .header {
        height: 3rem
    }
}

@media (min-width:64em) {
    .header-overlay .header {
        background: rgba(1, 47, 96, .85)
    }
}

@media (min-width:64em) {
    .html--header-collapse .header-overlay .header {
        background: #012f60
    }
}

@media (min-width:64em) {
    .header__wrap {
        padding: 0 2rem;
        position: relative;
        height: 100%
    }
}

.header__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: .5rem .75rem;
    font-size: 1.25rem
}

@media (min-width:64em) {
    .header__logo {
        left: 2rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0
    }
}

@media (min-width:64em) {
    .header__logo__text {
        display: none
    }
}

.header__logo__full {
    /*display: none;*/
    display: block;
    width: 6rem;
    fill: #fff
}

@media (min-width:64em) {
    .header__logo__full {        
        width: 11rem
    }
}

@media (min-width:80em) {
    .header__logo__full {
        width: 13rem
    }
}

@media (min-width:64em) {
    .html--header-collapse .header__logo__full {
        display: none
    }
}

.header__logo__small {
    display: none;
    fill: #fff
}

@media (min-width:64em) {
    .header__logo__small {
        width: 4.5rem
    }
}

@media (min-width:80em) {
    .header__logo__small {
        width: 8rem
    }
}

@media (min-width:64em) {
    .html--header-collapse .header__logo__small {
        display: block
    }
}

.header__nav-toggle {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: .75rem;
    width: 3rem;
    fill: #fff
}

@media (min-width:64em) {
    .header__nav-toggle {
        display: none
    }
}

.header__nav-toggle__close,
.header__nav-toggle__open {
    display: block
}

.html--nav-active .header__nav-toggle__open {
    display: none
}

.header__nav-toggle__close {
    display: none
}

.html--nav-active .header__nav-toggle__close {
    display: block
}

.header__util-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: .75rem;
    height: 3rem;
    width: 3rem;
    fill: #fff;
    -webkit-transition: opacity 100ms ease, visibility 100ms ease, background 100ms ease;
    transition: opacity 100ms ease, visibility 100ms ease, background 100ms ease
}

@media (min-width:64em) {
    .header__util-toggle {
        position: static;
        -webkit-transform: none;
        transform: none;
        float: right
    }
}

.header__util-toggle:hover {
    background: rgba(255, 255, 255, .5)
}

@media (min-width:64em) {
    .header__util-toggle:hover::before {
        opacity: 0
    }
}

@media (min-width:64em) {
    .header__util-toggle::before {
        position: absolute;
        height: 1.5rem;
        width: .0625rem;
        margin-left: -.75rem;
        background: rgba(255, 255, 255, .5);
        -webkit-transition: opacity 100ms ease;
        transition: opacity 100ms ease;
        content: ''
    }
}

.html--nav-active .header__util-toggle,
.html--util-active .header__util-toggle {
    opacity: 0;
    visibility: hidden
}

@media (min-width:64em) {
    .html--nav-active .header__util-toggle {
        opacity: 1;
        visibility: visible
    }
}

.header__social {
    position: relative;
    list-style: none;
    float: right;
    display: none;
    padding: 0 .25rem
}

@media (min-width:64em) {
    .header__social {
        display: block
    }
}

.header__social::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% + 4.625rem);
    height: .0625rem;
    background: rgba(255, 255, 255, .5);
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
    content: ''
}

@media (min-width:64em) {
    .html--util-active .header__social::before {
        width: 100%
    }
}

@media (min-width:64em) {
    .html--header-collapse .header__social::before {
        display: none
    }
}

.header__social__item {
    float: left
}

.header__social__link {
    display: block;
    padding: .75rem .5rem;
    width: 2.5rem;
    fill: #fff
}

.header__social__link:hover {
    fill: rgba(255, 255, 255, .5)
}

.infographic-container {
    margin-bottom: 1rem
}

.infographic {
    background: #124071;
    color: #fff;
    padding: 1rem;
    margin-bottom: .125rem
}

@media (min-width:64em) {
    .infographic {
        padding: 2rem
    }
}

.infographic--red {
    background: #e00034
}

.infographic--orange {
    background: #de4815
}

.infographic--blue-light {
    background: #23568d
}

.infographic--gray-dark {
    background: #838383
}

.infographic__title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25
}

.infographic__image {
    margin: 2rem auto
}

.infographic__ratio {
    font-size: 4rem;
    line-height: 1;
    margin-bottom: .5rem
}

.infographic__description {
    text-transform: uppercase
}

.modal {
    display: none
}

.modal__overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(33, 33, 33, .9);
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease
}

.modal--active .modal__overlay {
    visibility: visible;
    opacity: 1
}

.modal__wrap {
    position: fixed;
    -webkit-backface-visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .5s ease, opacity .5s ease, -webkit-transform .5s ease;
    transition: visibility .5s ease, opacity .5s ease, transform .5s ease;
    -webkit-transform: scale(.75);
    transform: scale(.75)
}

.modal--active .modal__wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.modal__video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 0 4rem
}

.modal__video__container {
    position: relative;
    margin: auto;
    max-width: 64rem
}

.modal__video__wrap {
    padding-bottom: 56.25%
}

.modal__video__wrap iframe,
.modal__video__wrap video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.modal__close {
    position: absolute;
    right: -3rem;
    top: -3rem;
    width: 3rem;
    height: 3rem;
    text-align: center;
    padding: .75rem;
    font-weight: lighter;
    opacity: .5;
    fill: #fff
}

.modal__close:hover {
    opacity: 1
}
.top_nav {
    /*position: fixed;
    right: 100%;
    top: 3rem;
    bottom: 0;
    width: 18rem;*/
    background: #124071;
    color: #fff;
    line-height: 1.25;
    overflow: auto;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    z-index: 2;
    display: -webkit-box;
    margin-top: 48px;
    font-size: .8em;
}

.top_nav .nav__item, .top_nav .nav__list>li {
    float: left;
    border: 0;
    position: relative;
}

@media (min-width:64em) {
	.html--util-active .top_nav {
	    -webkit-transform: translateX(-14rem);
		transform: translateX(-14rem);
	}
}
@media (min-width:64em) {
    .top_nav {         
	    margin-top: 0;	    	    
	    float: right;
	    background: none;
	}
	.html--header-collapse .top_nav {
        -webkit-transform: translateX(0rem);
		transform: translateX(0rem);      
    }
}

.nav {
    position: fixed;
    right: 100%;
    top: 3rem;
    bottom: 0;
    width: 18rem;
    background: #124071;
    color: #fff;
    line-height: 1.25;
    overflow: auto;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    z-index: 2
}

@media (min-width:64em) {
    .nav {
        right: 1.5rem;
        top: 3rem;
        bottom: auto;
        width: 100%;
        height: 0;
        overflow: visible;
        background: 0 0;
        font-size: .875rem
    }
}

@media (min-width:80em) {
    .nav {
        right: 1rem;
        font-size: 1rem
    }
}

.html--nav-active .nav {
    -webkit-transform: translateX(18rem);
    transform: translateX(18rem)
}

@media (min-width:64em) {
    .html--nav-active .nav {
        -webkit-transform: none;
        transform: none
    }
}

/*@media (min-width:64em) {
    .html--util-active .nav {
        -webkit-transform: translateX(-18rem);
        transform: translateX(-18rem)
    }
}*/

@media (min-width:64em) {
    .html--header-collapse .nav {
        font-size: .75rem;
        right: 15.25rem;
        margin-top: -3rem      
    }
}

@media (min-width:80em) {
    .html--header-collapse .nav {
        font-size: .8rem
    }
}

.nav__list {
    list-style: none
}

@media (min-width:64em) {
    .nav__list {
        float: right;
        font-weight: bold
    }
}

.nav__item,
.nav__list>li {
    border-bottom: .0625rem solid #012f60
}

@media (min-width:64em) {
    .nav__item,
    .nav__list>li {
        float: left;
        border: 0;
        position: relative
    }
}

.nav__link,
.nav__list>li>a {
    display: block;
    padding: 1rem;
    text-transform: uppercase;
    position: relative
}

@media (min-width:64em) {
    .nav__link,
    .nav__list>li>a {
        padding: .9375rem .5rem 1rem .5rem
    }
}

@media (min-width:80em) {
    .nav__link,
    .nav__list>li>a {
        padding: .875rem 1rem
    }
}

@media (min-width:64em) {
    .html--header-collapse .nav__link,
    .html--header-collapse .nav__list>li>a {
        padding: 1.0625rem .5rem 1rem .5rem
    }
}

@media (min-width:80em) {
    .html--header-collapse .nav__link,
    .html--header-collapse .nav__list>li>a {
        padding: .9375rem .75rem
    }
}

.nav__link::after,
.nav__list>li>a::after {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '+'
}

.top_nav .nav__link::after,
.top_nav .nav__list>li>a::after {
    content: none;
}

@media (min-width:64em) {
    .nav__link::after,
    .nav__list>li>a::after {
        display: none
    }
}

.nav__item--active .nav__link::after,
.nav__item--active .nav__list>li>a::after {
    content: '\2013'
}

.top_nav .nav__item--active .nav__link::after,
.top_nav .nav__item--active .nav__list>li>a::after {
    content: none;
}

.nav__link:hover,
.nav__list>li>a:hover {
    text-decoration: underline
}

.nav__list .nav__item--active>a::after {
    content: '\2013'
}

.top_nav .nav__list .nav__item--active>a::after {
    content: none;
}

.nav__list>li ul,
.nav__sub {
    list-style: none;
    background: #012f60;
    padding: 1rem;
    position: absolute;
    left: -999rem;
    top: -999rem
}

.nav__item--active .nav__list>li ul,
.nav__item--active .nav__sub,
.nav__list>li .nav__item--active ul {
    position: static
}

@media (min-width:64em) {
    .nav__item--active .nav__list>li ul,
    .nav__item--active .nav__sub,
    .nav__list>li .nav__item--active ul {
        display: none
    }
}

.nav__list .nav__item--active>ul {
    position: static
}

@media (min-width:64em) {
    .nav__list .nav__item--active>ul {
        display: none
    }
}

.nav__list>li ul a,
.nav__sub__link {
    display: block;
    padding: .75rem 1rem
}

.nav__list>li ul a:hover,
.nav__sub__link:hover {
    text-decoration: underline
}

.news {
    overflow: hidden;
    margin-bottom: 1rem
}

.news a {
    color: #124071
}

.news a:hover {
    text-decoration: underline
}

@media (min-width:32em) {
    .news--wide .news__image {
        float: left;
        width: calc(40% - .75rem);
        position: relative
    }
}

@media (min-width:32em) {
    .news--wide .news__image::before {
        position: absolute;
        left: 0;
        top: 0;
        width: calc(250% + 1.875rem);
        height: 100%;
        background: #f6f6f6;
        content: '';
        z-index: -1
    }
}

.news__detail {
    padding: 0 1.5rem 1.5rem 1.5rem;
    background: #f6f6f6
}

@media (min-width:32em) {
    .news--wide .news__detail {
        float: right;
        width: calc(60% + .75rem);
        padding-left: 1.5rem
    }
}

.news__date {
    margin: 0 -1.5rem 2rem 0;
    background: #838383;
    float: right;
    color: #fff;
    font-size: .75rem;
    padding: .25rem .75rem
}

.news__title {
    clear: both;
    margin-bottom: .5rem
}

.news__tax {
    margin-top: 2rem;
    font-size: .75rem
}

.pie {
    margin-top: 2rem
}

.pie__chart {
    margin-bottom: 1rem
}

@media (min-width:32em) {
    .pie__chart {
        float: left;
        width: 40%;
        padding-right: 1.5rem
    }
}

@media (min-width:32em) {
    .pie__info {
        float: right;
        width: 60%;
        padding-left: 1.5rem
    }
}

.pie__parts {
    list-style: none
}

.pie__value {
    line-height: 1.25;
    border-left: .5rem solid #124071;
    padding-left: 1rem;
    margin: 0 0 1rem 0
}

@media (min-width:48em) {
    .pie__value {
        float: left;
        width: 50%
    }
}

.pie__value:nth-child(2) {
    border-color: #5b8f22
}

.pie__value:nth-child(3) {
    border-color: #e00034
}

.pie__value:nth-child(4) {
    border-color: #6ac9e9
}

.pie__value:nth-child(5) {
    border-color: #de4815
}

.ct-series-a .ct-slice-donut {
    stroke: #124071
}

.ct-series-b .ct-slice-donut {
    stroke: #5b8f22
}

.ct-series-c .ct-slice-donut {
    stroke: #e00034
}

.ct-series-d .ct-slice-donut {
    stroke: #6ac9e9
}

.ct-series-e .ct-slice-donut {
    stroke: #de4815
}

.pie__percent {
    color: #124071;
    font-size: 2rem
}

.pie__footnote {
    color: #838383
}

.postmeta {
    font-size: .875rem;
    margin-bottom: 2rem;
    color: #838383
}

.postmeta__address,
.postmeta__timestamp {
    margin-top: -1rem
}

.postmeta__image {
    margin-top: 2rem
}

.postnav__prev {
    float: left
}

.postnav__next {
    float: right
}

.postnav__next,
.postnav__prev {
    width: calc(50% - .5rem)
}

.postnav__next a,
.postnav__prev a {
    display: block
}

.grid__item.profile__aside {
    font-size: 1rem
}

@media (min-width:48em) {
    .grid__item.profile__aside {
        float: right
    }
}

.grid__item.profile__aside .content {
    font-size: 1rem
}

.grid__item.profile__aside .content h1,
.grid__item.profile__aside .content h2,
.grid__item.profile__aside .content h3,
.grid__item.profile__aside .content h4,
.grid__item.profile__aside .content h5,
.grid__item.profile__aside .content h6 {
    text-transform: uppercase;
    margin: 0
}

.profile__aside__image {
    margin-bottom: 1rem
}

@media (min-width:32em) {
    .profile__aside__image {
        float: left;
        width: calc(50% - .75rem)
    }
}

@media (min-width:48em) {
    .profile__aside__image {
        float: none;
        width: auto
    }
}

@media (min-width:32em) {
    .profile__aside__text {
        float: right;
        width: calc(50% - .75rem)
    }
}

@media (min-width:48em) {
    .profile__aside__text {
        float: none;
        width: auto
    }
}

.profile__aside__heading {
    text-transform: uppercase
}

.profile__name {
    margin-bottom: 1rem
}

.profile__title {
    margin-bottom: 1rem
}

.profile__name+.profile__title {
    margin-top: -1rem
}

.promo {
padding:1em 0;
}

.promo__image,
.promo__image img {
    margin: auto
}

.promo__detail {
    position: relative;
    background: #fff;
    padding: 1.5rem 2rem;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    border-radius: 3px;
    padding-bottom: 2.125rem;
}
.promo__detail:hover {
    box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}

.bg--gray-light .promo__detail {
    background: #fff
}

.promo__header {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.promo__title {
    font-weight: 700;
    color: #002F6C;
    font-size:22px;
    line-height: 1.2em;
}
.card-button:hover {
    box-shadow: 0 0 30px 0 rgba(0,0,0,.15)
}
.promo__date,
.promo__time {
    margin-top: .125rem;
    padding-top: .125rem;
    font-size: 16px;
}
.promo__date{
    color:#007DBA;
    padding-bottom: .4rem;
}
.promo__description {
    display:none;
}

.promo__button {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem
}

.search {
    border: .0625rem solid #dcdcdc;
    overflow: hidden
}

.search__input {
    width: calc(100% - 3rem);
    height: 3rem;
    padding: 0 1rem;
    float: left;
    border: 0;
    color: #838383
}

.search__button {
    width: 3rem;
    padding: .75rem;
    float: right;
    background: 0 0;
    fill: #838383
}

.share {
    list-style: none;
    border-bottom: .0625rem solid #838383;
    margin-bottom: 2rem
}

.share__item {
    float: left;
    margin: 0 .0625rem 0 0
}

.share__link {
    display: block;
    padding: 1rem;
    width: 3.5rem;
    height: 3.5rem;
    fill: #124071;
    background: #f6f6f6
}

.share__link:hover {
    background: #dcdcdc
}

.share__link .svgstore {
    height: 100%;
    padding: 0
}

.slideshow {
    color: #fff;
    margin-bottom: 2rem;
    padding-top: 2.9rem;
}

.slideshow+.action {
    margin-top: -2rem
}

.slideshow--feature {
    clear: both;
    margin-bottom: 1rem
}

.slideshow--feature .flickity-prev-next-button.previous {
    margin-left: .5rem
}

@media (min-width:48em) {
    .slideshow--feature .flickity-prev-next-button.previous {
        margin-left: 0
    }
    .slideshow {
        padding-top: 0;
    }
}

.slideshow--feature .flickity-prev-next-button.next {
    margin-right: .5rem
}

@media (min-width:48em) {
    .slideshow--feature .flickity-prev-next-button.next {
        margin-right: 0
    }
}

.slideshow--feature--tight {
    margin-bottom: .0625rem
}

@media (min-width:48em) {
    .slideshow--feature--tight {
        margin-bottom: 2rem
    }
}

.slideshow__slide {
    width: 100%
}

.slideshow__slide>img {
    width: 100%
}

.slideshow__title {
    position: absolute;
    width: 100%;
    padding: 0 3rem;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 1.75rem;
    text-align: center;
    font-weight: 400;
    line-height: 1.25;
    text-shadow: 0 0 .5rem rgba(33, 33, 33, .25)
}

@media (min-width:32em) {
    .slideshow__title {
        font-size: 3rem;
        padding: 0 4rem
    }
}

@media (min-width:48em) {
    .slideshow__title {
        font-size: 4rem
    }
}

@media (min-width:64em) {
    .slideshow__title {
        font-size: 5rem;
        padding: 0 6rem
    }
}

@media (min-width:80em) {
    .slideshow__title {
        font-size: 6rem
    }
}

@media (min-width:64em) {
    .header-overlay .canvas>.slideshow:first-child .flickity-prev-next-button,
    .header-overlay .canvas>.slideshow:first-child .slideshow__title {
        margin-top: 3rem
    }
}

.slideshow-alt {
    margin-bottom: 2rem;
    color: #fff;
    font-size: .875rem
}

@media (min-width:48em) {
    .slideshow-alt {
        font-size: 1rem
    }
}

.slideshow-alt .flickity-page-dots {
    position: relative;
    bottom: auto;
    background: #23568d;
    padding: .75rem 0
}

.slideshow-alt .flickity-page-dots .dot {
    width: .75rem;
    height: .75rem;
    margin: 0 .25rem;
    background: #fff;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease
}

.slideshow-alt .flickity-page-dots .dot:hover {
    opacity: .5
}

.slideshow-alt .flickity-prev-next-button {
    top: 10%
}

@media (min-width:32em) {
    .slideshow-alt .flickity-prev-next-button {
        top: 30%
    }
}

.slideshow-alt .flickity-prev-next-button.previous {
    left: 0
}

.slideshow-alt .flickity-prev-next-button.next {
    right: 0
}

.slideshow-alt__slide {
    width: 100%
}

.slideshow-alt__overlay {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    right: 1rem
}

@media (min-width:32em) {
    .slideshow-alt__overlay {
        right: auto;
        width: 80%
    }
}

@media (min-width:48em) {
    .slideshow-alt__overlay {
        width: 50%
    }
}

@media (min-width:64em) {
    .slideshow-alt__overlay {
        left: 2rem;
        bottom: 2rem
    }
}

.slideshow-alt__title {
    font-size: 1.5rem;
    line-height: 1.25;
    text-transform: none;
    color: #fff;
    margin-bottom: .25rem
}

@media (min-width:32em) {
    .slideshow-alt__title {
        margin-bottom: .5rem
    }
}

@media (min-width:48em) {
    .slideshow-alt__title {
        font-size: 2rem
    }
}

.slideshow-alt__button {
    width: 50%;
    padding: .5rem 1rem;
    margin-top: 1rem
}

@media (min-width:48em) {
    .slideshow-alt__button {
        width: 80%
    }
}

.splash {
    position: relative;
    margin-bottom: 1rem;
    overflow: hidden
}

.splash+.action {
    margin-top: -1rem
}

.splash__overlay {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 1rem;
    height: calc(100% - 2rem);
    border: .125rem solid #dcdcdc;
    padding: 2.5rem;
    color: #fff
}

@media (min-width:64em) {
    .splash__overlay {
        left: 2rem;
        right: 2rem;
        top: 4rem;
        height: calc(100% - 8rem)
    }
}

.splash__overlay::before {
    position: absolute;
    left: .5rem;
    right: .5rem;
    top: .5rem;
    bottom: .5rem;
    background: rgba(33, 33, 33, .25);
    content: ''
}

.splash__center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.splash__title {
    text-transform: uppercase;
    font-size: 1rem;
    text-shadow: .125rem .125rem .0625rem rgba(33, 33, 33, .25);
    font-weight: 400;
    margin-bottom: .5rem
}

@media (min-width:32em) {
    .splash__title {
        font-size: 2rem
    }
}

@media (min-width:48em) {
    .splash__title {
        font-size: 3rem
    }
}

@media (min-width:64em) {
    .splash__title {
        font-size: 4rem
    }
}

@media (min-width:80em) {
    .splash__title {
        font-size: 6rem
    }
}

.splash__button {
    font-size: .875rem;
    padding: .5rem 1rem
}

@media (min-width:48em) {
    .splash__button {
        font-size: 1.25rem
    }
}

.splash__button__icon {
    display: inline-block;
    width: 1rem;
    fill: #fff;
    vertical-align: text-bottom;
    margin-right: .5rem
}

@media (min-width:48em) {
    .splash__button__icon {
        width: 1.5rem
    }
}

.splash__video-container {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.splash__video {
    position: relative;
    padding-bottom: 56.25%
}

.splash__video>* {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: fade-in .5s;
    animation: fade-in .5s
}

.splash__video::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: ''
}

@media (min-width:64em) {
    .header-overlay .canvas>.splash:first-child .splash__overlay {
        top: 10rem;
        height: calc(100% - 14rem)
    }
}

.sticky {
    display: none;
    position: absolute;
    right: 0;
    font-size: .875rem
}

@media (min-width:80em) {
    .sticky {
        display: block
    }
}

.sticky__list {
    position: absolute;
    right: 0;
    list-style: none;
    width: 9rem;
    box-shadow: -.125rem .125rem .25rem rgba(33, 33, 33, .25);
    background: #fff;
    z-index: 1
}

.sticky--fixed .sticky__list {
    position: fixed;
    top: 3rem
}

.sticky__item {
    border-top: .0625rem solid #124071
}

.sticky__item:first-child {
    border-top: 0
}

.sticky__link {
    display: block;
    padding: .5rem;
    color: #124071
}

.sticky__link:hover {
    background: #dcdcdc
}

.sticky__icon {
    display: inline-block;
    width: 1.25rem;
    vertical-align: bottom;
    fill: #124071;
    margin-right: .25rem
}

.subnav-toggle {
    display: block;
    line-height: 1.25;
    text-transform: uppercase;
    background: #23568d;
    color: #fff;
    margin: 3rem 0 1rem -1rem;
    padding: 1rem;
    width: 18rem
}

@media (min-width:64em) {
    .subnav-toggle {
        display: none
    }
}

.subnav-toggle__icon {
    float: left;
    fill: #fff;
    width: .875rem;
    margin: .3125rem .5rem 0 0
}

.subnav {
    float: left;
    line-height: 1.25;
    margin: -.9375rem 0 0 -19rem;
    width: 18rem;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    z-index: 1;
    position: absolute;
    left: -999rem;
    top: -999rem
}

@media (min-width:64em) {
    .subnav {
        position: static;
        right: auto;
        margin: 3.625rem 0 0 -2rem
    }
}

.html--subnav-active .subnav {
    -webkit-transform: translateX(18rem);
    transform: translateX(18rem)
}

@media (min-width:64em) {
    .html--subnav-active .subnav {
        -webkit-transform: none;
        transform: none
    }
}

.subnav--active {
    position: static
}

.subnav__section {
    display: block;
    background: #ddc48e;
    padding: 1rem 1rem 1rem 2rem;
    color: #124071
}

.subnav__list {
    background: #f6f6f6;
    padding: 1rem 1rem 1rem 2rem;
    list-style: none;
    margin-bottom: 1rem
}

.subnav__list--show-all ul.sub-menu {
    position: static
}

.subnav__item,
.subnav__list li {
    position: relative
}

.subnav__link,
.subnav__list a {
    display: block;
    color: #124071;
    padding: .5rem 1rem
}

.subnav__link:hover,
.subnav__list a:hover {
    text-decoration: underline
}

.current_page_item>.subnav__link,
.subnav__item--current>.subnav__link,
.subnav__list .current_page_item>a,
.subnav__list .subnav__item--current>a {
    background: #dcdcdc
}

.subnav__list ul,
.subnav__sub {
    list-style: none;
    position: absolute;
    left: -999rem;
    top: -999rem;
    padding-left: 1rem
}

.subnav__item--active>.subnav__sub,
.subnav__list .subnav__item--active>ul {
    position: static
}

.subnav__button {
    margin-left: 1rem;
    margin-top: 2rem
}

@media (min-width:64em) {
    .subnav__button {
        margin-left: 2rem
    }
}

.subnav__button:first-child {
    margin-top: 1rem
}

@media (min-width:64em) {
    .subnav__button:first-child {
        margin-top: 0
    }
}

.subnav__toggle {
    position: absolute;
    right: 100%;
    top: 0;
    padding: .3125rem 0;
    width: 2rem;
    font-size: 1.25rem;
    text-align: center;
    cursor: pointer;
    color: #838383;
    -webkit-transition: color 250ms ease;
    transition: color 250ms ease
}

.subnav__toggle:hover {
    color: #212121
}

.subnav__toggle::before {
    content: '+'
}

.subnav__item--active>.subnav__toggle::before {
    content: '\2013'
}

.subnav .em-calendar-wrapper {
    margin: 2rem 0;
    padding-left: 1rem
}

@media (min-width:64em) {
    .subnav .em-calendar-wrapper {
        padding-left: 2rem
    }
}

.subnav .em-calendar-wrapper .em-calendar {
    width: 100%;
    border: .0625rem solid #124071
}

.subnav .em-calendar-wrapper .em-calendar td {
    padding: .5rem .25rem
}

.tabs {
    clear: both;
    margin: 4rem 0
}

.tabs+.footer {
    margin-top: -2rem
}

.tabs__nav {
    list-style: none;
    margin-bottom: -.125rem;
    display: none
}

@media (min-width:48em) {
    .tabs__nav {
        display: block
    }
}

.tabs__toggle {
    float: left;
    margin-right: .5rem
}

.tabs__link {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    border: .0625rem solid #838383;
    margin: .1875rem .0625rem 0 .0625rem;
    color: #124071;
    -webkit-transition: none;
    transition: none
}

.tabs__link:hover {
    text-decoration: underline
}

.tabs__item--active .tabs__link,
.tabs__toggle--active .tabs__link {
    border-width: .25rem .125rem .125rem .125rem;
    margin: 0;
    color: #212121;
    background: #f6f6f6
}

.tabs__item--active .tabs__link::before,
.tabs__toggle--active .tabs__link::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: .125rem;
    background: #f6f6f6;
    content: ''
}

.tabs__container .tabs__link {
    margin: 0;
    border-left: 0;
    border-right: 0
}

@media (min-width:48em) {
    .tabs__container .tabs__link {
        display: none
    }
}

.tabs__container {
    list-style: none;
    background: #f6f6f6
}

@media (min-width:48em) {
    .tabs__container {
        border-top: .125rem solid #838383
    }
}

.tabs__content {
    position: absolute;
    left: -999rem;
    top: -999rem;
    padding: 1rem 0
}

@media (min-width:48em) {
    .tabs__content {
        padding: 2rem 0
    }
}

.tabs__item--active .tabs__content {
    position: static
}

.tabs__content:first-child {
    margin-top: 0
}

.toggle {
    position: relative;
    margin-bottom: 2rem
}

.toggle+.toggle {
    margin-top: -1.9375rem
}

.toggle__button {
    position: relative;
    display: block;
    background: #f6f6f6;
    color: #124071;
    padding: 1rem 1rem 1rem 3rem;
    text-transform: uppercase
}

.toggle__button::before {
    position: absolute;
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
    content: '+'
}

.toggle--active .toggle__button::before {
    content: '\2013'
}

.toggle__content {
    position: absolute;
    left: -999rem;
    top: -999rem;
    padding: 2rem 1rem;
    width: 100%
}

.toggle--active .toggle__content {
    position: static
}

.toggle__content .content>:first-child,
.toggle__content>:first-child {
    margin-top: 0
}

.toggle__content .content>:last-child,
.toggle__content>:last-child {
    margin-bottom: 0
}

.util {
    position: fixed;
    left: 100%;
    top: 0;
    /*bottom: 0;*/
    width: 18rem;
    background: #124071;
    color: #fff;
    line-height: 1.25;
    overflow: auto;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    z-index: 3
}

.html--util-active .util {
    -webkit-transform: translateX(-18rem);
    transform: translateX(-18rem)
}

.util__list {
    list-style: none
}

/*.util__item:last-child,
.util__list>li:last-child {
    padding-bottom: .5rem;
    border-bottom: .25rem solid #23568d
}*/

.util__search {
    background: #838383
}

.util__close {
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    padding: .75rem;
    fill: #fff
}

.util__search__input {
    border: 0;
    background: 0 0;
    padding: .875rem 3.25rem;
    width: 100%;
    height: 3rem
}

.util__search__input::-webkit-input-placeholder {
    color: #fff
}

.util__search__input::-moz-placeholder {
    color: #fff
}

.util__search__input:-ms-input-placeholder {
    color: #fff
}

.util__search__input::placeholder {
    color: #fff
}

.util__search__button {
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    background: 0 0;
    border: 0;
    padding: .75rem;
    fill: #fff
}

.util__heading {
    display: block;
    padding: 1rem;
    background: #23568d;
    margin-bottom: .5rem
}

.util__heading__icon {
    float: left;
    width: 1.5rem;
    fill: #fff;
    margin: .125rem .5rem 0 0
}

.util__link,
.util__list>li>a {
    display: block;
    padding: 1rem;
    position: relative
}

.util__link::after,
.util__list>li>a::after {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '+'
}

.util__item--active .util__link::after,
.util__item--active .util__list>li>a::after {
    content: '\2013'
}

.util__link:hover,
.util__list>li>a:hover {
    text-decoration: underline
}

.util__list .util__item--active>a::after {
    content: '\2013'
}

.util__list>li ul,
.util__sub {
    list-style: none;
    background: #012f60;
    padding: 0 1rem;
    position: absolute;
    left: -999rem;
    top: -999rem
}

.util__item--active .util__list>li ul,
.util__item--active .util__sub,
.util__list>li .util__item--active ul {
    position: static
}

.util__list .util__item--active>ul {
    position: static
}

.util__list>li ul a,
.util__sub__link {
    display: block;
    padding: .75rem 1rem
}

.util__list>li ul a:hover,
.util__sub__link:hover {
    text-decoration: underline
}

.vs {
    position: relative;
    color: #fff;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1
}

.content+.vs {
    margin-top: 1rem
}

.vs__left,
.vs__right {
    padding: 1rem
}

.vs__left {
    background: #012f60;
    border-bottom: .0625rem solid #fff
}

@media (min-width:32em) {
    .vs__left {
        float: left;
        width: 50%;
        border-bottom: 0;
        border-right: .0625rem solid #fff
    }
}

.vs__right {
    background: #23568d
}

@media (min-width:32em) {
    .vs__right {
        float: right;
        width: 50%
    }
}

.vs__text {
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vs__label {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: .75rem;
    background: #fff;
    color: #124071;
    border-radius: 50%;
    padding: .5rem;
    font-weight: 700
}

/*NATIV3 CODE ADDED 1/22/19*/
.footer_middle {
    text-align: center;
}
.copyright-text {
    text-align: center;
    padding: 1em 0 0 0;
}
.social_div {
    padding-top: 2em; 
}
.mobile-column {
    padding: .5em;
    text-align: center;
}
#tcb_landing_page {
    overflow-y: hidden !important;
}