﻿@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/* ========== GLOBAL STYLES ========== */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    color: #333;
    background-color: #fff;
}

body,
html {
    height: 100%;
}
html body {
    -webkit-tab-size: 4;
    -moz-tab-size: 4;
    -ms-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font: 14px/1.6 "Open Sans", sans-serif;
    /*font-size: 100%;*/
    font-family: "Open Sans", sans-serif;
    line-height: 1.6;
}
body div,
body li,
body p {
    font-size: 1em;
    font-family: "Open Sans", sans-serif;
}

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;
    color: #0082c8;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

article a {
    text-decoration: none;
}

article a:focus,
article a:hover {
    text-decoration: underline;
}

article ul li {
    list-style: none;
}

article ul li:before {
    content: '\2022';
    display: block;
    position: relative;
    top: -.35em;
    left: -.75em;
    max-width: 0;
    max-height: 0;
    font-size: 1.85em;
    color: #b3b3b3;
}

b,
strong {
    font-weight: 700;
}

button {
    overflow: visible;
    background: #FFFFFF;
    color: #0082c8;
    text-transform: uppercase;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 2.2rem;
}

button:focus,
button:hover {
    color: #0082c8;
    background-color: #C1D33B;
    border: none;
}

button,
select {
    text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

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 {
    padding: 0;
    border: 0
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


code,
kbd,
pre,
samp,
tt {
    font-family: monospace, monospace;
    font-size: 1em;
    font-size: .9em;
}

dfn {
    font-style: italic;
}

dl,
ol,
p,
table,
ul {
    margin-bottom: 19px;
    margin-bottom: 1.33333rem;
    margin-top: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

figure {
    margin: 1em 40px;
}

h1, div.logo {
    font-family: "Futura W02 Book", "Open Sans", sans-serif;
    /*font-size: 2em;*/
    font-size: 1.7em;
    font-weight: 400;
    /*margin-bottom: 7px;*/
    margin-bottom: .5rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    color: #0082c8;
}

h1,
h2,
h3,
h4,
h5,
h6,
div.logo
{
    line-height: 1.2;
}
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 11px;
    margin-bottom: .8rem;
    margin-top: 0;
}

h2 {
    font-size: 1em;
    color: #333;
}

h3 {
    padding-bottom: .25em;
    font-size: 1em;
    /*color: #737373;*/
    color: #666666;
}

h4 {
    text-transform: uppercase;
    font-size: .8em;
}

h5 {
    font-size: .8em;
}

h6 {
    font-size: .8em;
    color: #737373;
}

hr {
    box-sizing: content-box;
    /*height: 0;*/
    height: 1px;
    border: 0;
    background-color: #8c8c8c;
}

iframe,
img {
    max-width: 100%;
}

img {
    border: 0;
    border-width: 0;
    width:100%;
    height:auto;
}

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;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    padding: 0;
}

main {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 28px;
    margin-bottom: 2rem;
}

main:after,
main:before {
    content: '';
    display: table;
    line-height: 0;
    clear: both;
}

mark {
    background: #ff0;
    color: #000;
}

ol,
ul {
    margin-left: 1em;
    padding-left: 1em;
}

optgroup {
    font-weight: 700;
}

pre {
    overflow: auto;
}

small {
    font-size: 80%;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

textarea {
    overflow: auto;
}

.footnote {
    font-size: 10px;
    max-width:60rem;
    margin-left:auto;
    margin-right:auto; 
}
.footnote sup {
    margin-right: 3px;
}


/* Slick Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}
/* ####################  MFP? #################  */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}



.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.email-for-detail a:before,
.header-form-field .js-lang-activator:before,
.header-form-field .js-search-activator:before,
.news-events time:first-of-type:before,
.offcanvas-trigger:before,
.social-links .facebook a:before,
.social-links .flickr a:before,
.social-links .google-plus a:before,
.social-links .instagram a:before,
.social-links .linkedin a:before,
.social-links .pinterest a:before,
.social-links .twitter a:before,
.social-links .youtube a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}




.content-with-sidebar,
.wrapper {
    padding: 0 28px;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 960px
}

.page-wrapper > .full-width-wrapper > .header-wrapper {
    position: relative;
    z-index: 15
}



.site-nav {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    z-index: 10
}

.content-with-sidebar:after,
.content-with-sidebar:before {
    content: '';
    display: table;
    line-height: 0;
    clear: both
}

.content-with-sidebar h1 {
    font-size: 2.14em
}

@media (min-width:800px) {
    .content-with-sidebar {
        margin-top: 0;
        margin-top: 0
    }

    .content-with-sidebar .main-content {
        width: 74.449%;
        width: calc(70% - .5rem - .1px);
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 2.2%;
        margin-right: calc(2rem)
    }

    .content-with-sidebar .main-content:last-child {
        float: left;
        margin-right: 0
    }

    .content-with-sidebar .main-content:first-child:last-child {
        float: left
    }

    .content-with-sidebar .sidebar {
        width: 23.349%;
        width: calc(25% - 1.5rem - .1px);
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 2.2%;
        margin-right: calc(2rem)
    }

    .content-with-sidebar .sidebar:last-child {
        float: right;
        margin-right: 0
    }

    .content-with-sidebar .sidebar:first-child:last-child {
        float: left
    }
}

.content-without-sidebar,
.wide-banner .content-with-sidebar {
    margin-top: 28px;
    margin-top: 2rem
}

.content-without-sidebar h1 {
    font-size: 2.14em
}

.reveal-callouts {
    margin: 28px 0;
    margin: 2rem 0
}

.intro-content {
    padding: 28px 0;
    padding: 2rem 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #bfbfbf
}

.intro-content .action {
    margin-bottom: 0
}

.intro-and-news .news-events {
    margin-top: 28px;
    margin-top: 2rem
}

@media (min-width:640px) {
    .intro-and-news {
        padding-top: 28px;
        padding-top: 2rem;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-top: 1px solid #bfbfbf
    }

    .intro-and-news:after,
    .intro-and-news:before {
        content: '';
        display: table;
        line-height: 0;
        clear: both
    }

    .intro-and-news .intro-content,
    .intro-and-news .news-events {
        width: 48.899%;
        width: calc(50% - 1rem - .1px);
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0
    }

    .intro-and-news .intro-content:last-child,
    .intro-and-news .news-events:last-child {
        float: right;
        margin-right: 0
    }

    .intro-and-news .intro-content:first-child:last-child,
    .intro-and-news .news-events:first-child:last-child {
        float: left
    }

    .intro-and-news .intro-content {
        padding: 0;
        border-width: 0
    }
}

@media (min-width:800px) {
    .intro-and-news .intro-content {
        width: 65.93233%;
        width: calc(66.66667% - .66667rem - .1px)
    }

    .intro-and-news .news-events {
        width: 31.86567%;
        width: calc(33.33333% - 1.33333rem - .1px)
    }
}

body.js-no-menu {
    height: auto
}

.offcanvas-wrapper,
body.js-no-menu {
    display: -webkit-flex;
    display: flex
}

.offcanvas-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.page-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: relative;
    max-width: 100%;
    min-height: 100vh
}

.page-wrapper .content-with-sidebar,
.page-wrapper .content-without-sidebar,
.page-wrapper main {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: center;
    align-self: center;
    box-sizing: border-box;
    width: 100%
}

@media (min-width:960px) {
    .page-wrapper .content-with-sidebar,
    .page-wrapper .content-without-sidebar {
        box-sizing: content-box;
        width: calc(100% - 4rem)
    }
}

.page-wrapper > .wrapper {
    width: calc(100% - 4rem)
}

@media (min-width:960px) {
    .confined-page .page-wrapper {
        margin: 0 auto;
        max-width: 1050px
    }

    .confined-page.js-no-menu .page-wrapper {
        flex: 0 0 1050px;
        max-width: 100%
    }
}

@media (min-width:1050px) {
    .confined-page .offcanvas-wrapper {
        position: relative;
        margin: 0 auto;
        width: 1050px
    }
}

.carousel + main .intro-and-news {
    border-top: 0
}



.social-share-links {
    padding-top: 28px;
    padding-top: 2rem;
    clear: both
}

.left {
    margin-right: 28px;
    margin-right: 2rem;
    float: left
}

.right {
    margin-left: 28px;
    margin-left: 2rem;
    float: right
}

.confined-page {
    background-color: #eef3fa
}

.confined-page .page-wrapper {
    background-color: #fff
}

.section-block {
    margin-bottom: 28px;
    margin-bottom: 2rem;
    padding-bottom: 28px;
    padding-bottom: 2rem;
    border-bottom: 1px solid #bfbfbf
}

.section-block:last-of-type {
    padding-bottom: 0;
    border-bottom: 0
}

.email-for-detail {
    margin: .5em 0 1em
}

.email-for-detail a {
    text-decoration: none
}

.email-for-detail a:before {
    content: "";
    margin-right: .25em;
    font-family: icomoon;
    font-size: 1em;
    display: inline-block
}

.email-for-detail a:focus,
.email-for-detail a:hover {
    text-decoration: underline
}

@media (min-width:640px) {
    .email-for-detail {
        margin: .5em 0;
        text-align: right
    }
}

.faqQuestion {
    text-decoration: underline;
    color: #0082c8;
    cursor: pointer
}

.faqAnswer {
    margin: 14px 0 28px;
    margin: 1rem 0 2rem;
    padding: 28px;
    padding: 2rem;
    background-color: #eee
}

.faqAnswer:last-child {
    margin-bottom: 0
}


.basic-form input:not([type=radio]):not([type=checkbox]):not([type=submit]),
.basic-form select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20em;
    height: 2.2em;
    line-height: 2.2em
}

.basic-form input:not([type=radio]):not([type=checkbox]):not([type=submit])[disabled],
.basic-form select[disabled] {
    border-color: #f2f2f2;
    cursor: not-allowed;
    color: #8c8c8c
}

.basic-form input:not([type=radio]):not([type=checkbox]):not([type=submit]) {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #b3b3b3;
    background-color: transparent
}

.basic-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):focus {
    border-color: #0082c8;
    outline: 0
}

.basic-form select,
.basic-form textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20em;
    border: 1px solid #b3b3b3
}

.basic-form select:focus,
.basic-form textarea:focus {
    border-color: #0082c8;
    outline: 0
}

.basic-form select {
    border-width: 0 0 1px
}

.basic-form td {
    padding-right: 1em;
    padding-bottom: .5em
}

.basic-form td:last-child {
    padding-right: 0
}

.basic-form td p {
    margin-bottom: 0
}

.basic-form.inline-fields label {
    display: inline-block;
    margin-right: 1em;
    min-width: 6em;
    text-align: right
}

.basic-form.inline-fields button {
    margin-left: 7em
}

.basic-form.inline-fields.comfy label {
    min-width: 12em
}

.basic-form.inline-fields.comfy button {
    margin-left: 13em
}

.form-field {
    margin: 1em 0
}

/* Buttons */
.button,
[type=submit],
button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 1em;
    height: 2.2em;
    line-height: 2.2em;
    white-space: nowrap;
    border: 0;
    text-decoration: none;
    color: #fff;
    background: #0082c8
}

.button:focus,
.button:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    text-decoration: none;
    background: #006195
}

.button.primary,
[type=submit].primary,
button.primary {
        height: 2.55em;
        line-height: 2.55em
    }

.button.disabled,
.button[disabled],
[type=submit].disabled,
[type=submit][disabled],
button.disabled,
button[disabled] {
    cursor: not-allowed;
    background: #5e879d
}

.button.disabled:focus,
.button.disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover,
[type=submit].disabled:focus,
[type=submit].disabled:hover,
[type=submit][disabled]:focus,
[type=submit][disabled]:hover,
button.disabled:focus,
button.disabled:hover,
button[disabled]:focus,
button[disabled]:hover {
    background: #5e879d
}

.basic-form,
.inline-form {
    margin-bottom: 2rem
}

fieldset .basic-form:last-child,
fieldset .inline-form:last-child {
    margin-bottom: 0
}

.inline-form + hr {
    margin-bottom: 2rem
}

.form-field {
    margin-bottom: 1rem
}

.form-field:last-child {
    margin-bottom: 0
}

@media (min-width:640px) {
    .inline-form {
        display: table
    }

    .inline-form .form-field {
        display: table-row
    }

    .inline-form .form-field > * {
        display: table-cell;
        margin-bottom: 1rem;
        padding-right: 1rem;
        vertical-align: top
    }

    .inline-form .form-field > div:last-child,
    .inline-form .form-field > span:last-child {
        padding-right: 0
    }

    .inline-form .form-field:last-child > * {
        margin-bottom: 0
    }

    .inline-form .form-field > select,
    .inline-form .form-field > select:last-child {
        padding-right: 1.5rem
    }

    .inline-form .form-field > .attached-field {
        display: -webkit-flex;
        display: flex;
        display: -ms-flexbox
    }

    .inline-form .form-field.multiple-fields > :last-child {
        padding-right: 1rem
    }

    .inline-form .form-field.multiple-fields > select:last-child {
        padding-right: 1.5rem
    }

    .inline-form label {
    padding-top: .3rem
    }

    .inline-form [type=color],
    .inline-form [type=date],
    .inline-form [type=datetime-local],
    .inline-form [type=datetime],
    .inline-form [type=email],
    .inline-form [type=month],
    .inline-form [type=number],
    .inline-form [type=password],
    .inline-form [type=search],
    .inline-form [type=tel],
    .inline-form [type=text],
    .inline-form [type=time],
    .inline-form [type=url],
    .inline-form [type=week],
    .inline-form textarea {
        width: auto
    }

    .inline-form [type=color]:last-child,
    .inline-form [type=date]:last-child,
    .inline-form [type=datetime-local]:last-child,
    .inline-form [type=datetime]:last-child,
    .inline-form [type=email]:last-child,
    .inline-form [type=month]:last-child,
    .inline-form [type=number]:last-child,
    .inline-form [type=password]:last-child,
    .inline-form [type=search]:last-child,
    .inline-form [type=tel]:last-child,
    .inline-form [type=text]:last-child,
    .inline-form [type=time]:last-child,
    .inline-form [type=url]:last-child,
    .inline-form [type=week]:last-child,
    .inline-form textarea:last-child {
        padding-right: .5rem
    }
}

.multiple-fields > * {
    margin-bottom: 1rem
}

.multiple-fields > :last-child {
    margin-bottom: 0
}

@media (min-width:640px) {
    .inline-label {
        white-space: nowrap
    }

    .inline-label > * {
        display: inline-block;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        vertical-align: initial;
        width: auto
    }

    .inline-label > label {
        margin-right: .5rem
    }
}

.attached-field > * {
    display: table-cell;
    width: auto;
    vertical-align: middle
}

.attached-field > :not(:last-child) {
    border-right-width: 0
}

.attached-field [type=color]:focus,
.attached-field [type=date]:focus,
.attached-field [type=datetime-local]:focus,
.attached-field [type=datetime]:focus,
.attached-field [type=email]:focus,
.attached-field [type=month]:focus,
.attached-field [type=number]:focus,
.attached-field [type=password]:focus,
.attached-field [type=search]:focus,
.attached-field [type=tel]:focus,
.attached-field [type=text]:focus,
.attached-field [type=time]:focus,
.attached-field [type=url]:focus,
.attached-field [type=week]:focus,
.attached-field select:focus,
.attached-field textarea:focus {
    -moz-box-shadow: inset 0 0 .5rem rgba(51, 51, 51, .25);
    -webkit-box-shadow: inset 0 0 .5rem rgba(51, 51, 51, .25);
    box-shadow: inset 0 0 .5rem rgba(51, 51, 51, .25);
    outline: 0
}

.attached-field {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox
}

.field-description {
    margin-bottom: .5em
}

@media (min-width:640px) {
    .inline-form .field-description {
        margin-bottom: 0
    }
}

.help-text {
    margin-top: .5em;
    font-size: .8em;
    font-style: italic
}

.error-summary,
.message-error,
.message-success,
.message-warning {
    padding: .5em 1em;
    color: #fff
}

.error-summary,
.message-error {
    background-color: red
}

.message-success {
    background-color: #8dc640
}

.message-warning {
    background-color: #f93
}

.basic-table {
    border-collapse: collapse
}

.basic-table thead tr {
    border-bottom: 1px solid #d9d9d9
}

.basic-table thead th {
    text-align: left
}

.basic-table td,
.basic-table th {
    padding: 7px 14px;
    padding: .5rem 1rem
}

.basic-table td {
    border-right: 1px solid #d9d9d9
}

.basic-table td:last-child {
    border-right-width: 0
}


/* Navigation & Menus */
.secondary-nav h2,
.site-nav h2,
.user-nav h2 {
    display: none
}

.secondary-nav ul,
.site-nav ul,
.user-nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.secondary-nav a,
.site-nav .top-level-item > a,
.user-nav a {
    display: block;
    margin-bottom: 1px;
    padding: 1em .5em;
    text-decoration: none;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.2
}

.site-nav .top-level-item > a {
    text-transform: uppercase;
    color: #fff;
    background-color: #0082c8
}

@media (min-width:800px) {
    .site-nav > ul {
        display: table;
        position: relative;
        table-layout: fixed;
        width: 100%
    }

    .site-nav .top-level-item {
        display: table-cell;
        width: 2%
    }

    .site-nav .top-level-item > a {
        margin-right: 1px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
        font-size: 1em
    }

    .site-nav .top-level-item:last-child > a {
        margin-right: 0
    }

    .site-nav .top-level-item.js-menu-expander-expanded > a {
        margin-bottom: 0;
        border-bottom: 1px solid #eee;
        color: #f90;
        background-color: #eee
    }

    .site-nav .top-level-item.js-menu-expander-expanded .submenu {
        padding: 28px;
        padding: 2rem;
        max-height: 999px;
        border-bottom-width: 2px;
        opacity: 1
    }

    .site-nav .submenu {
        padding: 0 28px;
        padding: 0 2rem;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: all .25s ease-out .2s;
        -o-transition: all .25s ease-out .2s;
        -webkit-transition: all .25s ease-out;
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
        transition: all .25s ease-out .2s;
        position: absolute;
        left: 0;
        width: 100%;
        border-bottom: 0 solid #f90;
        background-color: #eee
    }

    .site-nav .submenu:after,
    .site-nav .submenu:before {
        content: '';
        display: table;
        line-height: 0;
        clear: both
    }

    .site-nav .submenu > :nth-child(1n) {
        width: 23.349%;
        width: calc(25% - 1.5rem - .1px);
        clear: none;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-right: 2.2%;
        margin-right: calc(2rem);
        margin-bottom: 2.2%;
        margin-bottom: calc(2rem)
    }

    .site-nav .submenu > :nth-child(4n-3) {
        clear: both
    }

    .site-nav .submenu > :nth-child(4n) {
        float: right;
        margin-right: 0
    }

    .site-nav .submenu > :nth-last-child(-n+4) {
        margin-bottom: 0
    }

    .site-nav .submenu > li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 1em;
        border-left: 1px solid #bfbfbf
    }

    .site-nav .submenu > li:nth-child(4n+1) {
        padding-left: 0;
        border-left-width: 0
    }

    .site-nav .submenu a {
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 700;
        color: #0082c8
    }

    .site-nav .submenu a:hover {
        text-decoration: underline
    }

    .site-nav .tertiary-menu > li {
        margin-left: 13px;
        padding: .2em 0;
        line-height: 1.4
    }

    .site-nav .tertiary-menu a {
        text-transform: none;
        font-weight: 400;
        color: #000
    }

    .site-nav .tertiary-menu a:before {
        margin-right: 5px;
        margin-right: .35714rem;
        content: '';
        display: inline-block;
        margin-left: -13px;
        width: 8px;
        height: 8px;
        vertical-align: middle
    }

    .site-nav .quaternary-menu a {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        margin-left: .5em;
        font-size: .9em;
        color: #333
    }
}

@media (min-width:960px) {
    .site-nav .submenu {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .site-nav .submenu:after,
    .site-nav .submenu:before {
        content: '';
        display: table;
        line-height: 0;
        clear: both
    }

    .site-nav .submenu > :nth-child(1n) {
        width: 18.239%;
        width: calc(20% - 1.6rem - .1px);
        clear: none;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-right: 2.2%;
        margin-right: calc(2rem);
        margin-bottom: 2.2%;
        margin-bottom: calc(2rem)
    }

    .site-nav .submenu > :nth-child(5n-4) {
        clear: both
    }

    .site-nav .submenu > :nth-child(5n) {
        float: right;
        margin-right: 0
    }

    .site-nav .submenu > :nth-last-child(-n+5) {
        margin-bottom: 0
    }

    .site-nav .submenu > li:nth-child(1n) {
        padding-left: 1em;
        border-left-width: 1px
    }

    .site-nav .submenu > li:nth-child(5n+1) {
        padding-left: 0;
        border-left-width: 0
    }
}

@media (min-width:1170px) {
    .site-nav {
        border-bottom: 1px solid #fff;
        background-color: #0082c8
    }

    .site-nav > ul {
        margin: 0 auto;
        max-width: 1170px;
        background-color: #fff
    }

    .site-nav .top-level-item:focus a,
    .site-nav .top-level-item:hover a {
        border-bottom-width: 0
    }

    .site-nav .top-level-item > a {
        margin-bottom: 0
    }

    .site-nav .top-level-item:last-of-type > a {
        margin-right: 0
    }
}

.site-nav .submenu {
    max-height: 0;
    overflow: hidden;
    opacity: 0
}

.site-nav .js-responsive-dom-placeholder {
    display: none
}

.site-nav-alt-1 > ul,
.site-nav-alt-2 > ul {
    background-color: #fff
}

.site-nav-alt-1 .top-level-item.js-menu-expander-expanded > a,
.site-nav-alt-2 .top-level-item.js-menu-expander-expanded > a {
    border-bottom-color: #fff
}

.site-nav-alt-1,
.site-nav-alt-1 .top-level-item > a {
    background-color: #99cc53
}

.site-nav-alt-1 .top-level-item.js-menu-expander-expanded > a {
    color: #99cc53;
    background-color: #fff
}

.site-nav-alt-2,
.site-nav-alt-2 .top-level-item > a {
    background-color: #86878b
}

.site-nav-alt-2 .top-level-item.js-menu-expander-expanded > a {
    color: #86878b;
    background-color: #fff
}

.site-nav-alt-3,
.site-nav-alt-3 .top-level-item > a {
    background-color: #639aa5
}

.site-nav-alt-3 .top-level-item.js-menu-expander-expanded > a {
    color: #446278;
    background-color: #639aa5
}

@media (min-width:800px) {
    .site-nav-single-submenu .top-level-item {
        position: relative
    }

    .site-nav-single-submenu .submenu {
        -moz-transition: none 1s;
        -o-transition: none 1s;
        -webkit-transition: none 1s;
        transition: none 1s
    }

    .site-nav-single-submenu .submenu > :nth-child(1n) {
        float: none;
        margin-bottom: 0;
        margin-right: 0;
        width: auto
    }

    .site-nav-single-submenu .submenu > li:nth-child(1n) {
        padding-left: 0;
        border-left-width: 0
    }

    .site-nav-single-submenu .submenu a {
        box-sizing: border-box;
        display: inline-block;
        padding: 1em;
        width: 100%;
        border-top: 1px solid #fff;
        text-align: center;
        text-transform: none;
        color: #666
    }

    .site-nav-single-submenu .submenu a:hover {
        text-decoration: none;
        background-color: #fff
    }

    .site-nav-single-submenu .top-level-item.js-menu-expander-expanded .submenu {
        padding: 0;
        border-bottom-width: 0;
        background-color: #ddd
    }

    .site-nav-single-submenu .tertiary-menu {
        display: none
    }
}

.secondary-nav a,
.user-nav a {
    color: #fff;
    background-color: #737373
}

@media (min-width:800px) {
    .secondary-nav,
    .user-nav {
        margin: 14px auto;
        margin: 1rem auto;
        padding: 0 28px;
        padding: 0 2rem;
        max-width: 960px
    }

    .secondary-nav li,
    .user-nav li {
        display: inline
    }

    .secondary-nav li:before,
    .user-nav li:before {
        content: '| '
    }

    .secondary-nav li:first-child:before,
    .user-nav li:first-child:before {
        display: none
    }

    .secondary-nav a,
    .user-nav a {
        display: inline;
        padding: 0;
        font-size: 1em;
        color: #0082c8;
        background: 0 0
    }

    .secondary-nav a:active,
    .secondary-nav a:hover,
    .user-nav a:active,
    .user-nav a:hover {
        text-decoration: underline
    }
}

.js-secondary-nav {
    float: right
}

.js-secondary-nav .secondary-nav {
    margin: 0;
    padding: 0
}

.js-top-menu {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle
}

.js-top-menu li {
    display: inline-block
}

.js-top-menu li:before {
    content: ' | ';
    display: inline-block;
    margin-left: .25em
}

.js-top-menu li:first-child:before {
    display: none
}

.js-top-menu a {
    text-decoration: none;
    font-weight: 400
}

.js-top-menu a:focus,
.js-top-menu a:hover {
    text-decoration: underline
}

.js-top-menu .user-nav {
    display: inline;
    margin: 0;
    padding: 0;
    max-width: none
}

.js-top-menu .logged-out ul {
    display: inline
}

.js-top-menu .logged-in {
    position: relative
}

.js-top-menu .logged-in h2 {
    display: inline;
    padding-bottom: 1em;
    font-weight: 400;
    color: #0082c8;
    cursor: pointer
}

.js-top-menu .logged-in h2 a {
    color: #0082c8
}

.js-top-menu .logged-in ul {
    display: none;
    position: absolute;
    top: 2.25em;
    right: 0;
    padding: 1em 1.5em;
    text-align: left;
    color: #fff;
    background-color: #006195
}

.js-top-menu .logged-in ul:before {
    content: '';
    position: absolute;
    top: -10px;
    right: 5px;
    display: block;
    width: 22px;
    height: 10px;
    background: url(/Content/images/sprites/icons-s4cb77e47a1.png) 0 -96px
}

.js-top-menu .logged-in li {
    display: block
}

.js-top-menu .logged-in li:after,
.js-top-menu .logged-in li:before {
    display: none
}

.js-top-menu .logged-in a {
    color: #fff
}

.js-top-menu li:hover .logged-in ul {
    display: block
}

.offcanvas-menu,
.offcanvas-wrapper {
    -moz-transition: left .25s ease-out;
    -o-transition: left .25s ease-out;
    -webkit-transition: left .25s ease-out;
    transition: left .25s ease-out
}

.offcanvas-menu {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    z-index: 25;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    border-right: 1px solid #bfbfbf;
    overflow: auto;
    background-color: #fff
}

.offcanvas-menu .secondary-nav ul,
.offcanvas-menu .site-nav ul,
.offcanvas-menu .user-nav ul {
    margin-top: .4em
}

.offcanvas-menu .secondary-nav ul:before,
.offcanvas-menu .user-nav ul:before {
    content: '';
    display: block;
    margin: 0 .75rem .4em;
    height: 1px;
    background-color: #bfbfbf
}

.offcanvas-menu .secondary-nav a,
.offcanvas-menu .top-level-item > a,
.offcanvas-menu .user-nav a {
    padding: .4em
}

.offcanvas-menu .secondary-nav a,
.offcanvas-menu .top-level-item a,
.offcanvas-menu .user-nav a {
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.offcanvas-menu .secondary-nav a:before,
.offcanvas-menu .top-level-item a:before,
.offcanvas-menu .user-nav a:before {
    margin-right: 5px;
    margin-right: .35714rem;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle
}

.offcanvas-menu .top-level-item a {
    color: #0082c8;
    background-color: #fff
}

.offcanvas-menu .secondary-nav a,
.offcanvas-menu .user-nav a {
    font-size: 1.14em;
    color: #0082c8;
    background-color: #fff;
}

.offcanvas-menu ul.submenu {
    margin: 0 11px;
    margin: 0 .75rem;
    max-height: none;
    opacity: 1;
    font-size: 1.2em;
    line-height: 2;
}

.offcanvas-menu ul.submenu ul {
    display: none
}

.offcanvas-menu ul.submenu a {
    display: block;
    text-decoration: none;
    color: #333;
}

.offcanvas-menu ul.submenu a:focus,
.offcanvas-menu ul.submenu a:hover {
    text-decoration: underline;
}

.offcanvas-menu .site-nav-alt-3,
.offcanvas-menu .site-nav-alt-3 .top-level-item.js-menu-expander-expanded > a {
    background-color: #fff;
}

.offcanvas-close {
    display: block;
    padding: 1em .75em;
    cursor: pointer;
    font-weight: 700;
    color: #0082c8;
    background-color: #eee;
}

.offcanvas-close:before {
    content: '\00d7';
    display: inline-block;
    margin-right: .25em;
    font-size: 1.29em;
}

.offcanvas-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media (max-width:799px) {
    .offcanvas-wrapper .secondary-nav,
    .offcanvas-wrapper .user-nav {
        display: none;
    }
}

.js-mfp-open .offcanvas-wrapper {
    position: relative;
}

.offcanvas-visible .offcanvas-menu {
    left: 0;
}

.offcanvas-visible .offcanvas-wrapper {
    left: 300px;
}

.offcanvas-trigger {
    margin-right: 7px;
    margin-right: .5rem;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #0082c8;
}

.offcanvas-trigger:before {
    content: "";
    font-family: icomoon;
    font-size: 16px;
}

.site-header-alt-display .offcanvas-trigger {
    color: #fff;
}

.site-header-custom-content + .js-offcanvas-trigger-placeholder .offcanvas-trigger {
    padding: 1rem;
}

.site-header-custom-content + .js-offcanvas-trigger-placeholder .offcanvas-trigger::after {
    content: 'Menu';
    display: inline-block;
    padding-left: 8px;
    font-size: 16px;
}

.js-menu-expander-parent > a:before,
.js-quaternary-expander-parent > a:before {
    background: url(/Content/images/sprites/icons-s4cb77e47a1.png) 0 -88px no-repeat;
}

.js-menu-expander-parent.js-menu-expander-expanded > a:before,
.js-menu-expander-parent.js-quaternary-expander-expanded > a:before,
.js-quaternary-expander-parent.js-menu-expander-expanded > a:before,
.js-quaternary-expander-parent.js-quaternary-expander-expanded > a:before {
    background-position: 0 -80px;
}


/* Site Header */
.site-header {
    padding: 14px 0;
    padding: 1rem 0
}

.site-header {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.site-header:after,
.site-header:before {
    content: '';
    display: table;
    line-height: 0;
    clear: both;
}

.site-header a {
    color: #0082c8;
}

.site-header h1 img,
.site-header div.logo img
{
    display: block;
}

.site-header.js-enabled h1,
.site-header.js-enabled div.logo
{
    margin-right: 28px;
    margin-right: 2rem;
    float: left;
    margin-bottom: 0;
}

.site-header.js-enabled .tools {
    margin-bottom: 7px;
    margin-bottom: .5rem;
    text-align: right;
}

.site-header.js-enabled .header-form-field:not(:first-child) {
    margin-left: .5em;
}

.site-header .site-header-ancillary,
.site-header .site-header-main {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem;
    font-size: 1.4em;
}

.site-header .site-header-ancillary h1,
.site-header .site-header-main h1 {
    float: none;
    font-size: 1.4em;
    font-weight: 700;
    color: #fff;
}

.site-header .site-header-ancillary h2,
.site-header .site-header-main h2 {
    color: #fff;
}

.site-header .site-header-ancillary a,
.site-header .site-header-main a {
    text-decoration: none;
}

.site-header .site-header-ancillary:last-child,
.site-header .site-header-main:last-child {
    margin-bottom: 0;
}

.site-header .site-header-ancillary .smaller,
.site-header .site-header-main .smaller {
    font-size: .6em;
}

.site-header .site-header-ancillary {
    font-size: 1.2em;
    background-color: #143a85;
}

@media (min-width:640px) {
    .site-header h1,
    .site-header div.logo {
        margin-right: 28px;
        margin-right: 2rem;
        float: left;
        margin-bottom: 0;
    }

    .site-header .tools {
        margin-bottom: 7px;
        margin-bottom: .5rem;
        text-align: right;
    }

    .site-header .header-form-field:not(:first-child) {
        margin-left: .5em;
    }
}

@media (min-width:800px) {
    .site-header h1,
    .site-header div.logo {
        padding-top: 11px;
        padding-top: .75rem;
    }

    .site-header .header-form-field:last-of-type {
        margin-right: 1em;
    }

    .site-header .site-header-main {
        float: left;
        width: 65%;
    }

    .site-header .site-header-ancillary {
        float: right;
        width: 35%;
    }
}

.confined-page .site-header-custom-content > .wrapper {
    padding: 0;
    max-width: none;
}

.site-header-custom-content {
    border-bottom: 1px solid #fff;
}

.site-header-custom-content .site-header {
    padding: 0;
}

@media (min-width:800px) {
    .site-header-custom-content .site-header {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
}

.page-wrapper > .site-header-alt-display,
.page-wrapper > .site-header-alt-display .fixed-header {
    color: #fff;
    background-color: #0082C8;
}

.page-wrapper > .site-header-alt-display .fixed-header .js-lang-activator,
.page-wrapper > .site-header-alt-display .fixed-header .js-search-activator,
.page-wrapper > .site-header-alt-display .fixed-header a,
.page-wrapper > .site-header-alt-display .js-lang-activator,
.page-wrapper > .site-header-alt-display .js-search-activator,
.page-wrapper > .site-header-alt-display a {
    color: #fff;
}

.site-header-alt-display {
    border-bottom: 1px solid #fff;
}

.site-header-alt-display.alt-dk-blue {
    background-color: #446278;
    min-height: 89px;
}

.site-header-alt-display.alt-dk-blue .fixed-header {
    background-color: #446278;
}

.site-header-alt-display.alt-dk-blue .fixed-header h1 > a > img {
    max-width: 245px;
    padding-top: 10px;
}

@media (max-width:640px) {
    .site-header-alt-display.alt-dk-blue {
        min-height: auto;
    }
}


/* Header Forms */
.header-form-field {
    display: inline;
}

.header-form-field:last-of-type {
    margin-bottom: 0;
}

.header-form-field label {
    display: none;
}

.header-form-field input:not([type=radio]):not([type=checkbox]),
.header-form-field select {
    font-size: 16px;
    font-size: 1.14rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .5em;
    height: 2.2em;
    max-width: 200px;
    border: 1px solid #0082c8;
    vertical-align: middle;
    color: #0082c8;
}

.header-form-field input:not([type=radio]):not([type=checkbox]):focus,
.header-form-field select:focus {
    outline: 0;
}

@media (min-width:640px) {
    .header-form-field input:not([type=radio]):not([type=checkbox]),
    .header-form-field select {
        max-width: none;
        font-size: 1em;
    }
}

.header-form-field select {
    padding-right: 0;
}

.header-form-field.js-form-field-expander button {
    display: none;
}

.header-form-field .js-lang-activator,
.header-form-field .js-search-activator {
    margin-right: 7px;
    margin-right: .5rem;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #0082c8;
}

.header-form-field .js-lang-activator:before,
.header-form-field .js-search-activator:before {
    line-height: 32px;
}

.header-form-field .js-search-activator {
    font-size: 0;
}

.header-form-field .js-search-activator:before {
    content: "";
    font-family: icomoon;
    font-size: 16px;
}

.header-form-field .js-lang-activator {
    font-size: 0;
}

.header-form-field .js-lang-activator:before {
    content: "";
    font-family: icomoon;
    font-size: 16px;
}

@media (min-width:640px) {
    .header-form-field {
        white-space: nowrap;
    }
}

.offcanvas-wrapper .tools {
    padding-top: 5px;
    white-space: nowrap;
}

.offcanvas-wrapper .header-form-field {
    margin-bottom: 0;
}

@media (min-width:800px) {
    .offcanvas-wrapper .tools {
        padding-top: 0;
    }

    .offcanvas-wrapper .header-form-field {
        margin-bottom: 7px;
        margin-bottom: .5rem;
    }
}

.fixed-header {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    z-index: 20;
    top: 0;
    background: #fff;
}

.fixed-header header {
    padding: 7px 0;
    padding: .5rem 0;
}

.fixed-header h1 > img {
    width: auto;
    height: auto;
}

.fixed-header-scrolled {
    opacity: .9;
    border-bottom: 1px solid #bfbfbf;
}

.fixed-header-scrolled:hover {
    opacity: 1;
}

.lt-ie9 .header-form-field input:not([type=radio]):not([type=checkbox]),
.lt-ie9 .header-form-field select {
    padding: .3em .5em;
    height: auto;
}

/* Site Footer */
.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-footer a {
    text-decoration: underline;
}

.site-footer a,
.site-footer a:hover {
    color: inherit;
}

.footer-sitemap {
    padding: 28px 0;
    padding: 2rem 0;
    text-align: center;
    background-color: #eee;
}

.footer-sitemap h2 {
    display: none;
}

.footer-sitemap h3 {
    border-bottom: 1px solid #bfbfbf;
    font-family: "Futura W02 Book", "Open Sans", sans-serif;
    font-size: 1.71em;
    font-weight: 400;
    color: #333;
}

.footer-sitemap a {
    color: #333;
}

.footer-sitemap .top-level-item ul {
    margin-bottom: 1em;
}

.footer-sitemap .top-level-item:last-child ul {
    margin-bottom: 0;
}

.footer-sitemap .top-level-item li {
    margin-top: .5em;
}

.footer-sitemap .top-level-item li:first-child {
    margin-top: 0;
}

@media (min-width:800px) {
    .footer-sitemap {
        text-align: left;
    }

    .footer-sitemap .wrapper > ul {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .footer-sitemap h3 {
        border-bottom-width: 0;
    }

    .footer-sitemap .top-level-item {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: table-cell;
        padding: 0 1em;
        width: 2%;
        border-left: 1px solid #bfbfbf;
    }

    .footer-sitemap .top-level-item:first-child {
        padding-left: 0;
        border-left-width: 0;
    }

    .footer-sitemap .top-level-item:last-child {
        padding-right: 0;
    }
}

.footer-info {
    padding: 28px;
    padding: 2rem;
    text-align: center;
    color: #fff;
    background-color: #0082c8;
}

.footer-info a {
    color: #fff;
}

.footer-info h3 {
    margin: 0;
    padding: 0;
    border-bottom-width: 0;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
}
.footer-info h2 img {
    max-width:111px;
}

.footer-info .social-links a,
.footer-info .social-links a:focus,
.footer-info .social-links a:hover {
    color: #fff;
}

@media (min-width:800px) {
    .footer-info {
        text-align: left;
    }
    .footer-info .wrapper {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }
    .footer-info .wrapper:after,
    .footer-info .wrapper:before {
        content: '';
        display: table;
        line-height: 0;
        clear: both;
    }
    .footer-info h2 {
        width: 48.899%;
        width: calc(50% - 1rem - .1px);
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 2.2%;
        margin-right: calc(2rem);
        margin-bottom: 0;
    }
    .footer-info h2:last-child {
        float: right;
        margin-right: 0;
    }

    .footer-info h2:first-child:last-child {
        float: left;
    }

    .footer-info .legal {
        width: 31.86567%;
        width: calc(33.33333% - 1.33333rem - .1px);
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 2.2%;
        margin-right: calc(2rem);
        margin-bottom: 0;
        text-align: right;
    }

    .footer-info .legal:last-child {
        float: right;
        margin-right: 0;
    }

    .footer-info .legal:first-child:last-child {
        float: left;
    }

    .footer-info .social-links {
        width: 14.83233%;
        width: calc(16.66667% - 1.66667rem - .1px);
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 2.2%;
        margin-right: calc(2rem);
    }

    .footer-info .social-links:last-child {
        float: right;
        margin-right: 0;
    }

    .footer-info .social-links:first-child:last-child {
        float: left;
    }

    .footer-info .social-links ul {
        margin-bottom: 0;
    }
}

.footer-info.alt-dk-blue {
    background-color: #446278
}

@media (min-width:800px) {
    .flexbox .footer-info .wrapper,
    .flexboxlegacy .footer-info .wrapper {
        display: -webkit-flex;
        display: flex;
        display: -ms-flexbox;
    }

    .flexbox .footer-info .legal,
    .flexbox .footer-info .social-links,
    .flexbox .footer-info h2,
    .flexboxlegacy .footer-info .legal,
    .flexboxlegacy .footer-info .social-links,
    .flexboxlegacy .footer-info h2 {
        width: auto;
    }

    .flexbox .footer-info h2,
    .flexboxlegacy .footer-info h2 {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -ms-flex: 1 0 auto;
        flex:1 0 auto;
    }
}


/* Content Areas */
article .hide-bullets li:before {
    display: none;
}

article .content-area {
    margin-bottom: 28px;
    margin-bottom: 2rem;
}

.intro-content .action {
    text-align: center;
}

@media (min-width:640px) {
    .intro-content .action {
        text-align: left;
    }
}

@media (min-width:960px) {
    .intro-content .info {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .intro-content .info:after,
    .intro-content .info:before {
        content: '';
        display: table;
        line-height: 0;
        clear: both;
    }

    .intro-content .intro,
    .intro-content .points {
        width: 48.899%;
        width: calc(50% - 1rem - .1px);
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 2.2%;
        margin-right: calc(2rem);
    }

    .intro-content .intro:last-child,
    .intro-content .points:last-child {
        float: right;
        margin-right: 0;
    }

    .intro-content .intro:first-child:last-child,
    .intro-content .points:first-child:last-child {
        float: left;
    }

    .intro-content .full-width {
        clear: both;
        padding: 1em 0;
    }
}

.content-area:not(:first-of-type) {
    padding-top: 28px;
    padding-top: 2rem;
    border-top: 1px solid #bfbfbf;
}

.content-footer {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 28px 0;
    padding: 2rem 0;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}

.content-footer:after,
.content-footer:before {
    content: '';
    display: table;
    line-height: 0;
    clear: both;
}

.content-footer:after {
    margin: 2rem 0 -2rem;
    content: '';
    display: block;
}

.content-footer > * {
    margin-bottom: 28px;
    margin-bottom: 2rem;
}

@media (min-width:640px) {
    .content-footer > * {
        width: 48.899%;
        width: calc(50% - 1rem - .1px);
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 2.2%;
        margin-right: calc(2rem);
    }

    .content-footer > :last-child {
        float: right;
        margin-right: 0;
    }

    .content-footer > :first-child:last-child {
        float: left;
    }
}

@media (min-width:800px) {
    .content-footer {
        padding-bottom: 0;
        border-bottom-width: 0;
    }

    .content-footer > * {
        margin-bottom: 0;
    }
}

.share-links {
    clear: both;
    padding-top: 1em;
}


/* Tabs */
.tabs div {
    clear: both;
    display: block;
    border-top: 1px solid #aaa;
    padding: 1em 0;
}

.tabs table.guides {
    border: 1px solid;
    font-size: 80%;
}

.tabs table.guides th {
    padding: 4px;
    border: 1px solid #ccc;
    background-color: #ddd;
}

.tabs table.guides td {
    padding: 4px;
    border: 1px solid #ccc;
    font-size: 1.2em;
}

.tabs table.guides tr:hover {
    background-color: #c4e1ff;
}

.tabs ul.tabNavigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tabs ul.tabNavigation li {
    list-style-type: none;
    float: left;
}

.tabs ul.tabNavigation li:before {
    content: none;
}

.tabs ul.tabNavigation li a {
    display: block;
    padding: .2em .7em;
    margin: .2em .7em 0 0;
    background-color: #ddd;
}

article .search-fields-wrapper,
article .search-results-wrapper {
    margin-bottom: 2rem;
}

.content-area > hr:nth-child(2) + p > img:first-child {
    float: left;
    margin: 0 30px 20px 0;
    width: 150px;
}

/* Sales Tools */
#salesTools {
    margin: 1em 0;
    text-align: center;
}

#salesTools li {
    margin-bottom: 1em;
}

#salesTools li::before {
    display: none;
}

#salesTools img {
    display: block;
    margin: 0 auto 1em;
}

@media (min-width:640px) {
    #salesTools {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-flex;
        display: flex;
    }

    #salesTools:after,
    #salesTools:before {
        content: '';
        display: table;
        line-height: 0;
        clear: both;
    }

    #salesTools > :nth-child(1n) {
        width: 31.86567%;
        width: calc(33.33333% - 1.33333rem - .1px);
        clear: none;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-right: 2.2%;
        margin-right: calc(2rem);
        margin-bottom: 2.2%;
        margin-bottom: calc(2rem);
    }

    #salesTools > :nth-child(3n-2) {
        clear: both;
    }

    #salesTools > :nth-child(3n) {
        float: right;
        margin-right: 0;
    }

    #salesTools > :nth-last-child(-n+3) {
        margin-bottom: 0;
    }

    #salesTools li {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    #salesTools a:first-child {
        display: -webkit-flex;
        display: flex;
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-align-items: center;
        align-items: center;
    }

    #salesTools a:last-child {
        flex-basis: 4em;
    }
}

/* Sidebar */
.sidebar:last-child:after {
    margin: 2rem 0 -2rem;
    content: '';
    display: block;
}

.sidebar .sidebar-module {
    margin: 16px 0;
    margin: 1rem 0;
}

@media (min-width:640px) {
    .sidebar {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sidebar:after,
    .sidebar:before {
        content: '';
        display: table;
        line-height: 0;
        clear: both;
    }

    .sidebar > :nth-child(1n) {
        width: 48.899%;
        width: calc(50% - 1rem - .1px);
        clear: none;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-right: 2.2%;
        margin-right: calc(2rem);
        /*margin-bottom: 2.2%;*/
        /*margin-bottom: calc(2rem);*/
    }

    .sidebar > :nth-child(2n-1) {
        clear: both;
    }

    .sidebar > :nth-child(2n) {
        float: right;
        margin-right: 0;
    }

    .sidebar > :nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}

@media (min-width:800px) {
    .sidebar {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sidebar:after,
    .sidebar:before {
        content: '';
        display: table;
        line-height: 0;
        clear: both;
    }

    .sidebar > :nth-child(1n) {
        width: 99.999%;
        width: calc(100% - 0 - .1px);
        clear: none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /*margin-bottom: 2.2%;*/
        /*margin-bottom: calc(2rem);*/
    }

    .sidebar > :nth-child(1n-0) {
        clear: both;
    }

    .sidebar > :nth-child(1n) {
        float: right;
        margin-right: 0;
    }

    .sidebar > :nth-last-child(-n+1) {
        margin-bottom: 0;
    }

    .sidebar:last-child:after {
        margin: 0;
    }

    .sidebar .sidebar-module {
        margin-top: 0;
    }

    .sidebar .sidebar-module:first-child {
        margin-top: 35px;
        margin-top: 2.5rem;
    }
}

@media (min-width:800px) {
    .wide-banner .sidebar .sidebar-module:first-child {
        margin-top: 0;
    }
}

.sidebar-module h2 {
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px solid #bfbfbf;
    text-align: left;
    font-family: "Futura W02 Book", "Open Sans", sans-serif;
    font-size: 1.43em;
    font-weight: 400;
    color: #0082c8;
}

.sidebar-module.image-callout ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    text-align: left;
}

.tab-headings {
    display: none;
}

@media (min-width:640px) {
    .tab-headings {
        display: block;
    }
}

.ui-tabs-nav {
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    width: 100.15%;
    list-style: none;
}

.ui-tabs-nav li {
    display: table-cell;
    padding-right: 1px;
    width: 2%;
    text-align: center;
}

.ui-tabs-nav li:last-child {
    padding-right: 0;
}

.ui-tabs-nav a {
    -moz-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
    position: relative;
    display: block;
    padding: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    font-weight: 700;
    color: #0082c8;
    background-color: #eee;
}

.ui-tabs-nav a:focus,
.ui-tabs-nav a:hover {
    text-decoration: none;
    outline: 0;
    background-color: #d9d9d9;
}

.ui-tabs-nav .ui-state-active a {
    color: #fff;
    background-color: #0082c8;
}

.ui-tabs-panel {
    padding: 28px;
    padding: 2rem;
    position: relative;
    border: 1px solid #0082c8;
    background-color: #fff;
}

.ui-tabs-panel:after {
    margin: 2rem 0 -2rem;
    content: '';
    display: block;
}

.ui-tabs-panel h1 {
    display: none;
}

/* Accordion UI */
.ui-accordion {
    border: 1px solid #0082c8;
}

.ui-accordion:last-child .ui-accordion-content,
.ui-accordion:last-child .ui-accordion-header {
    border-bottom: 0;
}

.tabs-ui .ui-accordion-header {
    margin: 0;
    padding: 1em;
    border-bottom: 1px solid #0082c8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4em;
    color: #0082c8;
    background-color: #f2f2f2;
    cursor: pointer;
}

.tabs-ui .ui-accordion-header:focus {
    outline: 0;
}

.tabs-ui .ui-accordion-header.ui-accordion-header-active {
    background-color: #d9d9d9;
}

.tabs-ui .ui-accordion-header.ui-accordion-header-active .ui-icon {
    background-position: 0 -80px;
}

.tabs-ui .ui-accordion-header .ui-icon {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    content: '';
    position: relative;
    top: -2px;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    background: url(/Content/images/sprites/icons-s4cb77e47a1.png) 0 -88px;
}

.ui-accordion-content {
    padding: 28px;
    padding: 2rem;
    position: relative;
    border-bottom: 1px solid #0082c8;
    background-color: #fff;
}

.ui-accordion-content:after {
    margin: 2rem 0 -2rem;
    content: '';
    display: block;
}


/* Cookie Banner */
.nag-banner {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-top: 61px;
    background-color: #0082c8;
    color: #fff;
    margin-bottom:-40px;
}

.nag-banner > div {
    padding: 1rem 2rem;
    margin: 0 auto;
    max-width: 960px;
}

.nag-banner h1,
.nag-banner h2,
.nag-banner h3 {
    color: #fff;
    padding: 0;
    margin-bottom: .5rem;
}

.nag-banner p {
    padding: 0;
    margin: 0;
    color: #fff;
}

@media (min-width:800px) {
    .nag-banner {
        margin-top: 0;
        margin-bottom:0;
    }
}

a#close-nag-banner {
    display: block;
    float: right;
    font-weight: 700;
    color: #fff;
    padding: 0 8px;
    font-size: 1.25em;
    text-decoration: none;
    border: 1px solid #fff;
    line-height: 1.25em;
}

a#close-nag-banner:hover {
    background-color: #fff;
    color: #0082c8;
}

.state-map-image {
    display: none;
}

@media (min-width:640px) {
    .state-map-pulldown {
        display: none;
    }

    .state-map-image {
        display: block;
    }
}

.nav-list {
    margin: 0 0 28px;
    margin: 0 0 2rem;
    padding: 28px 28px 28px 56px;
    padding: 2rem 2rem 2rem 4rem;
    background-color: #eee;
}

/* Related Products */
.related-product {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 28px;
    margin-bottom: 2rem;
}

.related-product:after,
.related-product:before {
    content: '';
    display: table;
    line-height: 0;
    clear: both;
}

.related-product > p strong {
    font-size: .9em;
}

.related-product img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.related-product .relatedtext > :last-child:after {
    margin: -28px 0 28px;
    margin: -2rem 0 2rem;
    content: '';
    display: block;
}

@media (min-width:640px) {
    .related-product img {
        margin: 0;
    }

    .related-product .relatedimage {
        margin-right: 28px;
        margin-right: 2rem;
        width: 31.86567%;
        width: calc(33.33333% - 1.33333rem - .1px);
        float: left;
    }

    .related-product .relatedtext {
        width: 65.93233%;
        width: calc(66.66667% - .66667rem - .1px);
        float: right;
    }
}

@media (min-width:800px) {
    .related-product .relatedimage {
        width: 18.239%;
        width: calc(20% - 1.6rem - .1px);
    }

    .related-product .relatedtext {
        width: 79.559%;
        width: calc(80% - .4rem - .1px);
    }
}

.sc-login li {
    padding: 1em 0;
    margin: 0;
    display: block;
}

.sc-login li label {
    display: inline-block;
    width: 7em;
}

/* News & Events */
.news-events h2 {
    font-family: "Futura W02 Book", "Open Sans", sans-serif;
    font-size: 1.71em;
    font-weight: 400;
    color: #0082c8;
}

.news-events ul {
    margin: 0 0 1em;
    padding: 0;
}

.news-events li {
    margin-bottom: 1em;
}

.news-events li:before {
    display: none;
}

.news-events p {
    margin: 0;
}

.news-events time {
    font-weight: 700;
}

.news-events time:first-of-type:before {
    content: "";
    margin-right: .25em;
    font-family: icomoon;
    font-size: 16px;
}

.news-events .more {
    font-weight: 700;
}

.news-events .action {
    margin-bottom: 0;
    text-align: center;
}

@media (min-width:640px) {
    .news-events {
        padding: 1em;
        background-color: #eee;
    }

    .news-events .action {
        text-align: left;
    }
}

/* Search Results */
.search-fields-wrapper label {
    display: inline-block;
    min-width: 6em;
}

.search-results {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

.search-results li {
    margin-bottom: 1rem;
    list-style: none;
}

.search-results li::before {
    display: none;
}

.search-results li:last-child .search-result-description {
    margin-bottom: 0;
}

.search-results li a:first-child {
    font-size: 1.2em;
}

.search-result-link {
    margin-bottom: 0;
    text-transform: none;
    font-size: 1.2em;
}

.search-result-metadata {
    margin-bottom: 1rem;
}

/* Slick Carousel */
.carousel {
    position: relative;
    max-width: 100vw;
    background-color: #fff;
}

.carousel .slides {
    margin: 0 auto;
    max-width: 1170px;
}

.carousel .slide {
    display: block;
    text-decoration: none;
}

.carousel .slide:not(:first-child),
.carousel h2 {
    display: none;
}

.carousel a,
.carousel figure {
    margin: 0;
}

.carousel .slick-slide:focus {
    outline: 0;
}

@media (min-width:960px) {
    .carousel .slick-slide {
        max-height: 400px;
        overflow: hidden;
    }
}

.carousel figcaption {
    padding: 1em 0;
    border-top: 1px solid #eee;
    color: #fff;
    background-color: #0082c8;
}

.carousel div.slide figcaption {
    cursor: default;
}

.carousel h3,
.carousel p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.carousel h3 {
    border-bottom-width: 0;
    font-family: "Futura W02 Book", "Open Sans", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    color: #fff;
}

@media (min-width:640px) {
    .carousel h3 {
        font-size: 1.71em;
    }
}

.carousel img {
    display: block;
    width: 100%;
}

.carousel .slick-initialized .slick-track {
    background-color: #0082c8;
}

.carousel .slick-initialized .slide {
    display: block;
}

@media (min-width:640px) {
    .carousel .slick-initialized .slide {
        position: relative;
    }

    .carousel .slick-initialized figcaption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .carousel .slick-initialized .caption-light {
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#33596064', endColorstr='#66596064');
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5NjA2NCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OTYwNjQiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
        background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, rgba(89, 96, 100, .2)), color-stop(100%, rgba(89, 96, 100, .4)));
        background: -moz-linear-gradient(top, rgba(89, 96, 100, .2), rgba(89, 96, 100, .4));
        background: -webkit-linear-gradient(top, rgba(89, 96, 100, .2), rgba(89, 96, 100, .4));
        background: linear-gradient(to bottom, rgba(89, 96, 100, .2), rgba(89, 96, 100, .4));
    }

    .carousel .slick-initialized .caption-medium {
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#4D414649', endColorstr='#99414649');
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxNDY0OSIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MTQ2NDkiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
        background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, rgba(65, 70, 73, .3)), color-stop(100%, rgba(65, 70, 73, .6)));
        background: -moz-linear-gradient(top, rgba(65, 70, 73, .3), rgba(65, 70, 73, .6));
        background: -webkit-linear-gradient(top, rgba(65, 70, 73, .3), rgba(65, 70, 73, .6));
        background: linear-gradient(to bottom, rgba(65, 70, 73, .3), rgba(65, 70, 73, .6));
    }

    .carousel .slick-initialized .caption-dark {
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#80414649', endColorstr='#CC414649');
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxNDY0OSIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MTQ2NDkiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
        background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, rgba(65, 70, 73, .5)), color-stop(100%, rgba(65, 70, 73, .8)));
        background: -moz-linear-gradient(top, rgba(65, 70, 73, .5), rgba(65, 70, 73, .8));
        background: -webkit-linear-gradient(top, rgba(65, 70, 73, .5), rgba(65, 70, 73, .8));
        background: linear-gradient(to bottom, rgba(65, 70, 73, .5), rgba(65, 70, 73, .8));
    }

    .carousel .slick-initialized h3,
    .carousel .slick-initialized p {
        white-space: nowrap;
        text-shadow: 2px 2px 4px rgba(51, 51, 51, .5);
    }

    .carousel .slick-initialized h3 {
        padding-bottom: 0;
        font-size: 2.14em;
    }

    .carousel .slick-initialized p {
        font-size: 1.29em;
    }
}

@media (min-width:960px) {
    .carousel .slick-initialized h3 {
        margin-right: .5em;
    }

    .carousel .slick-initialized h3,
    .carousel .slick-initialized p {
        display: inline;
    }
}

.carousel .slick-dots {
    margin: 0;
    padding: 13px 0;
    list-style: none;
    text-align: center;
    line-height: 0;
    background-color: #006ca7;
}

@media (min-width:800px) {
    .carousel .slick-dots {
        position: absolute;
        width: 100%;
        bottom: 1rem;
        background: 0 0;
    }
}

.carousel .slick-dots li {
    display: inline-block;
    position: relative;
    margin-left: 13px;
}

.carousel .slick-dots li:before {
    display: none;
}

.carousel .slick-dots li:first-child {
    margin-left: 0;
}

.carousel .slick-dots button {
    display: block;
    padding: 0;
    width: 15px;
    height: 15px;
    border: 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    background: 0 0;
}

.carousel .slick-dots button:focus {
    outline: 0;
}

.carousel .slick-dots button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    border-radius: 13px;
}

@media (min-width:800px) {
    .carousel .slick-dots button:before {
        background-color: #ddd;
    }
}

@media (min-width:800px) {
    .carousel .has-captions .slick-dots {
        bottom: 5.424em;
    }
}

.carousel .slick-active button:before {
    background-color: #fff;
}

@media (min-width:800px) {
    .carousel .slick-active button:before {
        background-color: #0082c8;
    }
}

.carousel .slick-next,
.carousel .slick-prev {
    position: absolute;
    z-index: 1;
    top: 40%;
    display: block;
    padding: 0;
    width: 32px;
    height: 32px;
    border: 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    background: url(/Content/images/sprites/icons-s4cb77e47a1.png);
}

.carousel .slick-next:focus,
.carousel .slick-prev:focus {
    outline: 0;
}

.carousel .slick-prev {
    left: 28px;
    left: 2rem;
    background-position: 0 -8px;
}

.carousel .slick-next {
    right: 28px;
    right: 2rem;
    background-position: 0 -40px;
}

.lt-ie9 .carousel .slick-cloned .wrapper {
    display: none;
}

/* Carousel Thumbnails */
.thumbnail-row {
    /* margin-bottom: 21px;
    margin-bottom: 1.5rem; */
    /* padding-top: 21px;
    padding-top: 1.5rem; */
    /* border-top: 1px solid #bfbfbf */
}

.thumbnail-row ul {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.thumbnail-row ul:after,
.thumbnail-row ul:before {
    content: '';
    display: table;
    line-height: 0;
    clear: both;
}

.thumbnail-row ul > :nth-child(1n) {
    width: 48.899%;
    width: calc(50% - 1rem - .1px);
    clear: none;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-right: 2.2%;
    margin-right: calc(2rem);
    margin-bottom: 2.2%;
    margin-bottom: calc(2rem);
}

.thumbnail-row ul > :nth-child(2n-1) {
    clear: both;
}

.thumbnail-row ul > :nth-child(2n) {
    float: right;
    margin-right: 0;
}

.thumbnail-row ul > :nth-last-child(-n+2) {
    margin-bottom: 0;
}

@media (min-width:640px) {
    .thumbnail-row ul {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .thumbnail-row ul:after,
    .thumbnail-row ul:before {
        content: '';
        display: table;
        line-height: 0;
        clear: both;
    }

    .thumbnail-row ul > :nth-child(1n) {
        width: 31.86567%;
        width: calc(33.33333% - 1.33333rem - .1px);
        clear: none;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-right: 2.2%;
        margin-right: calc(2rem);
        margin-bottom: 2.2%;
        margin-bottom: calc(2rem);
    }

    .thumbnail-row ul > :nth-child(3n-2) {
        clear: both;
    }

    .thumbnail-row ul > :nth-child(3n) {
        float: right;
        margin-right: 0;
    }

    .thumbnail-row ul > :nth-last-child(-n+3) {
        margin-bottom: 0;
    }
}

@media (min-width:800px) {
    .thumbnail-row ul {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .thumbnail-row ul:after,
    .thumbnail-row ul:before {
        content: '';
        display: table;
        line-height: 0;
        clear: both;
    }

    .thumbnail-row ul > :nth-child(1n) {
        width: 23.349%;
        width: calc(25% - 1.5rem - .1px);
        clear: none;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-right: 2.2%;
        margin-right: calc(2rem);
        margin-bottom: 2.2%;
        margin-bottom: calc(2rem);
    }

    .thumbnail-row ul > :nth-child(4n-3) {
        clear: both;
    }

    .thumbnail-row ul > :nth-child(4n) {
        float: right;
        margin-right: 0;
    }

    .thumbnail-row ul > :nth-last-child(-n+4) {
        margin-bottom: 0;
    }
}

.thumbnail-row li:before {
    display: none;
}

.thumbnail-row img {
    display: block;
    width: 100%;
}

.thumbnail-row a {
    text-decoration: none;
}

.thumbnail-row a:focus,
.thumbnail-row a:hover {
    outline: 0;
    text-decoration: underline;
}

.thumbnail-row .caption {
    margin-top: .5em;
    margin-bottom: 0;
    text-align: center;
}

.thumbnail-row .slick-slider {
    /*margin-left: -14px;*/
    /*margin-left: -1rem;*/
    /*width: calc(100% + 2rem);*/
    margin-left:0;
    margin-right:0;
    width:100%;
}

.thumbnail-row .slick-slider .slick-list {
    /*margin: 0;*/
    /*width: 100%;*/
    width:calc(100% - 5rem);
    margin: 0 2.5rem;
}

.thumbnail-row .slick-slider .slick-next,
.thumbnail-row .slick-slider .slick-prev {
    position: absolute;
    z-index: 1;
    top: 40%;
    top: calc(50% - 16px);
    margin: 0;
    display: block;
    padding: 0;
    width: 32px;
    height: 32px;
    border: 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    background: url(/Content/images/sprites/icons-s4cb77e47a1.png);
}

.thumbnail-row .slick-slider .slick-next:focus,
.thumbnail-row .slick-slider .slick-prev:focus {
    outline: 0;
}

.thumbnail-row .slick-slider .slick-prev {
    left: 0;
    background-position: 0 -8px;
}

.thumbnail-row .slick-slider .slick-next {
    right: 0;
    background-position: 0 -40px;
}

.thumbnail-row .slick-track .thumbnail {
    margin: 0 14px;
    margin: 0 1rem;
    display: block;
}

.thumbnail-row .slick-slide:focus {
    outline: 0;
}
.thumbnail-row .slick-slide {
    padding: 0 1rem;
}

.resourceGrid,
.thumbnail-grid {
    margin-bottom: 21px;
    margin-bottom: 1.5rem;
    padding-top: 21px;
    padding-top: 1.5rem;
}

.resourceGrid ul,
.thumbnail-grid ul {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.resourceGrid ul:after,
.resourceGrid ul:before,
.thumbnail-grid ul:after,
.thumbnail-grid ul:before {
    content: '';
    display: table;
    line-height: 0;
    clear: both;
}

.resourceGrid ul > :nth-child(1n),
.thumbnail-grid ul > :nth-child(1n) {
    width: 48.899%;
    width: calc(50% - 1rem - .1px);
    clear: none;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-right: 2.2%;
    margin-right: calc(2rem);
    margin-bottom: 2.2%;
    margin-bottom: calc(2rem);
}

.resourceGrid ul > :nth-child(2n-1),
.thumbnail-grid ul > :nth-child(2n-1) {
    clear: both;
}

.resourceGrid ul > :nth-child(2n),
.thumbnail-grid ul > :nth-child(2n) {
    float: right;
    margin-right: 0;
}

.resourceGrid ul > :nth-last-child(-n+2),
.thumbnail-grid ul > :nth-last-child(-n+2) {
    margin-bottom: 0;
}

@media (min-width:640px) {
    .resourceGrid ul,
    .thumbnail-grid ul {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .resourceGrid ul:after,
    .resourceGrid ul:before,
    .thumbnail-grid ul:after,
    .thumbnail-grid ul:before {
        content: '';
        display: table;
        line-height: 0;
        clear: both;
    }

    .resourceGrid ul > :nth-child(1n),
    .thumbnail-grid ul > :nth-child(1n) {
        width: 31.86567%;
        width: calc(33.33333% - 1.33333rem - .1px);
        clear: none;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-right: 2.2%;
        margin-right: calc(2rem);
        margin-bottom: 2.2%;
        margin-bottom: calc(2rem);
    }

    .resourceGrid ul > :nth-child(3n-2),
    .thumbnail-grid ul > :nth-child(3n-2) {
        clear: both;
    }

    .resourceGrid ul > :nth-child(3n),
    .thumbnail-grid ul > :nth-child(3n) {
        float: right;
        margin-right: 0;
    }

    .resourceGrid ul > :nth-last-child(-n+3),
    .thumbnail-grid ul > :nth-last-child(-n+3) {
        margin-bottom: 0;
    }
}

@media (min-width:800px) {
    .resourceGrid ul,
    .thumbnail-grid ul {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .resourceGrid ul:after,
    .resourceGrid ul:before,
    .thumbnail-grid ul:after,
    .thumbnail-grid ul:before {
        content: '';
        display: table;
        line-height: 0;
        clear: both;
    }

    .resourceGrid ul > :nth-child(1n),
    .thumbnail-grid ul > :nth-child(1n) {
        width: 23.349%;
        width: calc(25% - 1.5rem - .1px);
        clear: none;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-right: 2.2%;
        margin-right: calc(2rem);
        margin-bottom: 2.2%;
        margin-bottom: calc(2rem);
    }

    .resourceGrid ul > :nth-child(4n-3),
    .thumbnail-grid ul > :nth-child(4n-3) {
        clear: both;
    }

    .resourceGrid ul > :nth-child(4n),
    .thumbnail-grid ul > :nth-child(4n) {
        float: right;
        margin-right: 0;
    }

    .resourceGrid ul > :nth-last-child(-n+4),
    .thumbnail-grid ul > :nth-last-child(-n+4) {
        margin-bottom: 0;
    }
}

.resourceGrid li:before,
.thumbnail-grid li:before {
    display: none;
}

.resourceGrid img,
.thumbnail-grid img {
    display: block;
    width: 100%;
}

.resourceGrid a,
.thumbnail-grid a {
    text-decoration: none;
}

.resourceGrid a:focus,
.resourceGrid a:hover,
.thumbnail-grid a:focus,
.thumbnail-grid a:hover {
    outline: 0;
    text-decoration: underline;
}

.resourceGrid .caption,
.thumbnail-grid .caption {
    margin-top: .5em;
    margin-bottom: 0;
    text-align: center;
}

.resourceGrid img {
    margin: 0 auto;
    width: auto;
}

.resourceGrid img + .gridText {
    display: block;
    text-align: center;
}

.appended-content-item {
    margin-bottom: 2em;
}

/* Callouts */
.reveal-callouts,
.reveal-callouts a {
    color: #fff;
}

.reveal-callouts h2 {
    display: none;
}

.reveal-callouts h3 {
    border-bottom-width: 0;
    white-space: nowrap;
    font-size: 1.06em;
    font-weight: 700;
    color: #fff;
}

.reveal-callouts img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 220px;
}

.reveal-callouts figure {
    margin: 0;
    overflow: hidden;
}

.reveal-callouts figcaption {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: top .25s ease-out;
    -o-transition: top .25s ease-out;
    -webkit-transition: top .25s ease-out;
    transition: top .25s ease-out;
    position: absolute;
    top: 77%;
    top: calc(100% - 3.5em);
    padding: 1em;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #0082c8;
    background-color: rgba(0, 130, 200, .9);
}

.reveal-callouts p:last-child:after {
    content: '';
    display: block;
    margin: 2em 0 -2em;
}

.reveal-callouts .callout {
    margin-bottom: 28px;
    margin-bottom: 2rem;
    position: relative;
}

.reveal-callouts .callout:focus figcaption,
.reveal-callouts .callout:hover figcaption {
    top: 0;
    overflow: auto;
}

@media (max-width:480px) {
    .reveal-callouts h3 {
        font-size: 4.2vw;
    }

    .reveal-callouts p {
        font-size: 3.5vw;
        margin: 0;
    }

    .reveal-callouts a {
        font-size: 3.5vw;
    }
}

@media (min-width:480px) {
    .reveal-callouts figure {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .reveal-callouts figure:after,
    .reveal-callouts figure:before {
        content: '';
        display: table;
        line-height: 0;
        clear: both;
    }

    .reveal-callouts figure.callout:focus figcaption,
    .reveal-callouts figure.callout:hover figcaption {
        overflow: visible;
    }

    .reveal-callouts img {
        width: 48.899%;
        width: calc(50% - 1rem - .1px);
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 2.2%;
        margin-right: calc(2rem);
    }

    .reveal-callouts img:last-child {
        float: right;
        margin-right: 0;
    }

    .reveal-callouts img:first-child:last-child {
        float: left;
    }

    .reveal-callouts figcaption {
        width: 48.899%;
        width: calc(50% - 1rem - .1px);
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 2.2%;
        margin-right: calc(2rem);
        position: relative;
        top: 0;
        padding: 0;
        height: auto;
        overflow: visible;
        color: #333;
        background-color: transparent;
    }

    .reveal-callouts figcaption:last-child {
        float: right;
        margin-right: 0;
    }

    .reveal-callouts figcaption:first-child:last-child {
        float: left;
    }

    .reveal-callouts a,
    .reveal-callouts h3 {
        color: #0082c8;
    }
}

@media (min-width:800px) {
    .reveal-callouts img {
        width: 31.86567%;
        width: calc(33.33333% - 1.33333rem - .1px);
    }

    .reveal-callouts figcaption {
        width: 65.93233%;
        width: calc(66.66667% - .66667rem - .1px);
    }
}

@media (min-width:960px) {
    .reveal-callouts img {
        float: none;
        margin: 0;
        width: 100%;
    }

    .reveal-callouts figcaption:last-child {
        position: absolute;
        top: 77%;
        top: calc(100% - 3.5em);
        float: none;
        width: 100%;
        padding: 1em;
        height: 100%;
        overflow: hidden;
        background-color: #0082c8;
        background-color: rgba(0, 130, 200, .9);
    }

    .reveal-callouts figure.callout:focus figcaption,
    .reveal-callouts figure.callout:hover figcaption {
        overflow: auto;
    }

    .reveal-callouts a,
    .reveal-callouts figcaption,
    .reveal-callouts h3 {
        color: #fff;
    }

    .reveal-callouts .callouts {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .reveal-callouts .callouts:after,
    .reveal-callouts .callouts:before {
        content: '';
        display: table;
        line-height: 0;
        clear: both;
    }

    .reveal-callouts .callout {
        width: 31.86567%;
        width: calc(33.33333% - 1.33333rem - .1px);
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 2.2%;
        margin-right: calc(2rem);
        margin-bottom: 0;
    }

    .reveal-callouts .callout:last-child {
        float: right;
        margin-right: 0;
    }

    .reveal-callouts .callout:first-child:last-child {
        float: left;
    }
}

/* Simple Menu */
.simple-menu {
    padding-bottom: .72em;
    border-bottom: 1px solid #bfbfbf;
}

.simple-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 2;
}

.simple-menu a {
    /*display: inline-block;*/
    display:block;
    text-decoration: none;
    line-height: 1.4;
    color: #333;
}

.simple-menu a:focus,
.simple-menu a:hover {
    text-decoration: underline;
}

.simple-menu li.no-permission a {
    color: #aaa;
}
.simple-menu .links a {
    display: block;
    line-height: 2;
}
.simple-menu img {
    display:block;
}
.image-callout {
    text-align: center;
}

.image-callout p {
    margin-bottom: .5em;
}

.image-callout p:last-child {
    margin-bottom: 0;
}

.image-callout img {
    display: block;
    margin: 0 auto;
    width: inherit;
    max-width: 100%;
    height: auto;
}

.image-callout a {
    text-decoration: none;
}

.image-callout .caption {
    display: block;
    margin-top: .5em;
}

.image-callout .button {
    width: 100%;
    max-width: 200px;
}

/* Social Media Links */
.social-links {
    text-align: center;
}
.social-links a,
.social-links a:hover {
    text-decoration: none
}
.social-links ul {
    margin: 0;
    padding: 0;
}

.social-links li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-left: 6px;
}

.social-links li:first-child {
    margin-left: 0;
}

.social-links a {
    color: #0082c8;
}

.social-links a:focus,
.social-links a:hover {
    color: #006195;
}

.social-links .facebook a {
    font-size: 0;
}

.social-links .facebook a:before {
    content: "";
    font-family: icomoon;
    font-size: 32px;
}

.social-links .flickr a {
    font-size: 0;
}

.social-links .flickr a:before {
    content: "";
    font-family: icomoon;
    font-size: 32px;
}

.social-links .google-plus a {
    font-size: 0;
}

.social-links .google-plus a:before {
    content: "";
    font-family: icomoon;
    font-size: 32px;
}

.social-links .linkedin a {
    font-size: 0;
}

.social-links .linkedin a:before {
    content: "";
    font-family: icomoon;
    font-size: 32px;
}

.social-links .pinterest a {
    font-size: 0;
}

.social-links .pinterest a:before {
    content: "";
    font-family: icomoon;
    font-size: 32px;
}

.social-links .twitter a {
    font-size: 0;
}

.social-links .twitter a:before {
    content: "";
    font-family: icomoon;
    font-size: 32px;
}

.social-links .instagram a {
    font-size: 0;
}

.social-links .instagram a:before {
    content: "";
    font-family: icomoon;
    font-size: 32px;
}

.social-links .youtube a {
    font-size: 0;
}

.social-links .youtube a:before {
    content: "";
    font-family: icomoon;
    font-size: 32px;
}

@media (min-width:800px) {
    .social-links {
        text-align: right;
    }
}

.bullet-links ul {
    margin-bottom: 0;
}

.lightbox-link:focus,
.modal50perc:focus {
    outline: 0;
}

/* MFP ? */
.mfp-bg {
    background-color: #fff;
}

.mfp-container {
    padding: 0;
}

.mfp-iframe-holder .mfp-close {
    top: 0;
    right: 0;
    padding-right: 0;
    width: 44px;
    text-align: center;
    color: #333;
}

.mfp-close:focus,
.mfp-close:hover {
    background: 0 0;
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
}

.mfp-move-from-top .mfp-content button {
    height: 2.85em;
    vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all .2s;
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all .2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: .8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-zoom-in .mfp-iframe-scaler,
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-iframe-scaler,
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8;
}

.mfp-zoom-in.mfp-removing .mfp-iframe-scaler,
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-content .top-notification {
    padding: 28px;
    padding: 2rem;
    border-bottom: 2px solid #f90;
    text-align: center;
    color: #333;
    background-color: #eee;
}

.mfp-content .top-notification label {
    display: none;
}

.mfp-content .html-lightbox,
.mfp-content .mfp-iframe-scaler {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 28px;
    padding: 2rem;
    position: relative;
    margin: 0 auto;
    width: 90%;
    max-width: 640px;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, .5);
    height: 100%;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

.mfp-content .html-lightbox > :nth-last-child(2):after,
.mfp-content .mfp-iframe-scaler > :nth-last-child(2):after {
    margin: 2rem 0 -2rem;
    content: '';
    display: block;
}

.mfp-content .html-lightbox iframe,
.mfp-content .mfp-iframe-scaler iframe {
    max-width: 100%;
}

.mfp-content .mfp-iframe-scaler {
    padding-top: 60%;
    max-width: 960px;
    border-width: 0;
}

.mfp-content .mfp-iframe-scaler iframe {
    top: 2.5%;
    left: 2.5%;
    width: 95%;
    height: 95%;
    box-shadow: none;
    background: 0 0;
}

.mfp-content .mfp-iframe-scaler .mfp-iframe-wrapper {
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Event Lists */
.event-list-view,
.event-list-view .cal-event ul,
.event-list-view ul {
    margin: 0;
    padding: 0;
}

.event-list-view li {
    list-style-type: none;
    padding: .2em 0;
    margin: 0;
}

@media (min-width:640px) {
    .event-list-view li li {
        float: left;
    }
}

.event-list-view .cal-event ul {
    margin: 0;
    padding: 0;
}

.event-list-view .cal-event h3 {
    padding: 0 0 .7em;
    margin: 0;
    border: 0;
}

.event-list-view .cal-event p {
    font-size: 90%;
    margin: 0 0 .7em;
}

.event-list-view .cal-event-break {
    clear: left;
}

.event-list-view .cal-event-break hr {
    height: 1px;
    border: 0;
    background-color: #bfbfbf;
}

.event-list-view .cal-event-icon {
    padding-top: 2em;
}

.event-list-view .cal-event-icon .day {
    padding: 1em 0;
    border-top: 0;
    background-color: #fff;
    color: #017cc2;
}

.event-list-view .cal-event-description {
    padding: 2em 0 0;
    margin: 0;
}

.event-list-view .cal-event-details {
    padding-top: 2em;
}

@media (min-width:640px) {
    .event-list-view .cal-event-icon {
        width: 15%;
    }

    .event-list-view .cal-event-description {
        width: 50%;
    }

    .event-list-view .cal-event-details {
        padding-left: 5%;
        width: 30%;
    }
}

.cal-selector {
    float: none;
    text-align: right;
}

.cal-selector select {
    margin-right: 2%;
}

.cal-event-icon .day,
.event-list-view .cal-event-icon .month {
    display: block;
    margin: 0 auto;
    width: 5em;
    border: 1px solid #aaa;
    text-align: center;
    padding: .4em 0;
    font-weight: 700;
    background-color: #017cc2;
    color: #fff;
}

/* Breadcrumbs */
.breadcrumb,
.breadcrumb + ul {
    margin-left: 0;
    padding-left: 0;
}

.breadcrumb li::before,
.breadcrumb + ul li::before {
    display: none;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li:not(:last-child) {
    margin-right: .5em;
}

.breadcrumb a {
    color: #333;
    cursor: text;
}

.breadcrumb a:focus,
.breadcrumb a:hover {
    text-decoration: none;
}



body input.pbutton {
    color: #fff;
    background: #0082c8;
}

body .ektronSearch div.searchWrapper div.suggestedResults {
    background-color: #fff;
}

p.dmsItemWrapper {
    margin-bottom: 0;
}

.gsc-search-box .gsib_a {
    padding-top: 0;
}


/* TODO: Classes below need to work their way into the UX Grunt Build Process */

.top-level-placeholder {
    display: block;
    margin: 0;
    padding: 1em .5em;
    line-height: 1.2;
}

.mobile-only {
    display: inherit !important;
}

.desktop-only {
    display: none !important;
}

.site-header.js-enabled h1,
.site-header.js-enabled div.logo {
    max-width: 50%;
}

.cornersBlueVideo {
    display: inline-block;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    letter-spacing: 0;
    background: #0081C3;
    border-radius: 5px;
    background-image: url('/content/images/icons/Zoll-Patients-Icons-Stories-Play.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: left 6px center;
    padding: 10px 10px 10px 40px;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}

.content-area ul li > ul {
    margin-bottom: 0;
}

.cornersBlueVideo a {
    color: #FFFFFF !important;
    text-decoration: none !important;
}

@media (min-width: 769px) {
    .mobile-only {
        display: none !important;
    }

    .desktop-only {
        display: inherit !important;
    }
}

.cornersBlueArticle {
    display: inline-block;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    letter-spacing: 0;
    background: #0081C3;
    border-radius: 5px;
    background-image: url(/content/images/icons/Zoll-Patients-Icons-Stories-Document.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: left 6px center;
    padding: 10px 10px 10px 40px;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}

.cornersBlueArticle a,
.cornersBlueArticle a:hover {
    color: #fff;
}

ul.no-bullet-list {
    padding: 0;
    margin: 0.5em 0;
}

ul.no-bullet-list li {
    list-style-type: none;
    padding: 0;
    margin: 0.25em 0;
}

ul.no-bullet-list li:before {
    content: none;
}

@media (min-width: 960px) {
    div.noreveal-caption:last-child {
        position: absolute;
        top: 77%;
        top: calc(100% - 3.5em);
        float: none;
        width: 100%;
        padding: 1em;
        height: 100%;
        overflow: hidden;
        background-color: #0082c8;
        background-color: rgba(0, 130, 200, .9);
    }
}

@media (min-width: 480px) {
    div.noreveal-caption:last-child {
        float: right;
        margin-right: 0;
    }
}

@media (min-width: 960px) {
    div.noreveal-caption {
        color: #fff;
    }
}

@media (min-width: 800px) {
    div.noreveal-caption {
        width: 65.93233%;
        width: calc(66.66667% - .66667rem - .1px);
    }
}

@media (min-width: 480px) {
    div.noreveal-caption {
        width: 48.899%;
        width: calc(50% - 1rem - .1px);
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 2.2%;
        margin-right: calc(2rem);
        position: relative;
        top: 0;
        padding: 0;
        height: auto;
        overflow: visible;
        color: #333;
        background-color: transparent;
    }
}

div.noreveal-caption {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: top .25s ease-out;
    -o-transition: top .25s ease-out;
    -webkit-transition: top .25s ease-out;
    transition: top .25s ease-out;
    position: absolute;
    top: 77%;
    top: calc(100% - 3.5em);
    padding: 1em;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #0082c8;
    background-color: rgba(0, 130, 200, .9);
}

div.noreveal-caption a {
    text-decoration: none;
}

.home-notice-banner {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-top: 61px;
    background-color: #0082c8;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 10px 0;
}

.home-notice-banner a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.home-notice-banner p {
    margin: 0;
}

/************************************ New from ftarbox *******************************************/
.hero-image::after {
    display: block;
    padding-left: 25px;
    position: relative;
    top: -6px;
    margin-top: -350px;
    height: 350px;
    width: 100%;
    content: '';
}

/* .hero-image {
	opacity: 0.5;
	background-color: rgba(0, 0, 0, 0.7);
} */

.hero-image-product-page {
    margin-bottom: 25px;
    display: block;
    position: relative;
    /*height: 300px;*/
    width: 100%;
    content: '';
    height:auto;
}
.hero-image-product-page img {
    display:block;
}

.hero-image-text {
    width: 441px;
    height: 141px;
    position: absolute;
    top: 17%;
    left: 37%;
    transform: translate(-50%, -80%);
}

.hero-image-text-main {
    font-family: "Futura W02 Book","Open Sans",sans-serif;
    margin-bottom: 0;
    color: white;
    display: block;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 1em;
}

.hero-image-text-sub {
    color: white;
    font-family: "Futura W02 Book","Open Sans",sans-serif;
    display: block;
    font-size: 25px;
    line-height: 1.2;
}

.hero-image-text-product-page {
    /*position: relative;*/
    /*bottom: 56px;*/
    /*height: 50px;*/
    /*width: 98%;*/
    text-align: center;
    border-top: 1px solid #eee;
    background: rgba(65, 70, 73, .4);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
}

.hero-image-text-product-page > h1 {
    color: #F1F1F1;
    padding-top: 5px;
    margin-top: 3px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
}
.hero-image-product-page .hero-image-text-product-page > h2 {
    display:block;
    font-family: "Futura W02 Book", "Open Sans", sans-serif;
    color: #F1F1F1;
    padding-top: 5px;
    margin-top: 3px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
    font-size: 2.14em;
    font-weight:400;
    margin-bottom: .5rem;
}

.product-page-intro {
    font-family: "Futura Std", "Futura W02 Book","Open Sans",sans-serif;
    font-size: 20px;
    color: #707070;
}

.product-page-info-links > a {
    font-family: "Futura Std", "Futura W02 Book","Open Sans",sans-serif;
    font-size: 1.2em;
    color: #707070;
}

/* Side Menu */
.side-menu {
    position: fixed;
    width: 100%;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(180deg, rgba(241, 241, 241, 0.88), rgba(243, 243, 243, 0.88), rgba(255, 255, 255, 0.88));
    border-top:1px solid #bfbfbf;
}
ul.side-menu-list {
    display: flex;
    list-style: none;
    text-align: center;
    margin-left: 0;
    margin-bottom:.5rem;
    padding-left: 0;
    overflow: auto;
}
ul.side-menu-list::after {
    margin-bottom: 50px;
}

.side-menu .side-menu-list > li {
    /*flex: 1 0 25%;*/
    flex: 1 0 22%;
}
.side-menu-list-item {
    width: auto;
    height: auto;
    margin-top: 1rem;
    margin-left: .5rem;
    margin-right: .5rem;
}
.side-menu-list-item-link > span {
    display:block;
    line-height: 1.4;
    font-family: "Futura Std", "Futura W02 Book","Open Sans",sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #0081C3;
}

.side-menu-list-item > img {
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    max-width:50px;
}

.side-menu-list-item > img:hover {
    transform: translateY(-0.5rem) scale(1.15);
    cursor: pointer;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.side-menu-list-item-link {
    text-decoration: none;
}

@media only screen and (min-width:800px) {
    .side-menu-list-item > img {
        max-width:80px;
    }
}
@media only screen and (min-width:990px) {
    .side-menu {
        position: relative;
        width: 239px;
        /* height: 500px;   */
        /*margin-right: 35px;*/
        margin-right:40px;
        /*top: -310px;*/
        float: right;
        border: 0;
    }
    ul.side-menu-list {
        display: block;
        margin-bottom:1.33rem;
    }
    .side-menu-list-item {
        margin-top: 50px;
        width: 111px;
        height: 111px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom:.75rem;
    }
    .side-menu-list-item-link > span {
        font-size: 16px;
        line-height: inherit;
    }
    .side-menu-list-item > img {
        max-width:100%;
    }
}


/* Horizontal Rules */
.horiz_rule {
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    /*background-color: #C2D500;*/
    background-color: #ff9900;
}

.horiz_rule_short {
    width: 87px;
    height: 4px;
    /*margin-bottom: 30px;*/
    /*margin-top: 20px;*/
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right:auto;
    /*background-color: #C2D500;*/
    background-color: #ff9900;
}
.other .horiz_rule,
.other .horiz_rule_short {
    background-color: #ff9900;
}
.public-safety .horiz_rule,
.public-safety .horiz_rule_short {
    background-color: #c1d331;
}

.right_float {
    /* height: 220px;
    width: 322px; */
    float: right;
    margin-left: 20px;
}

.left_float {
    /* height: 220px;
    width: 322px; */
    float: left;
    margin-right: 20px;
}

/************************************** Sub pages css ****************************************************/
.sub_container {
    margin-top: 25px;
}

.subpages {
    margin-top: 35px;
    margin-bottom: 50px;
}

.side-menu-subpages {
    top: 0;
}
h1.product-heading {
    text-align: left;
    font-family: "Futura W02 Book","Open Sans",sans-serif;
    font-size: 1.563rem;
    font-weight: 400;
    color: #0082c8;
    margin: 0;
    padding:0;
}
.h2-subpages {
    /*margin-bottom: .5em;*/
    /*padding-bottom: .5em;*/
    /* border-bottom:1px solid #bfbfbf; */
    text-align: left;
    font-family: "Futura W02 Book","Open Sans",sans-serif;
    font-size: 1.563rem;
    font-weight: 400;
    color: #0082c8;
    margin: 0;
    padding:0;
}

.h2-subpages-heavy {
    /*margin-bottom: .5em;*/
    /*padding-bottom: .5em;*/
    /* border-bottom:1px solid #bfbfbf; */
    text-align: left;
    font-family: "Futura W02 Book","Open Sans",sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    color: #0082c8;
    margin: 0;
    padding: 0;
}
.productContent .subpages .h2-subpages + hr {
    /*margin-top:1.875rem;*/
    /*margin-bottom:1.875rem;*/
}

/***************************************** Tabs  ***********************************************************/
.zoll-green {
    color: #0082c8;
    background-color: #C1D33B;
}


.tab-container.ui-tabs {
    /* padding:0.01em 16px;  */
    /*margin-top: 16px;*/
    margin-bottom: 16px;
}

.tab-container.ui-tabs:after,
.tab-container.ui-tabs:before {
    content: "";
    display: table;
    clear: both
}
    .tab-container.ui-tabs .tab-bar {
        position: relative;
        margin-left: -1rem;
        margin-right: -1rem;
        display: flex;
        justify-content: space-evenly;
        width: calc(100% + 1rem);
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 3px solid #FF9900;
        border-radius: 0;
        background-color: transparent;
        padding: 0;
        text-transform: uppercase;
    }
.other .tab-container.ui-tabs .tab-bar {
    border-color: #FF9900;
}
.public-safety .tab-container.ui-tabs .tab-bar {
    border-color: #C1D33B;
}
.tab-container.ui-tabs .tab-bar-item {
    display:inline-block;
    list-style: none;
}
.tab-container.ui-tabs .tab-bar-item::before {
    display:none !important;
}
.tab-container.ui-tabs .tab-bar-item a {
    padding:.5rem;
    font-size: 10px;
    display: block;
    border-radius: 6px 6px 0 0;
    font-weight: 400;
    background: transparent;
    color: #0082C8;
    float: none;
    font-family: "Futura W02 Book","Open Sans",sans-serif;
}
.tab-container.ui-tabs .tab-bar-item a:hover {
    text-decoration: none;
}
.tab-container.ui-tabs .tab-bar-item.ui-tabs-active {
    background-color: #FF9900;
    cursor: pointer;
}

.other .tab-container.ui-tabs .tab-bar-item.ui-tabs-active {
    background-color: #FF9900;
}
.public-safety .tab-container.ui-tabs .tab-bar-item.ui-tabs-active {
    background-color: #C2D500;
}

.tab-container.ui-tabs .tab-bar-item.ui-tabs-active a {
    cursor: pointer;
}
.other .tab-container.ui-tabs .tab-bar-item.ui-tabs-active a {
    color:#ffffff;
}
.tab-container.ui-tabs .tab-bar-item.ui-state-hover {
    background-color:#FF9900;
}
.other .tab-container.ui-tabs .tab-bar-item.ui-state-hover {
    background-color: #FF9900;
}
.public-safety .tab-container.ui-tabs .tab-bar-item.ui-state-hover {
    background-color: #C2D500;
}

.tab-container.ui-tabs .tab img {
    max-width:229px;
    float: none;
    margin: 1.875rem auto;
    display: block;
}
.tab-container.ui-tabs .ui-tabs-nav li {
    float: none;
    margin:0;
    padding:0;
    border:0;
    vertical-align: top;
    width: auto;
    flex: 1 0 auto;
    background: transparent;
    border-radius: 6px 6px 0 0;
}
.tab-container.ui-widget.ui-widget-content {
    border:0;
    padding: 0;
}
/* .tab-bar-item {
     width:100%;
    display:block;
    padding:8px 16px;
    text-align:left;
    border:none;
    white-space:normal; 
    float:none;
    outline:0
} */
.tab-container.ui-tabs .tab-bar:after {
    display: inline-block;
    content: "";
    display: block;
    height: 4px;
    width: calc(100% + 1rem);
    width:100%;
    background: #C1D33B;
    position: absolute;
    bottom: -4px;
}
.tab-container.ui-tabs-panel.ui-widget-content a {
    color: #0082c8;
}

@media only screen and (max-width:320px) {
    .tab-container.ui-tabs .tab-bar:after {
        width: calc(100% + 1rem);
    }
}
@media only screen and (min-width:600px) {
    .tab-container.ui-tabs .tab-bar {
        width:100%;
        margin: 0 0 2.75rem 0; /* may not need this */
    }
    .tab-container.ui-tabs .tab-bar-item a {
        font-size: inherit;
        padding: 0.688rem 1.625rem;
    }
    .tab-container.ui-tabs .tab-bar:after {
        display: none;
    }
    .tab-container.ui-tabs .tab img {
        float: right;
        margin: 0 0 1.875rem 1.875rem;
    }
}



.content-with-sidebar.webopt .main-content .subpages {
    width:100%;
    max-width:41.250rem;
}
@media (min-width:800px) {
    .content-with-sidebar.webopt .main-content {
        /*width: calc(70% - .5rem - .1px);*/
        margin-right: unset;
    }
}
.webopt .thumbnail-row {
    border-top: unset;
}

.webopt section.thumbnail-row {
    clear: left;
}

.webopt .thumbnail-row img {
    display: block;
    width: unset;
    margin: auto;
}

.futura-font-medium {
    font-family: "Futura Std Medium", "Futura W02 Book","Open Sans",sans-serif;
    font-size: 18px;
}


/* Product Page */
.productContent {
    /*padding:0 2rem;*/
}
.productContent .main-content {
    width:100%;
}
.content-with-sidebar .productContent .main-content {
    max-width: 42.5rem;
    margin-top: 35px;
}
.content-without-sidebar .productContent {
    padding: 0 2rem;
}
.product-image-container {
    /*float: none;*/
    width: 100%;
    /*height: 210px;*/
    background-color: #F1F1F1;
    border-top: 3px solid #ff9900;
    border-bottom: 3px solid #ff9900;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.other .product-image-container {
    border-color:#ff9900;
}
.public-safety .product-image-container {
    border-color:#C1D331;
}
.product-image-container > img {
    /*margin-left: 10px;*/
    /*margin-top: 20px;*/
    margin:1rem auto;
    max-width:232px;
}
.product-image-container-text {
    font-weight:600;
    width: 100%;
    /*float: right;*/
    /*margin-top: 3rem;*/
    margin: 1rem 3rem;
}
.product-image-container-text p {
    margin:0;
}
.product-page-bottom-container {
    width: 100%;
    /*height: 210px;*/
    background-color: #F1F1F1;
    border-top: 3px solid #ff9900;
    border-bottom: 3px solid #ff9900;
    margin-bottom: 2rem;
}
.other .product-page-bottom-container {
    border-color:#ff9900;
}
.public-safety .product-page-bottom-container {
    border-color:#C1D331;
}
.product-page-bottom-container-text {
    /*width: 80%;*/
    /*margin: 2rem;*/
    /*padding-left: 1.5rem;*/
    padding:1.875rem 2.5rem;
    font-style: italic;
    font-weight: 600;
}
.product-page-bottom-container-text > p {
    /*margin-bottom: .5rem;*/
    line-height: initial;
    margin:0;
}
.content-with-sidebar .productContent {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content-with-sidebar .productContent .hero-image-product-page {
    grid-area: header;
    margin-top:64px;
}
.content-with-sidebar .product_top,
.content-with-sidebar .market_top {
    grid-area: header;
}
.content-with-sidebar .productContent .main-content {
    grid-area: content;
    float: none;
}
.content-with-sidebar .productContent .sidebar {
    grid-area: sidebar;
    width: 100%;
    float: none;
}
.content-with-sidebar .productContent .sidebar > div:not(.simple-menu) {
    /*position: -webkit-sticky;*/ /* Safari */
    /*position: sticky;*/
    /*top: 15px;*/
    /*z-index: 0;*/
}
.content-with-sidebar .productContent .sidebar .hs-cta-wrapper {
    /*position: -webkit-sticky;*/ /* Safari */
    /*position: sticky;*/
    /*top: calc(120px + 2rem);*/
    text-align: center;
    display: block;
    width:100%;
    /*z-index:1;*/
    background: #ffffff;
}
.content-with-sidebar .productContent .sidebar .hs-cta-wrapper img {
    max-width:210px;
}
.hs-cta-wrapper .button {
    border-radius: 6px;
    font-size: 1rem;
}
.content-with-sidebar .productContent .sidebar > div:not(.simple-menu) > div {
    /*height:auto !important;*/
}
.content-with-sidebar .productContent .sidebar .sticky div {
    height:auto !important;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
    z-index: 0;
}
.sticky > div {
    margin-bottom:1rem;
}
.non_sticky {

}
.content-with-sidebar .productContent .sidebar div.cta-video {
    display: block;
    text-align: center;
    /*position: -webkit-sticky;*/
    /*position: sticky;*/
    /*top: calc(100px + 2rem);*/
    width: 100%;
    z-index: 1;
    background: #ffffff;
}
.cta-video-container {
    display: inline-block;
    position: relative;
    border-radius: 11px;
    overflow: hidden;
}
.cta-video-overlay {
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,.63);
    width: 100%;
    height: 100%;
    left:0;
    right:0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color:#ffffff;
    font-size: 1.25rem;
    line-height: 1;
}
.cta-video img {
    /*vertical-align: top;*/
    display: block;
}
.cta-video button {
    width:100%;
    height:50px;
    margin-top: 10px;
    border-radius: 11px;
    font-size: 1.125rem;
}
.cta-video button:hover {
    color:#ffffff;
}
.cta-video-play svg {
    height:84px;
}
.cta-video-overlay .cta-video-text {
    display: block;
}
.cta-video-overlay:hover .cta-video-text {
    display: none;
}
.cta-video-overlay .cta-video-play {
    display: none;
}
.cta-video-overlay:hover .cta-video-play {
    display: block;
}

.content-with-sidebar .productContent .hero_carousel {
    margin-top: 64px;
    max-width: 100%;
}
.content-with-sidebar .productContent .hero_carousel .hero-image-product-page {
    margin-top:0px;
}
@media only screen and (min-width:600px) {
    .productContent {
        padding:0;
    }
    .product-image-container {
        /*float: left;*/
        flex-wrap: nowrap;
    }
    .product-image-container > img {
        margin-left:2rem;
    }
    .product-image-container-text {
        /*float: right;*/
        width:50%;
    }
}
@media only screen and (min-width:900px) {
    .content-with-sidebar .productContent {
        display: grid;
        grid-template-areas: "header header" "content sidebar";
        grid-template-columns: 1fr calc(25% - 1.5rem);
    }
    .content-with-sidebar .productContent .hero-image-product-page {
        margin-top:auto;
    }
}
@media only screen and (min-width:960px) {
    .content-with-sidebar .productContent .hero-image-product-page,
    .content-with-sidebar .productContent .hero_carousel {
        width: calc(100vw - 20px);
        max-width: 1200px;
        left:50%;
        transform: translateX(-50%);
        /*margin-left: -10px;*/
        margin-right: -600px;
    }
    .content-with-sidebar .productContent .slick-slider .hero-image-product-page {
        width: calc(100vw - 20px);
        max-width: 1200px;
        left:auto;
        transform: initial;
        margin-right:auto;
    }
    .hero_carousel .carousel .slick-prev {
        left:-6rem;
    }
    .hero_carousel .carousel .slick-next {
        right:-6rem;
    }
}




.generic_spacer {
    padding-top: 2rem;
}
.contact-us-sticky {
    /*position: -webkit-sticky;*/ /* Safari */
    /*position: sticky;*/
    /*top: 15px;*/
}





/* Flex Containers */
.flex-container-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-container-col {
    display: flex;
    flex-direction: column;
}

.flex-container-row > div {
    flex-basis: 100%;
    margin: 12px 0px;
    text-align: left;
    /* line-height: 75px; */
    /* font-size: 30px; */
    width:100%;
}

.flex-container-col > div {
    /* flex-basis: 304px; */
    margin: 10px;
    text-align: left;
    /* line-height: 75px; */
    /* font-size: 30px; */
}

.content-without-sidebar .productContent .subpages > section:first-of-type {
    margin-bottom:3.75rem;
}



/* Product Content */
.productContent .flex-container-row,
.productContent .flex-container-row a {
    flex-wrap:wrap;
    flex-direction: column-reverse;
    display: flex;
    align-items: center;
    width:100%;
}
.productContent .flex-container-row a {
    text-decoration: none;
    margin-bottom: 1.5rem;
}
.productContent .flex-container-row a,
.productContent .flex-container-row a:hover {
    text-decoration: none;
}
.productContent .flex-container-row a p:not(.h2-subpages){
    color:#333333;
}
.productContent .flex-container-row.even > div,
.productContent .flex-container-row.odd > div,
.productContent .flex-container-row.even a > div,
.productContent .flex-container-row.odd a > div {
    order: initial;
}
.productContent .flex-container-row > div,
.productContent .flex-container-row a > div {
    flex-basis: 100%;
    margin: 12px 0px;
    text-align: left;
    /* line-height: 75px; */
    /* font-size: 30px; */
    width: 100%;
}
@media only screen and (min-width:600px) {
    .productContent .flex-container-row,
    .productContent .flex-container-row a {
        flex-wrap:nowrap;
        flex-direction: row;
    }
    .productContent .flex-container-row.even > div:nth-child(odd) > div:first-of-type,
    .productContent .flex-container-row.odd > div:nth-child(even) > div,
    .productContent .flex-container-row.even a > div:nth-child(odd) > div:first-of-type,
    .productContent .flex-container-row.odd a > div:nth-child(even) > div {
        /*padding-left:1.5rem;*/
        padding-right:1.5rem;
        width:50%;
        float: left;
    }
    .productContent .flex-container-row.even > div:nth-child(even) > div,
    .productContent .flex-container-row.odd > div:nth-child(odd) > div:first-of-type,
    .productContent .flex-container-row.even a > div:nth-child(even) > div,
    .productContent .flex-container-row.odd a > div:nth-child(odd) > div:first-of-type {
        /*padding-right:1.5rem;*/
        padding-left:1.5rem;
        width:50%;
        float: right;
    }
    .productContent .flex-container-row.odd > div:nth-child(odd),
    .productContent .flex-container-row.even > div:nth-child(even),
    .productContent .flex-container-row.odd a > div:nth-child(odd),
    .productContent .flex-container-row.even a > div:nth-child(even) {
        order:0;
    }
    .productContent .flex-container-row.odd > div:nth-child(even),
    .productContent .flex-container-row.even > div:nth-child(odd),
    .productContent .flex-container-row.odd a > div:nth-child(even),
    .productContent .flex-container-row.even a > div:nth-child(odd) {
        order:1;
    }
    .productContent .flex-container-row .h2-subpages {
        margin-top:2.5rem;
    }
}
/* vertical align card links */
.odd .flex-container--alt {
    flex-direction: row-reverse;
}
.flex-container--alt {
    display: block;
    justify-content: space-evenly;
    align-items: center;
}
.flex-container--alt div {
    flex: 0 1 50%;
}

@media only screen and (min-width: 600px) {
    .productContent .flex-container-row  .flex-container--alt {
        display: flex;
    }
    .flex-container-row .flex-container--alt div .h2-subpages {
        margin-top: 0;
    }
}




.resources-article {
    width: 100%;
}
.resources-article > section .h2-subpages-heavy {
    font-size: 2.25em;
}
.resources-para {
    max-width: 392px;
    max-height: 170px;
}

.resources-div-right-col {
    padding-left: 57px;
    padding-right: 30px;
    padding-top: 40px;
}

.resources-div-left-col {
    padding-top: 40px;
}

.resources-img {
    max-width: 470px;
    max-height: 315px;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 1;
}

.flex-3 {
    flex: 2;
}






/* ===== updates to be included - RH =====*/
/* Please check other css all over document! it's all scattered */


/* Default articles */
.main-content.resources-article {
    max-width:60rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}
.resources-article > section .h2-subpages-heavy {
    position: relative;
    width: auto;
    display: table;
    margin: 0 auto;
    padding-top:1em;
}
.main-content.resources-article .h2-subpages-heavy:after {
    content: "";
    display: block;
    border-top: 4px solid #ff9900;
    position: absolute;
    bottom: -1.5rem;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.other .main-content.resources-article .h2-subpages-heavy:after {
    border-top-color: #ff9900;
}
.public-safety .main-content.resources-article .h2-subpages-heavy:after {
    border-top-color: #C1D331;
}
.resources-article > section .h2-subpages-heavy + hr {
    background-color: transparent;
}

/* New Side Nav feature | Market pages*/
.marketContent {
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    /*display:grid; /* May need to do this when hero is displayed? */
}
.marketContent > article.main-content,
.marketContent aside {
    flex: 1 0 100%;
}
.content-with-sidebar .marketContent > .main-content {
    margin-top: 2rem;
}

.marketContent .flex-container-row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items:flex-start;
}
.marketContent .flex-container-row.even > div,
.marketContent .flex-container-row.odd > div {
    order: initial;
}

@media only screen and (min-width: 600px) {
    .marketContent .flex-container-row {
        flex-wrap: nowrap;
        flex-direction: row;
    }
    .marketContent .flex-container-row.odd > div:nth-child(even),
    .marketContent .flex-container-row.even > div:nth-child(odd) {
        order: 0;
    }
    .marketContent .flex-container-row.even > div:nth-child(odd) > div,
    .marketContent .flex-container-row.odd > div:nth-child(even) > div {
        /*padding-right: 1.5rem;*/
        padding-left:1.5rem;
        width:50%;
        float: right;

    }
    .marketContent .flex-container-row.odd > div:nth-child(odd),
    .marketContent .flex-container-row.even > div:nth-child(even) {
        order: 1;
    }
    .marketContent .flex-container-row.even > div:nth-child(even) > div,
    .marketContent .flex-container-row.odd > div:nth-child(odd) > div {
        /*padding-left:1.5rem;*/
        padding-right:1.5rem;
        width:50%;
        float: left;
    }
}

@media only screen and (min-width:800px) {
    .marketContent {
        flex-direction: initial;
    }
    .marketContent > article.main-content,
    .marketContent aside {
        flex: 1 0 auto;
    }
}


.fixed-header-placeholder {
    display:none;
}


/* Overlapping Sidebar */
.content-with-sidebar .submarketContent {
    display:flex;
    flex-wrap: wrap;
}
.content-with-sidebar .submarketContent > aside /*.side-menu*/ {
    grid-area: header-start / sidebar-start / sidebar-end;
    z-index: 9; /* any value */
}
.content-with-sidebar .submarketContent .market_top {
    grid-area: header;
    margin-top: 64px;
    margin-bottom: 1.25rem;
    position: relative;
    height:289px;
    width: 100%;
    overflow: hidden;
}
.content-with-sidebar .submarketContent .market_top .hero-image {
    width: 960px;
}
.content-with-sidebar .submarketContent .market_top .hero-image img {
    vertical-align: top;
}
.content-with-sidebar .submarketContent .market_top .hero-image .hero-image-text {
    top:50%;
    transform: translateY(-50%);
    width:100%;
    max-width: 100%;
    height: auto;
    left:0;
    text-align: center;
}
.content-with-sidebar .submarketContent .market_top .hero-image .hero-image-text p {
    padding:.5rem;
}
.content-with-sidebar .submarketContent .market_top .hero-image .hero-image-text .hero-image-text-main {
    font-size: 1.5rem;
}
.content-with-sidebar .submarketContent .market_top .hero-image .hero-image-text .hero-image-text-sub {
    font-size:1.25rem;
}
.content-with-sidebar .submarketContent .main-content {
    grid-area: content;
    float: none;
    width: auto;
    margin:0;
}
.content-with-sidebar .submarketContent .main-content .image-left-float {
    float: none;
    padding-right: 0;
    padding-bottom: 1.5rem;
}
.content-with-sidebar .submarketContent .main-content .image-left-float img {
    padding-bottom:1.5rem;
}
.content-with-sidebar .submarketContent .marketpage-thumbnails {
    grid-area: thumbnails;
    width: 100%;
    /*max-width:960px;*/ 
    max-width:650px;
    margin-right:2rem;
}
@media only screen and (min-width:990px) {
    .content-with-sidebar .submarketContent {
        display:grid;
        /*grid-template-areas: "header header" "content sidebar" "thumbnails thumbnails";*/
        grid-template-areas: "header header" "content sidebar" "thumbnails sidebar";
        grid-template-rows: max-content;
    }
    .content-with-sidebar .submarketContent .market_top {
        margin-top: 0;
    }
    .content-with-sidebar .submarketContent .market_top .hero-image .hero-image-text {
        top:50%;
        left: 6.25%;
        transform: translateY(-50%);
        max-width: 50%;
        height: 141px;
        text-align: left;
    }
    .content-with-sidebar .submarketContent .market_top .hero-image .hero-image-text p {
        padding:0;
    }
    .content-with-sidebar .submarketContent .market_top .hero-image .hero-image-text .hero-image-text-main {
        font-size: 35px;
    }
    .content-with-sidebar .submarketContent .market_top .hero-image .hero-image-text .hero-image-text-sub {
        font-size: 25px;
    }
    .content-with-sidebar .submarketContent .main-content {
        margin-right:2rem;
    }
    .content-with-sidebar .submarketContent .main-content .image-left-float {
        float: left;
        padding-right: 1.5rem;
        max-width:228px;
    }
    .content-with-sidebar .submarketContent .main-content .image-left-float img {
        padding-bottom:0;
    }
}

/* alternate version without names
.content-with-sidebar .submarketContent .market_top {
    grid-row: 1; /* stays in row 1 
    grid-column: 1 / 3; /* extends from col 1 to col "3" 
}
.content-with-sidebar .submarketContent .main-content {
    grid-row: 2; /* stays in row 2 
    grid-column: 1; /* stays in col 1 
}
.content-with-sidebar .submarketContent > aside /*.side-menu {
    grid-row: 1 / 3; /* extends from row 1 to row "3" 
    grid-column: 2; /* stays in col 2 
    z-index: 9; /* any value 
}
.content-with-sidebar .submarketContent .marketpage-thumbnails {
    grid-row: 4;
    grid-column: 1 / 3;
}
*/


.simple-menu .modal50perc:hover .img_button {
    display: block;
}




