@charset "UTF-8";

/* ==========================================================================
   Setup (compass, reset, variables)
   ========================================================================== */


/* Compas/SASS plugins
=================================*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
.view-team .views-field-path .snippet,
.view-blog.landing-list .views-field-path .snippet,
.view.landing-list .views-field-body,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

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


/* Box Size All the things for (ie8 and up)
=================================*/

* {
    box-sizing: border-box;
}


/* ==========================================================================
   Resets
   ========================================================================== */


/**
 * block/block.css ====================================================
 */

#blocks td.region {
    font-weight: bold;
}

#blocks tr.region-message {
    font-weight: normal;
    color: #999;
}

#blocks tr.region-populated {
    display: none;
}


/**
 * openid/openid.css ==================================================
 */

div#edit-openid-identifier-wrapper {
    display: block;
}

html.js #user-login-form div.form-item-openid-identifier,
html.js #user-login div.form-item-openid-identifier {
    display: none;
}

html.js #user-login-form li.openid-link,
html.js #user-login li.openid-link {
    display: block;
}

#user-login-form li.openid-link,
#user-login-form li.user-link,
#user-login li.openid-link,
#user-login li.user-link {
    display: none;
}


/**
 * system/system-behavior.css =========================================
 */


/**
 * Password strength indicator
 */

.password-strength {
    width: 200px;
    float: right;
    /*LTR*/
}

.password-strength-title {
    display: inline;
}

.password-strength-text {
    float: right;
    /*LTR*/
    font-weight: bold;
}

.password-indicator {
    background-color: #ccc;
    height: 5px;
    width: 100%;
}

.password-indicator div {
    height: 100%;
    width: 0%;
    background-color: #4c6;
}


/**
 * Password confirmation checker
 */

div.password-confirm {
    visibility: hidden;
}

.container-inline div,
.container-inline label {
    display: inline;
}

.container-inline .fieldset-wrapper {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

html.js .js-hide {
    display: none;
}

.element-hidden {
    display: none;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}


/**
 * system/system.css ==================================================
 */

body.drag {
    cursor: move;
}

th.active img {
    display: inline;
}

td.active {
    background-color: #ddd;
}

td.checkbox,
th.checkbox {
    text-align: center;
}

thead th {
    text-align: auto;
}

.error {
    color: #e55;
}

.warning {
    color: #e09010;
}

.ok {
    color: #008000;
}

div.error {
    border: 1px solid #d77;
}

div.warning {
    border: 1px solid #f0c020;
}

div.ok {
    border: 1px solid #00aa00;
}

div.error,
tr.error {
    background: #fcc;
    color: #200;
}

div.warning,
tr.warning {
    background: #ffd;
    color: #220;
}

div.ok,
tr.ok {
    background: #dfd;
    color: #020;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border-style: solid;
    border-color: red;
}

.form-item label {
    display: block;
    font-weight: bold;
}

.form-item label.option {
    display: inline;
    font-weight: normal;
}

.marker,
.form-required {
    color: #f00;
}

.more-link,
.more-help-link {
    text-align: right;
}

.nowrap {
    white-space: nowrap;
}

.item-list .pager {
    clear: both;
    text-align: center;
}

.item-list .pager li {
    display: inline;
}

.pager-current {
    font-weight: bold;
}

dl.multiselect dt,
dl.multiselect dd {
    float: left;
}

dl.multiselect dd.b,
dl.multiselect dd.b .form-item,
dl.multiselect dd.b select {
    width: 14em;
}

dl.multiselect dd.a,
dl.multiselect dd.a .form-item {
    width: 8em;
}

.container-inline div,
.container-inline label {
    display: inline;
}


/**
 * Autocomplete styles
 */

#autocomplete {
    position: absolute;
    border: 1px solid;
    overflow: hidden;
    z-index: 100;
}

#autocomplete li {
    background: #fff;
    color: #000;
    white-space: pre;
    cursor: default;
}

#autocomplete li.selected {
    background: #0072b9;
    color: #fff;
}


/**
 * Animated throbber
 */

html.js input.throbbing {
    background: transparent url(drupal/throbber.gif) 100% 50% no-repeat;
}


/**
 * Resizable text areas
 */

.form-textarea-wrapper textarea {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.resizable textarea {
    resize: vertical;
}


/**
 * Table drag and drop.
 */

.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    margin-right: 10px;
    text-decoration: none;
}

a.tabledrag-handle:hover {
    text-decoration: none;
}


a.tabledrag-handle-hover .handle {
    background-position: 0px -20px;
}

div.indentation {
    width: 20px;
    height: 20px;
    float: left;
    /* LTR */
}



/**
 * Teaser splitter
 */

.joined+.grippie {
    height: 5px;
    margin-bottom: -2px;
}


/* Keeps inner content contained in Opera 9. */

.teaser-checkbox {
    padding-top: 1px;
}

div.teaser-button-wrapper {
    float: right;
    padding-right: 5px;
}

.teaser-checkbox div.form-item {
    float: right;
    margin-right: 5px;
}

textarea.teaser {
    display: none;
}

html.js .no-js {
    display: none;
}


/*
** Progressbar styles
*/

.progress {
    font-weight: bold;
}

.progress .bar {
    background: #fff url(drupal/progress.gif);
    border: 1px solid #035;
    height: 18px;
}

.progress .filled {
    background: #07b;
    height: 18px;
    width: 0%;
}

.progress .percentage {
    float: right;
}

.progress-disabled {
    float: left;
}

.ahah-progress {
    float: left;
}

.ahah-progress .throbber {
    width: 20px;
    height: 20px;
    background: transparent url(drupal/throbber.gif) 50% 50% no-repeat;
    float: left;
}

.ahah-progress-bar {
    width: 16em;
}


/**
 * Formatting for welcome page
 */

#first-time strong {
    display: block;
}


/**
 * To be used with tableselect.js
 */

tr.selected td {
    background: #ffc;
}


/**
 * Floating header for tableheader.js
 */

table.sticky-header {
    margin-top: 0px;
    background: #fff;
}


/**
 * Installation clean URLs
 */

#clean-url.install {
    display: none;
}


/**
 * For anything you want to hide on page load when JS is enabled, so
 * that you can use the JS to control visibility and avoid flicker.
 */

html.js .js-hide {
    display: none;
}


/**
 * Styles for the system modules page (admin/build/modules)
 */

#system-modules div.incompatible,
#system-themes-form div.incompatible {
    font-weight: bold;
}


/**
 * Markup free clearing
 * Details: http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}


/* IE6 */

*:first-child+html .clearfix {
    min-height: 1%;
}


/* IE7 */


/**
 * update/update.css ==================================================
 */

.update .project,
.update table.version-recommended-strong .version-title {
    font-weight: bold;
}

.update .version-status {
    float: right;
}

.update .version-status .icon {
    padding-left: 10px;
}

.update .version-date {
    white-space: nowrap;
}

.update tr.error .version-recommended {
    background: #fdd;
}

.update tr.warning .version-recommended {
    background: #ffe;
}

.current-version,
.new-version {
    direction: ltr;
    /* Note: version numbers should always be LTR. */
}

.update tr.unknown {
    background: #ddd;
}

.update table.version-security .version-title {
    color: #910;
}

.update .security-error {
    font-weight: bold;
    color: #910;
}


/**
 * user/user.css ======================================================
 */

#permissions td.module {
    font-weight: bold;
}

#permissions td.permission {
    padding-left: 20px;
}


/**
 * misc/vertical-tabs.css =============================================
 */

.vertical-tabs {
    padding-left: 200px;
}

.vertical-tabs .vertical-tabs-list {
    float: left;
    width: 200px;
    margin-left: -200px;
}

.vertical-tabs .vertical-tabs-panes .vertical-tabs-pane {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.vertical-tabs .vertical-tabs-panes .vertical-tabs-pane legend {
    display: none;
}

.vertical-tabs .vertical-tabs-list .summary {
    display: block;
}


/**
 * Base styles.
 * Provides sensible defaults for everything to save you time. Override
 * with an empty stylesheet to start over from scratch.
 */


/**
 * Skip navigation ====================================================
 */

#skip-link {
    position: absolute;
    display: block;
}

#skip-link a,
#skip-link a:link,
#skip-link a:visited {
    position: absolute;
    display: block;
    left: -10000px;
    width: 1px;
    height: 1px;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
    position: static;
    width: auto;
    height: auto;
}


/**
 * Page width limiter =================================================
 *
 * Can be nested within major structural elements to allow full-width
 * bleeds combined with a fixed page width. Set a width on this in your
 * theme to get a consistent page width on major elements.
 */

.limiter {
    margin: 0px auto;
}


/**
 * Links ==============================================================
 *
 * Any ul.links are given a horizontal tab-like formatting.
 */

ul.links li,
ul.links li a {
    float: left;
}

ul.links.inline,
ul.links.inline li,
ul.links.inline li a {
    float: none;
    display: inline;
}


/**
 * Tables =============================================================
 */

table {
    width: 100%;
    margin: 0px 0px 20px;
}

table th,
table td {
    vertical-align: middle;
}


/**
 * Forms ==============================================================
 */

input.form-text,
select,
textarea {
    border: 1px solid #ccc;
}

input.form-submit,
label {
    font-weight: bold;
}

input.form-submit {
    cursor: pointer;
}

input.form-radio,
input.form-checkbox {
    vertical-align: middle;
}

.form-item .description,
.description {
    color: #666;
    font-size: 11px;
}

fieldset.collapsible .fieldset-title {
    cursor: pointer;
}

html.js fieldset.collapsed .fieldset-content {
    display: none;
}


/**
 * Views ==============================================================
 */

table.grid-2 td {
    width: 50%;
}

table.grid-3 td {
    width: 33.3%;
}

table.grid-4 td {
    width: 25%;
}

table.grid-5 td {
    width: 20%;
}

table.grid-6 td {
    width: 16.6%;
}

table.grid-7 td {
    width: 14.2%;
}

table.grid-8 td {
    width: 12.5%;
}


/* ==========================================================================
   Base
   ========================================================================== */


/* Colors
=================================*/

.purple {
    color: #002554;
}

.green,
.webform-client-form input[type=submit]:not(.ajax-processed),
.view-jobs .view-filters .views-exposed-widget .form-submit {
    color: #62b5e5;
}


/* ==========================================================================
   Variables
   ========================================================================== */


/* Fonts
=================================*/

.fa:before {
    font-family: 'FontAwesome';
}


/* Layout
=================================*/


/* ==========================================================================
   Mixins
   ========================================================================== */


/* USAGE
@include breakpoint(xlg) { // XLARGE =================================

}//xlarge

@include breakpoint(lg) { // LARGE =================================

}//large

@include breakpoint(med) { // MEDIUM =================================

}//medium

@include breakpoint(small) { // SMALL ================================

}//small

@include breakpoint(xsmall) { // XSMALL ================================

}//xsmall
*/

.disabled {
    pointer-events: none;
}

.node-type-basic-page-custom-1 .content,
.node-type-basic-page .content,
.node-type-basic-page-custom-1 .content>.inside,
.node-type-basic-page .content>.inside,
.front,
.front .subhero,
.front .content-01,
.front .content-02,
.front .content-03,
.node-type-section-landing-child .content,
.node-type-product .content,
.node-type-product .content-btm,
.page-search {
    background: #eee url(https://dokumfe7mps0i.cloudfront.net/oms/16395/image/2025/7/55AL6_grey-bg-patt-01/grey-bg-patt-01.jpg);
}

.node-type-webform .top-right-btm-layout .content-top,
.node-type-newsletter .content-top,
.node-type-publication .content-top,
.page-node-detail-misc .top-right-btm-layout .content-top,
.node-type-basic-page.page-utility .content-top {
    background: #002554 url(https://dokumfe7mps0i.cloudfront.net/oms/16395/image/2025/7/TJ3XH_dkblue-noise-bg-01/dkblue-noise-bg-01.jpg) no-repeat !important;
    background-size: cover !important;
    color: #fff;
}

.ul-zero,
ul.arrowlist,
ul.buttons,
.page-user ul.tabs,
ul.pager,
.right .menu-name-main-menu ul.menu,
.node-type-basic-page-custom-1 .col-right ul.menu,
.node-type-basic-page .right ul.menu,
.view-section-landing.link-buttons ul,
.view-basic-page-custom-1.images ul.slick-dots,
.node-type-section-landing-child .content .pane-menu-tree ul.menu,
.node-type-product .content-btm .view-product.tabbed-content ul.bulletlist,
.node-type-product .content-btm .view-product.tabbed-content ul.bulletlist ul,
.page-blog .sb-blog ul,
.page-search ol {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.ul-zero li:before,
ul.arrowlist li:before,
ul.buttons li:before,
.page-user ul.tabs li:before,
ul.pager li:before,
.right .menu-name-main-menu ul.menu li:before,
.node-type-basic-page-custom-1 .col-right ul.menu li:before,
.node-type-basic-page .right ul.menu li:before,
.view-section-landing.link-buttons ul li:before,
.view-basic-page-custom-1.images ul.slick-dots li:before,
.node-type-section-landing-child .content .pane-menu-tree ul.menu li:before,
.node-type-product .content-btm .view-product.tabbed-content ul.bulletlist li:before,
.page-blog .sb-blog ul li:before,
.page-search ol li:before {
    content: '';
}

.mobile-nav,
.mobile-nav .close,
.header,
.site-search,
.overlay,
.node-type-basic-page-custom-1 .fixed-header-image,
.node-type-basic-page .fixed-header-image,
.node-type-section-landing-child .fixed-header-image,
.node-type-product .fixed-header-image {
    transition: all 0.3s ease-in-out;
}

.node-type-section-landing-child .content .pane-menu-tree ul.menu a {
    transition: all 0.15s ease-in-out;
}

.view-section-landing.link-buttons ul a,
.front .subhero ul.buttons li a,
.front .content-01 ul.buttons.large a {
    transition: all 0.5s ease-in-out;
}

.header a.logo img,
.footer .col.left a.logo img,
.view-video-gallery .views-row img,
.view-team .views-field-field-headshot img,
.view-basic-page-custom-1.images img,
.front .content-02 .solutions-title img,
.page-node-detail-misc .top-right-btm-layout .content-area .field-name-field-headshot img,
.view-blog.landing-list .views-field-field-blog-image img {
    width: 100%;
    height: auto;
}

.col-narrow,
.page-utility .content-top,
.top-right-btm-layout .content-top,
.node-type-basic-page-custom-1 .content>.inside,
.node-type-basic-page .content>.inside,
.node-type-product .content-top .field-name-field-subtitle,
.node-type-product .content .inside,
.node-type-product .content-btm .inside,
.view-section-landing.link-buttons,
.front .home-inside,
.node-type-section-landing .field-name-body,
.node-type-section-landing-child .content .pane-menu-tree,
.node-type-section-landing-child .field-name-body {
    width: 90%;
    margin: auto;
    padding: 2% 7%;
    background: #fff;
}

@media (max-width: 667px) {

    .col-narrow,
    .page-utility .content-top,
    .top-right-btm-layout .content-top,
    .node-type-basic-page-custom-1 .content>.inside,
    .node-type-basic-page .content>.inside,
    .node-type-product .content-top .field-name-field-subtitle,
    .node-type-product .content .inside,
    .node-type-product .content-btm .inside,
    .view-section-landing.link-buttons,
    .front .home-inside,
    .node-type-section-landing .field-name-body,
    .node-type-section-landing-child .content .pane-menu-tree,
    .node-type-section-landing-child .field-name-body {
        padding: 4% 7%;
        width: 100%;
    }
}

ul.logo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px !important;
    padding: 30px 0;
    list-style: none !important;
}

ul.logo-list li {
    margin: 0 15px;
    padding: 0 !important;
    max-height: 50px;
}

ul.logo-list li:before {
    content: '' !important;
}

ul.logo-list img {
    width: auto;
    height: 80px;
    max-height: 80px;
}

@media (max-width: 480px) {
    ul.logo-list img {
        height: 60px;
        max-height: 60px;
    }
}


/**
* Create a simple CSS triangle (ie8 included!)
* @todo, cleanup logic a bit.
*/


/**
* Set width, height, and background image of a compass-image
* (requires relative_assets be set to true in config.rb)
* usage: size-to-image('img/kitten.jpg')
*/


/* Global Typography
=================================*/

body {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.5;
    color: #565656;
    font-weight: 300;
}

* {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}


/* @ Font imports
=================================*/


/* Type Classes (for elements that do not fit into simple area>element selectors)
=================================*/


/* Headings (for content, override Page titles etc with a class)
=================================*/

h1,
.h1,
.main h1,
.field-name-body h1,
h2,
.h2,
.main h2,
.field-name-body h2,
h3,
.h3,
.main h3,
.field-name-body h3,
h4,
.h4,
.main h4,
.field-name-body h4,
.field-name-field-subtitle,
h5,
.h5,
.main h5,
.field-name-body h5 {
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    text-rendering: optimizelegibility;
    font-weight: 300;
    /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
}

.h1,
.main h1,
.field-name-body h1 {
    font-size: 2.5em;
    line-height: 1.333em;
}

h1.node-title {
    font-size: 4.2em;
    letter-spacing: 4px;
    font-weight: 300;
}

@media (max-width: 890px) {
    h1.node-title {
        font-size: 3.6em;
    }
}

@media (max-width: 667px) {
    h1.node-title {
        font-size: 3.0em;
    }
}

@media (max-width: 480px) {
    h1.node-title {
        font-size: 2.4em;
    }
}

.h2,
.main h2,
.field-name-body h2 {
    font-size: 2.5em;
    line-height: 1.0em;
    margin-bottom: 20px;
    color: #002554;
    letter-spacing: 5px;
}

@media (max-width: 890px) {

    .h2,
    .main h2,
    .field-name-body h2 {
        margin-bottom: 15px;
        font-size: 2.2em;
        letter-spacing: 3px;
    }
}

@media (max-width: 768px) {

    .h2,
    .main h2,
    .field-name-body h2 {
        font-size: 2.0em;
    }
}

.h3,
.main h3,
.field-name-body h3 {
    font-size: 1.8em;
    margin-bottom: 0.25em;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.3;
}

@media (max-width: 1024px) {

    .h3,
    .main h3,
    .field-name-body h3 {
        font-size: 1.6em;
        letter-spacing: 3px;
    }
}

@media (max-width: 768px) {

    .h3,
    .main h3,
    .field-name-body h3 {
        font-size: 1.4em;
        letter-spacing: 2px;
    }
}

@media (max-width: 480px) {

    .h3,
    .main h3,
    .field-name-body h3 {
        font-size: 1.35em;
        letter-spacing: 1px;
    }
}

.h4,
.main h4,
.field-name-body h4,
.field-name-field-subtitle {
    font-size: 1.55em;
    font-weight: 300;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #333;
}

@media (max-width: 1200px) {

    .h4,
    .main h4,
    .field-name-body h4,
    .field-name-field-subtitle {
        letter-spacing: 3px;
    }
}

@media (max-width: 1024px) {

    .h4,
    .main h4,
    .field-name-body h4,
    .field-name-field-subtitle {
        letter-spacing: 2px;
    }
}

@media (max-width: 890px) {

    .h4,
    .main h4,
    .field-name-body h4,
    .field-name-field-subtitle {
        font-size: 1.6em;
    }
}

@media (max-width: 667px) {

    .h4,
    .main h4,
    .field-name-body h4,
    .field-name-field-subtitle {
        font-size: 1.4em;
    }
}

@media (max-width: 480px) {

    .h4,
    .main h4,
    .field-name-body h4,
    .field-name-field-subtitle {
        font-size: 1.3em;
    }
}

.h5,
.main h5,
.field-name-body h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px;
}


/* links
=================================*/

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

.content-area a {
    text-decoration: underline;
    color: #62b5e5;
}

.content-area a:hover {
    text-decoration: none;
}

a[href^="tel:"] {
    pointer-events: none;
}

@media (max-width: 667px) {
    a[href^="tel:"] {
        pointer-events: auto;
    }
}

a:visited {
    color: none;
}

.pane-title {
    margin-bottom: 5px;
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    font-weight: 300;
    letter-spacing: 2px;
}

sup {
    display: inline-block;
    vertical-align: top;
    font-size: 0.5em;
    line-height: 1.3;
}

sub {
    display: inline-block;
    vertical-align: bottom;
    font-size: 0.5em;
    line-height: 1.7;
}

.more {
    color: #002554;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.more:hover {
    color: #3a4cbe;
    text-decoration: none;
}

.more:hover:after {
    text-decoration: none;
}

.more:after {
    content: '\00BB';
    display: inline-block;
    font-size: 1.15em;
    line-height: 1;
    letter-spacing: -2px;
    vertical-align: normal;
    text-decoration: underline;
}


/* Inline
=================================*/

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.small,
small {
    font-size: 0.9em;
}

.xsmall {
    font-size: 0.8em;
}

.front .hero .hero-top h1 .super,
.front .hero .hero-middle .super,
.front .hero .hero-bottom .sub {
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #fff;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-size: 1.5em;
}

@media (max-width: 768px) {

    .front .hero .hero-top h1 .super,
    .front .hero .hero-middle .super,
    .front .hero .hero-bottom .sub {
        letter-spacing: 5px;
        line-height: 1.2;
    }
}

@media (max-width: 667px) {

    .front .hero .hero-top h1 .super,
    .front .hero .hero-middle .super,
    .front .hero .hero-bottom .sub {
        font-size: 1.3em;
        letter-spacing: 3px;
    }
}


/* Headlines
=================================*/


/* ==========================================================================
   Page Content
   ========================================================================== */

.main,
.field-name-body {
    /* Links
  =================================*/
}

.main ul,
.main ol,
.field-name-body ul,
.field-name-body ol {
    margin: 0 0 1.5em 3em;
}

.main p,
.main .view-team .views-field-path .snippet,
.view-team .views-field-path .main .snippet,
.main .view-blog.landing-list .views-field-path .snippet,
.view-blog.landing-list .views-field-path .main .snippet,
.main .view.landing-list .views-field-body,
.view.landing-list .main .views-field-body,
.field-name-body p,
.field-name-body .view-team .views-field-path .snippet,
.view-team .views-field-path .field-name-body .snippet,
.field-name-body .view-blog.landing-list .views-field-path .snippet,
.view-blog.landing-list .views-field-path .field-name-body .snippet,
.field-name-body .view.landing-list .views-field-body,
.view.landing-list .field-name-body .views-field-body {
    margin-bottom: 25px;
    font-size: 1.1em;
    letter-spacing: 1px;
    line-height: 1.8;
    word-wrap: break-word;
}

.main p.small,
.main .view-team .views-field-path small.snippet,
.view-team .views-field-path .main small.snippet,
.main .view-blog.landing-list .views-field-path small.snippet,
.view-blog.landing-list .views-field-path .main small.snippet,
.main .view-team .views-field-path .small.snippet,
.view-team .views-field-path .main .small.snippet,
.main .view-blog.landing-list .views-field-path .small.snippet,
.view-blog.landing-list .views-field-path .main .small.snippet,
.main .view.landing-list .small.views-field-body,
.view.landing-list .main .small.views-field-body,
.main .view.landing-list small.views-field-body,
.view.landing-list .main small.views-field-body,
.field-name-body p.small,
.field-name-body .view-team .views-field-path small.snippet,
.view-team .views-field-path .field-name-body small.snippet,
.field-name-body .view-blog.landing-list .views-field-path small.snippet,
.view-blog.landing-list .views-field-path .field-name-body small.snippet,
.field-name-body .view-team .views-field-path .small.snippet,
.view-team .views-field-path .field-name-body .small.snippet,
.field-name-body .view-blog.landing-list .views-field-path .small.snippet,
.view-blog.landing-list .views-field-path .field-name-body .small.snippet,
.field-name-body .view.landing-list .small.views-field-body,
.view.landing-list .field-name-body .small.views-field-body,
.field-name-body .view.landing-list small.views-field-body,
.view.landing-list .field-name-body small.views-field-body {
    font-size: 0.85em;
}

.main img,
.field-name-body img {
    max-width: 100%;
}

.main p a,
.main .view-team .views-field-path .snippet a,
.view-team .views-field-path .main .snippet a,
.main .view-blog.landing-list .views-field-path .snippet a,
.view-blog.landing-list .views-field-path .main .snippet a,
.main .view.landing-list .views-field-body a,
.view.landing-list .main .views-field-body a,
.field-name-body p a,
.field-name-body .view-team .views-field-path .snippet a,
.view-team .views-field-path .field-name-body .snippet a,
.field-name-body .view-blog.landing-list .views-field-path .snippet a,
.view-blog.landing-list .views-field-path .field-name-body .snippet a,
.field-name-body .view.landing-list .views-field-body a,
.view.landing-list .field-name-body .views-field-body a {
    color: #62b5e5;
    text-decoration: underline;
}

.main p a:hover,
.main .view-team .views-field-path .snippet a:hover,
.view-team .views-field-path .main .snippet a:hover,
.main .view-blog.landing-list .views-field-path .snippet a:hover,
.view-blog.landing-list .views-field-path .main .snippet a:hover,
.main .view.landing-list .views-field-body a:hover,
.view.landing-list .main .views-field-body a:hover,
.field-name-body p a:hover,
.field-name-body .view-team .views-field-path .snippet a:hover,
.view-team .views-field-path .field-name-body .snippet a:hover,
.field-name-body .view-blog.landing-list .views-field-path .snippet a:hover,
.view-blog.landing-list .views-field-path .field-name-body .snippet a:hover,
.field-name-body .view.landing-list .views-field-body a:hover,
.view.landing-list .field-name-body .views-field-body a:hover {
    text-decoration: none;
}

.main p a.btn,
.main .view-team .views-field-path .snippet a.btn,
.view-team .views-field-path .main .snippet a.btn,
.main .view-blog.landing-list .views-field-path .snippet a.btn,
.view-blog.landing-list .views-field-path .main .snippet a.btn,
.main .view.landing-list .views-field-body a.btn,
.view.landing-list .main .views-field-body a.btn,
.main p .page-user form#user-login a.form-submit,
.page-user form#user-login .main p a.form-submit,
.main .view-team .views-field-path .snippet .page-user form#user-login a.form-submit,
.page-user form#user-login .main .view-team .views-field-path .snippet a.form-submit,
.view-team .views-field-path .main .snippet .page-user form#user-login a.form-submit,
.page-user form#user-login .view-team .views-field-path .main .snippet a.form-submit,
.main .view-blog.landing-list .views-field-path .snippet .page-user form#user-login a.form-submit,
.page-user form#user-login .main .view-blog.landing-list .views-field-path .snippet a.form-submit,
.view-blog.landing-list .views-field-path .main .snippet .page-user form#user-login a.form-submit,
.page-user form#user-login .view-blog.landing-list .views-field-path .main .snippet a.form-submit,
.main .view.landing-list .views-field-body .page-user form#user-login a.form-submit,
.page-user form#user-login .main .view.landing-list .views-field-body a.form-submit,
.view.landing-list .main .views-field-body .page-user form#user-login a.form-submit,
.page-user form#user-login .view.landing-list .main .views-field-body a.form-submit,
.main p .view-jobs .view-filters .views-exposed-widget a.form-submit,
.view-jobs .view-filters .views-exposed-widget .main p a.form-submit,
.main .view-team .views-field-path .snippet .view-jobs .view-filters .views-exposed-widget a.form-submit,
.view-jobs .view-filters .views-exposed-widget .main .view-team .views-field-path .snippet a.form-submit,
.view-team .views-field-path .main .snippet .view-jobs .view-filters .views-exposed-widget a.form-submit,
.view-jobs .view-filters .views-exposed-widget .view-team .views-field-path .main .snippet a.form-submit,
.main .view-blog.landing-list .views-field-path .snippet .view-jobs .view-filters .views-exposed-widget a.form-submit,
.view-jobs .view-filters .views-exposed-widget .main .view-blog.landing-list .views-field-path .snippet a.form-submit,
.view-blog.landing-list .views-field-path .main .snippet .view-jobs .view-filters .views-exposed-widget a.form-submit,
.view-jobs .view-filters .views-exposed-widget .view-blog.landing-list .views-field-path .main .snippet a.form-submit,
.main .view.landing-list .views-field-body .view-jobs .view-filters .views-exposed-widget a.form-submit,
.view-jobs .view-filters .views-exposed-widget .main .view.landing-list .views-field-body a.form-submit,
.view.landing-list .main .views-field-body .view-jobs .view-filters .views-exposed-widget a.form-submit,
.view-jobs .view-filters .views-exposed-widget .view.landing-list .main .views-field-body a.form-submit,
.field-name-body p a.btn,
.field-name-body .view-team .views-field-path .snippet a.btn,
.view-team .views-field-path .field-name-body .snippet a.btn,
.field-name-body .view-blog.landing-list .views-field-path .snippet a.btn,
.view-blog.landing-list .views-field-path .field-name-body .snippet a.btn,
.field-name-body .view.landing-list .views-field-body a.btn,
.view.landing-list .field-name-body .views-field-body a.btn,
.field-name-body p .page-user form#user-login a.form-submit,
.page-user form#user-login .field-name-body p a.form-submit,
.field-name-body .view-team .views-field-path .snippet .page-user form#user-login a.form-submit,
.page-user form#user-login .field-name-body .view-team .views-field-path .snippet a.form-submit,
.view-team .views-field-path .field-name-body .snippet .page-user form#user-login a.form-submit,
.page-user form#user-login .view-team .views-field-path .field-name-body .snippet a.form-submit,
.field-name-body .view-blog.landing-list .views-field-path .snippet .page-user form#user-login a.form-submit,
.page-user form#user-login .field-name-body .view-blog.landing-list .views-field-path .snippet a.form-submit,
.view-blog.landing-list .views-field-path .field-name-body .snippet .page-user form#user-login a.form-submit,
.page-user form#user-login .view-blog.landing-list .views-field-path .field-name-body .snippet a.form-submit,
.field-name-body .view.landing-list .views-field-body .page-user form#user-login a.form-submit,
.page-user form#user-login .field-name-body .view.landing-list .views-field-body a.form-submit,
.view.landing-list .field-name-body .views-field-body .page-user form#user-login a.form-submit,
.page-user form#user-login .view.landing-list .field-name-body .views-field-body a.form-submit,
.field-name-body p .view-jobs .view-filters .views-exposed-widget a.form-submit,
.view-jobs .view-filters .views-exposed-widget .field-name-body p a.form-submit,
.field-name-body .view-team .views-field-path .snippet .view-jobs .view-filters .views-exposed-widget a.form-submit,
.view-jobs .view-filters .views-exposed-widget .field-name-body .view-team .views-field-path .snippet a.form-submit,
.view-team .views-field-path .field-name-body .snippet .view-jobs .view-filters .views-exposed-widget a.form-submit,
.view-jobs .view-filters .views-exposed-widget .view-team .views-field-path .field-name-body .snippet a.form-submit,
.field-name-body .view-blog.landing-list .views-field-path .snippet .view-jobs .view-filters .views-exposed-widget a.form-submit,
.view-jobs .view-filters .views-exposed-widget .field-name-body .view-blog.landing-list .views-field-path .snippet a.form-submit,
.view-blog.landing-list .views-field-path .field-name-body .snippet .view-jobs .view-filters .views-exposed-widget a.form-submit,
.view-jobs .view-filters .views-exposed-widget .view-blog.landing-list .views-field-path .field-name-body .snippet a.form-submit,
.field-name-body .view.landing-list .views-field-body .view-jobs .view-filters .views-exposed-widget a.form-submit,
.view-jobs .view-filters .views-exposed-widget .field-name-body .view.landing-list .views-field-body a.form-submit,
.view.landing-list .field-name-body .views-field-body .view-jobs .view-filters .views-exposed-widget a.form-submit,
.view-jobs .view-filters .views-exposed-widget .view.landing-list .field-name-body .views-field-body a.form-submit {
    text-decoration: none;
}

.content-area ul li {
    padding: 8px 0;
    font-size: 14px;
}


/* ==========================================================================
   Lists
   ========================================================================== */

.list.divider li+li:before {
    content: "|";
    padding: 0 0.8em;
}

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

.list.inline {
    display: inline;
}

.list.inline li {
    display: inline;
}

.bullet-list {
    list-style-type: disc;
}

ul.arrowlist li {
    position: relative;
    margin: 13px 0;
    padding-left: 30px;
    font-size: 1.2em;
}



@media (max-width: 480px) {
    ul.arrowlist li {
        margin: 8px 0;
        font-size: 1.1em;
    }
}

.content-area ul,
.content-list ul {
    margin: 0 0 30px;
    list-style: none;
}

.content-area ul li,
.content-list ul li {
    position: relative;
    padding: 5px 0 5px 34px;
    font-size: 1.1em;
}

.content-area ul li li,
.content-list ul li li {
    font-size: 1.0em;
}

.content-area ul li a,
.content-list ul li a {
    text-decoration: underline;
    color: #62b5e5;
}

.content-area ul li a:hover,
.content-list ul li a:hover {
    text-decoration: none;
}

.content-area ul li:before,
.content-list ul li:before {
    position: absolute;
    top: 7px;
    left: 15px;
    content: '▪';
    font-size: 1.3em;
    line-height: 1.0;
    color: #62b5e5;
}

.info-group {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    margin-bottom: 1em;
}

.info-group .info-group-heading {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    margin-bottom: 0;
}

.info-group .info-group-list {
    color: #002554;
    list-style-type: none;
    margin: 0;
}


/* Definition lists (Troubleshooting) | from http://goo.gl/WctXl
=================================*/

dl {
    margin-bottom: 1em;
}

dt {
    margin-bottom: 1em;
    font-weight: bold;
}

dd+dt {
    margin-top: 1em;
}

dl.horizontal dt {
    float: left;
    width: 28%;
    clear: left;
    text-align: right;
}

dl.horizontal dd {
    margin-left: 30%;
    margin-bottom: 1.5em;
}

dl.horizontal dd:last-child {
    margin-bottom: 1em;
}


/* ==========================================================================
   Warnings/ Erorors / Messages
   ========================================================================== */


/* ==========================================================================
   Buttons / Admin
   ========================================================================== */

.btn,
.page-user form#user-login .form-submit,
.webform-client-form input[type=submit]:not(.ajax-processed),
.view-jobs .view-filters .views-exposed-widget .form-submit,
.page-search form.search-form input[type=submit] {
    display: inline-block;
    padding: 20px 40px;
    background: #62b5e5;
    color: #fff !important;
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: 300 !important;
    line-height: 1.0;
    letter-spacing: 3px;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
}

.btn.lg,
.page-user form#user-login .lg.form-submit,
.webform-client-form input.lg[type=submit]:not(.ajax-processed),
.view-jobs .view-filters .views-exposed-widget .lg.form-submit,
.page-search form.search-form input.lg[type=submit] {
    padding: 25px 50px 20px;
    font-size: 1.5em;
}

.btn.sm,
.page-user form#user-login .sm.form-submit,
.page-user form#user-login .view-jobs .view-filters .views-exposed-widget .form-submit,
.view-jobs .view-filters .views-exposed-widget .page-user form#user-login .form-submit,
.webform-client-form input.sm[type=submit]:not(.ajax-processed),
.view-jobs .view-filters .views-exposed-widget .form-submit,
.page-search form.search-form input.sm[type=submit] {
    padding: 7px 15px 5px;
    font-size: 0.85em;
    font-weight: 400 !important;
}

.btn:hover,
.page-user form#user-login .form-submit:hover,
.webform-client-form input[type=submit]:hover:not(.ajax-processed),
.view-jobs .view-filters .views-exposed-widget .form-submit:hover,
.page-search form.search-form input[type=submit]:hover {
    background: #81c3ea;
}

.btn.green,
.page-user form#user-login .green.form-submit,
.page-user form#user-login .webform-client-form input.form-submit[type=submit]:not(.ajax-processed),
.webform-client-form .page-user form#user-login input.form-submit[type=submit]:not(.ajax-processed),
.page-user form#user-login .view-jobs .view-filters .views-exposed-widget .form-submit,
.view-jobs .view-filters .views-exposed-widget .page-user form#user-login .form-submit,
.webform-client-form input[type=submit]:not(.ajax-processed),
.view-jobs .view-filters .views-exposed-widget .form-submit,
.page-search form.search-form input.green[type=submit],
.page-search form.search-form .webform-client-form input[type=submit]:not(.ajax-processed),
.webform-client-form .page-search form.search-form input[type=submit]:not(.ajax-processed) {
    background: #62b5e5;
}

.btn.green:hover,
.page-user form#user-login .green.form-submit:hover,
.page-user form#user-login .webform-client-form input.form-submit[type=submit]:hover:not(.ajax-processed),
.webform-client-form .page-user form#user-login input.form-submit[type=submit]:hover:not(.ajax-processed),
.page-user form#user-login .view-jobs .view-filters .views-exposed-widget .form-submit:hover,
.view-jobs .view-filters .views-exposed-widget .page-user form#user-login .form-submit:hover,
.webform-client-form input[type=submit]:hover:not(.ajax-processed),
.view-jobs .view-filters .views-exposed-widget .form-submit:hover,
.page-search form.search-form input.green[type=submit]:hover {
    background: #81c3ea
}

.btn.wht,
.page-user form#user-login .wht.form-submit,
.webform-client-form input.wht[type=submit]:not(.ajax-processed),
.view-jobs .view-filters .views-exposed-widget .wht.form-submit,
.page-search form.search-form input.wht[type=submit] {
    background: #fff;
    color: #002554;
}

.btn.wht:hover,
.page-user form#user-login .wht.form-submit:hover,
.webform-client-form input.wht[type=submit]:hover:not(.ajax-processed),
.view-jobs .view-filters .views-exposed-widget .wht.form-submit:hover,
.page-search form.search-form input.wht[type=submit]:hover {
    background: #eee;
}

@media (max-width: 480px) {

    .btn,
    .page-user form#user-login .form-submit,
    .webform-client-form input[type=submit]:not(.ajax-processed),
    .view-jobs .view-filters .views-exposed-widget .form-submit,
    .page-search form.search-form input[type=submit] {
        display: block;
        padding: 15px 20px 12px;
    }
}

ul.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 134%;
    margin-left: -17% !important;
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.4;
}

ul.buttons li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 23%;
    margin: 0 1.0%;
}

ul.buttons li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 300;
    text-decoration: none;
    background-size: cover;
    color: #fff;
}

ul.buttons li a span {
    width: 100%;
    margin: auto;
    text-align: center;
}

ul.buttons li a span:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    height: 2px;
    margin: 0 auto;
    content: '';
    background: #fff;
}

ul.buttons.large li {
    width: 47%;
}

ul.buttons.large li a {
    padding: 7vw 2vw;
    font-size: 2.4em;
    line-height: 1.2;
    letter-spacing: 4px;
}

ul.buttons.medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

ul.buttons.medium li {
    width: 30%;
    margin: 0 1vw 2vw;
}

ul.buttons.medium li a {
    padding: 7vw 2vw;
}

@media (max-width: 1024px) {
    ul.buttons.large li a {
        font-size: 2.0em;
    }
}

@media (max-width: 768px) {
    ul.buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    ul.buttons li {
        width: 47%;
        margin-bottom: 3%;
    }

    ul.buttons.large li a {
        padding: 8vw 4%;
        font-size: 1.8em;
        letter-spacing: 3px;
    }
}

@media (max-width: 667px) {
    ul.buttons {
        width: 100%;
        margin-left: 0 !important;
    }

    ul.buttons.large li {
        display: block;
        width: 100%;
        margin: 0 auto 1.5vw;
    }

    ul.buttons.large li a {
        padding: 6vw 4%;
        font-size: 1.4em;
    }

    ul.buttons.medium li {
        width: 47%;
    }
}

@media (max-width: 480px) {
    ul.buttons.medium {
        text-align: center;
    }

    ul.buttons.medium li {
        width: 100%;
        margin: 1.5vw 0;
    }

    ul.buttons.medium li a {
        padding: 5vw 1vw;
    }
}

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

.page-user .main .inner {
    padding: 2% 4% !important;
}

.page-user ul.tabs a {
    font-weight: normal;
    color: #002554;
    text-decoration: none;
}

.page-user ul.tabs a:hover {
    text-decoration: underline;
}

.page-user form#user-login {
    max-width: 400px;
    margin: auto;
}

.page-user form#user-login .form-item {
    margin-bottom: 8px;
}

.page-user form#user-login label {
    text-transform: uppercase;
}

.page-user form#user-login .form-text {
    width: 100%;
    padding: 0 10px;
    height: 34px;
    font-size: 0.9em;
    background: #eee;
    border-color: #eee;
}

.page-user form#user-login .form-text.error {
    border-color: red;
}

.logged-in {
    padding: 0 0 64px !important;
}

.logged-in #tabs {
    position: fixed;
    bottom: 80px;
    right: 0;
    text-align: right;
    z-index: 3000;
}

.logged-in #tabs li {
    display: block;
    width: 80px;
    margin-bottom: 1px;
}

.logged-in #tabs li a {
    display: block;
    width: 80px;
    padding: 5px 10px;
    background: #002554;
    font-size: 0.9em;
    text-align: left;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 0 2px #ccc;
}

.logged-in #tabs li a:hover {
    background: #3647b2;
}

@media (max-width: 667px) {
    .logged-in #tabs {
        display: none;
        bottom: 0;
    }

    .logged-in #tabs ul {
        margin: 0;
    }

    .logged-in #tabs li {
        display: inline-block;
    }

    .logged-in #tabs li a {
        padding: 2px 10px;
        text-align: center;
        font-size: 0.8em;
    }
}

#toolbar {
    top: auto;
    bottom: 0;
}

@media (max-width: 667px) {
    #toolbar {
        display: none;
    }
}

.webform-client-form select,
.view-jobs .view-filters .views-exposed-widget select,
.page-blog .sb-blog select,
.webform-client-form .form-text,
.webform-client-form textarea,
.webform-client-form .webform-component-file .form-managed-file,
.view-jobs .view-filters .views-exposed-widget .form-text {
    width: 100%;
    height: 30px;
    padding: 0 1%;
    border: 2px solid #eee;
    background: #f9f9f9;
    font-size: 0.9em;
    color: #444;
    outline: none;
}

.webform-client-form select:focus,
.view-jobs .view-filters .views-exposed-widget select:focus,
.page-blog .sb-blog select:focus,
.webform-client-form .form-text:focus,
.webform-client-form textarea:focus,
.webform-client-form .webform-component-file .form-managed-file:focus,
.view-jobs .view-filters .views-exposed-widget .form-text:focus {
    border-color: #c1e2a3;
}

.webform-client-form select,
.view-jobs .view-filters .views-exposed-widget select,
.page-blog .sb-blog select {
    
    font-size: 0.9em;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}

.webform-client-form select::-ms-expand,
.view-jobs .view-filters .views-exposed-widget select::-ms-expand,
.page-blog .sb-blog select::-ms-expand {
    display: none;
}

.webform-client-form label,
.view-jobs .view-filters .views-exposed-widget label {
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    color: #002554;
    letter-spacing: 2px;
}

.webform-client-form {
    /* Errors
  =================================*/
}

.webform-client-form .form-item {
    margin-bottom: 8px;
    overflow: hidden;
}

.webform-client-form textarea {
    height: 100px;
    padding: 5px;
}

.webform-client-form .webform-component-file .form-managed-file {
    height: auto;
    padding: 10px;
}

.webform-client-form .webform-component-file input[type=submit] {
    width: 100px;
    background: #62b5e5;
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.8;
}

.webform-client-form input.error {
    border: 2px solid red;
}

.webform-client-form .error-msg {
    width: 100%;
    font-size: 0.9em;
    color: red;
}

.webform-client-form .error-msg span {
    display: none !important;
}

@media (max-width: 667px) {
    .webform-client-form .form-item {
        margin-left: 0;
    }

    .webform-client-form .error-msg {
        width: 100%;
        float: none;
    }
}

form * {
    -webkit-appearance: none;
    border-radius: 0;
}

.view-jobs .view-filters {
    margin-bottom: 30px;
}

.view-jobs .view-filters .views-exposed-widget {
    display: inline-block;
    vertical-align: bottom;
}

.view-jobs .view-filters .views-exposed-widget:not(.views-submit-button) {
    width: 40%;
}

.view-jobs .view-filters .views-exposed-widget .form-submit {
    height: 30px;
    margin-top: 27px;
}

@media (max-width: 890px) {
    .view-jobs .view-filters .views-exposed-widget {
        display: block !important;
        width: 100% !important;
    }

    .view-jobs .view-filters .views-exposed-widget .form-submit {
        margin-top: 0;
    }
}

.node-type-webform .top-right-btm-layout .content-top {
    width: 100%;
}

.node-type-webform .top-right-btm-layout .content-top .inside {
    padding: 0 2%;
}

@media (max-width: 768px) {
    .node-type-webform .top-right-btm-layout .content-top .inside {
        padding: 4%;
    }
}

.node-type-webform .top-right-btm-layout .content-area {
    width: 68%;
}

.node-type-webform .top-right-btm-layout .right {
    width: 28%;
}

@media (max-width: 768px) {
    .node-type-webform .top-right-btm-layout .content-area {
        width: 100%;
    }

    .node-type-webform .top-right-btm-layout .right {
        width: 100%;
    }
}

.contact-locations .loc {
    margin-bottom: 10px;
    padding: 20px;
    background: #f5f5f5;
}

.contact-locations .loc .name {
    font-weight: 700;
}


/* ==========================================================================
   Global Styles
   ========================================================================== */


/* ==========================================================================
   Global (page backgrounds etc)
   ==Battery<br>Chemistriesies</i>================================================== */

* {
    box-sizing: border-box;
}

.page-user .main .inner,
.inside,
.page-search .main>.inner {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 2%;
}

@media (max-width: 768px) {

    .page-user .main .inner,
    .inside,
    .page-search .main>.inner {
        padding: 0 4%;
    }
}

#container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    right: 0;
    min-height: 100vh;
}

.home-only {
    display: none;
}

.front .home-only {
    display: inline-block;
}

ul.pager {
    padding-bottom: 5px !important;
}

ul.pager li {
    display: inline-block;
    margin: 0 0 0 1px !important;
    padding: 0;
    font-size: 0;
    height: 36px;
    text-align: center;
}

ul.pager li:before {
    display: none;
}

ul.pager li span,
ul.pager li a {
    display: block;
    height: 36px;
    padding: 8px 15px;
    font-size: 14px;
    background: #5d6cce;
    color: #fff !important;
    text-decoration: none;
    border-radius: 3px;
}

ul.pager li span:hover,
ul.pager li a:hover {
    background: #002554;
}

ul.pager li.pager-current span {
    background: #002554;
}

ul.pager.pager-list li span,
ul.pager.pager-list li a {
    width: 36px;
}

ul.pager.pager-links li span,
ul.pager.pager-links li a {
    width: 80px;
}

.main {
    padding-top: 110px;
}

@media (max-width: 1024px) {
    .main {
        padding-top: 70px;
    }
}

ul.pager {
    display: block;
    margin-top: 25px;
    text-align: center;
    clear: both;
}

ul.pager li {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

ul.pager li a {
    color: #002554;
}

ul.pager li.pager-current {
    margin: 0 10px;
    font-size: 1.2em;
}

.mobile-nav {
    position: fixed;
    width: 400px;
    height: 100%;
    background: #62b5e5;
    top: 0;
    right: -400px;
    border-left: 1px solid #ccc;
    text-align: right;
    z-index: 500;
    overflow: auto;
}

.mobile-nav.vis {
    right: 0;
}

.mobile-nav.vis .close {
    right: 0;
}

.mobile-nav .close {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 70px;
    padding: 20px;
    background: #fff;
    cursor: pointer;
}

.mobile-nav ul.menu {
    padding: 90px 20px 0;
    overflow: auto;
}

.mobile-nav ul.menu li {
    padding: 5px 0;
}

.mobile-nav ul.menu li a {
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.mobile-nav ul.menu li a.active,
.mobile-nav ul.menu li a.active-trail {
    border-bottom: 2px solid #629a2f;
}

.mobile-nav ul.menu li ul {
    padding: 7px 20px;
}

.mobile-nav ul.menu li li a {
    font-size: 1.4em;
    text-transform: none;
}

.mobile-nav ul.menu-util {
    margin: 15px 0 30px;
    padding: 0 20px;
}

.mobile-nav ul.menu-util li a {
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    color: #fff;
    letter-spacing: 2px;
}

.mobile-nav ul.menu-util li a:before {
    margin-right: 5px;
}

@media (max-width: 480px) {
    .mobile-nav {
        width: 260px;
        right: -260px;
    }

    .mobile-nav .close {
        right: -260px;
        width: 260px;
    }

    .mobile-nav ul.menu {
        padding-bottom: 30px;
        overflow: auto;
    }

    .mobile-nav ul.menu li a {
        font-size: 1.4em;
    }

    .mobile-nav ul.menu li li a {
        font-size: 1.2em;
    }
}


/* ==========================================================================
   Header
   ========================================================================== */

.header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background: #fff;
    color: #000;
    z-index: 300;
}

.header .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 110px;
}

.header a.logo {
    display: inline-block;
    max-width: 230px;
}

.header .header-sec {
    display: none;
}

.header .header-sec.header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-sec.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-align: column;
    -ms-flex-align: column;
    align-items: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-sec.header-right .mini-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.header .header-sec.header-right ul.util-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.0em;
    font-weight: bold;
}

.header .header-sec.header-right ul.util-nav li {
    margin-left: 20px;
}

.header .header-sec.header-right ul.util-nav li span {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}

.header .header-sec.header-right ul.util-nav li span.search-trigger {
    cursor: pointer;
}

.header .header-sec.header-right ul.util-nav li span.search-trigger:before {
    font-size: 0.9em;
}

.header .header-sec.header-right ul.util-nav li span.phone:before {
    font-size: 1.5em;
}

.header .header-sec.header-right ul.util-nav li span:before {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2em;
    margin-right: 7px;
    color: #62b5e5;
}

.header .header-sec.header-right ul.util-nav li span:hover {
    color: #62b5e5;
}

.header .mobile-icons {
    display: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .mobile-icons .icon {
    width: 24px;
    margin-left: 25px;
    font-size: 1.6em;
    cursor: pointer;
}

.header .mobile-icons .icon.fa-mobile {
    width: 142px;
}

.header .mobile-icons .icon.fa-mobile:before {
    font-size: 1.4em;
}

.header .mobile-icons .icon.fa-mobile span {
    display: inline-block;
    vertical-align: top;
    padding-top: 9px;
    margin-left: 7px;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-size: 0.7em;
}

.header .mobile-icons .icon.mobile-trigger {
    margin-top: 2px;
    width: 22px;
    height: 22px;
}

.header .mobile-icons .icon.mobile-trigger .item {
    position: relative;
}

.header .mobile-icons .icon.mobile-trigger .item.close {
    display: none;
}

.header .mobile-icons .icon.mobile-trigger.open .item.burger {
    display: none;
}

.header .mobile-icons .icon.mobile-trigger.open .item.close {
    display: block;
}

@media (max-width: 1024px) {
    .header .inside {
        height: 70px;
    }

    .header a.logo {
        max-width: 170px;
    }

    .header .header-sec {
        width: 100% !important;
    }

    .header .header-sec.header-right {
        display: none;
    }

    .header .mobile-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 667px) {
    .header .mobile-icons .icon {
        width: auto !important;
        margin-left: 12px;
    }

    .header .mobile-icons .icon.fa-mobile {
        margin-top: 2px;
    }

    .header .mobile-icons .icon.fa-mobile span {
        display: none;
    }
}

@media (max-width: 480px) {
    .header.over {
        right: 260px;
    }

    .header a.logo {
        max-width: 150px;
    }
}

.site-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    padding: 35px 0;
    background: #62b5e5;
    overflow: hidden;
    z-index: 200;
}

.site-search.vis {
    top: 110px;
}

.site-search .close {
    width: 22px;
    height: 22px;
    margin-top: 9px;
    font-size: 2.0em;
    text-align: center;
    cursor: pointer;
    float: right;
}

.site-search .close img {
    display: block;
    float: right;
}

.site-search .close:hover {
    opacity: 0.8;
}

.site-search form {
    width: 95%;
    float: left;
}

.site-search form input[type=text] {
    width: 90%;
    height: 40px;
    padding: 0 10px;
    font-size: 1.0em;
    outline: none;
    border-radius: 3px;
}

.site-search form .form-actions {
    width: 10%;
    float: right;
}

.site-search form .form-actions input[type=submit] {
    display: block;
    width: 100%;
    height: 40px;
    background: #002554;
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 2.4;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
}

.site-search form .form-actions input[type=submit]:hover {
    background: #3a4cbe;
}

@media (max-width: 1024px) {
    .site-search {
        height: 70px;
        padding: 16px 0;
    }

    .site-search.vis {
        top: 70px;
    }
}

@media (max-width: 890px) {
    .site-search form input[type=text] {
        width: 85%;
    }

    .site-search form .form-actions {
        width: 15%;
    }
}

@media (max-width: 768px) {
    .site-search .close {
        width: 10%;
    }

    .site-search form {
        width: 90%;
    }

    .site-search form input[type=text] {
        width: 80%;
    }

    .site-search form .form-actions {
        width: 20%;
    }
}

@media (max-width: 667px) {
    .site-search form input[type=text] {
        width: 70%;
    }

    .site-search form .form-actions {
        width: 30%;
    }
}

@media (max-width: 480px) {
    .site-search form {
        width: 85%;
    }

    .site-search form .form-actions {
        font-size: 0.9em;
    }
}


/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
    position: relative;
    margin-top: auto;
    padding: 0;
    text-align: center;
    border-top: 1px solid #ddd;
    font-size: 1.1em;
    color: #999;
    background: #fff;
}

.footer .inside {
    padding-bottom: 2%;
    padding-top: 5%;
}

.footer .mini-panel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer .col.left {
    width: 30%;
    text-align: left;
    line-height: 1.7;
}

.footer .col.left a.logo {
    display: block;
    width: 230px;
    margin-bottom: 10px;
}

.footer .col.left .address {
    margin-bottom: 10px;
}

.footer .col.right {
    width: 70%;
    text-align: right;
}

.footer .col.right ul.sn-links {
    margin-bottom: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
}

.footer .col.right ul.sn-links li {
    width: 50px;
}

.footer .col.right ul.sn-links li a {
    font-size: 1.8em;
    color: #002554;
}

.footer .col.right ul.sn-links li a:hover {
    color: #005dd4;
}

.footer .col.right .copyright {
    margin-bottom: 2%;
}

.footer .col.right .legal-links a {
    margin-left: 6%;
}

@media (max-width: 667px) {
    .footer .mini-panel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer .col {
        width: 100% !important;
        margin: 3% 0;
        text-align: center !important;
    }

    .footer .col.left a.logo {
        margin: 0 auto 10px;
    }

    .footer .col.right ul.sn-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer .col.right .legal-links a {
        margin: 0 2%;
    }
}

.overlay {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(40, 36, 66, 0.8);
}

.overlay.vis {
    top: 0;
    opacity: 1.0;
}

.page-utility .content-top,
.top-right-btm-layout .content-top,
.node-type-basic-page-custom-1 .content>.inside,
.node-type-basic-page .content>.inside,
.node-type-product .content-top .field-name-field-subtitle,
.node-type-product .content .inside,
.node-type-product .content-btm .inside {
    padding: 0 2%;
}

@media (max-width: 768px) {

    .page-utility .content-top,
    .top-right-btm-layout .content-top,
    .node-type-basic-page-custom-1 .content>.inside,
    .node-type-basic-page .content>.inside,
    .node-type-product .content-top .field-name-field-subtitle,
    .node-type-product .content .inside,
    .node-type-product .content-btm .inside {
        padding: 0 4%;
    }
}

.page-utility .content-top,
.top-right-btm-layout .content-top {
    padding: 2% 0;
    background: #002554;
    color: #fff;
}

.page-utility .content-top>.inside,
.top-right-btm-layout .content-top>.inside {
    padding: 0;
}

@media (max-width: 667px) {

    .page-utility .content-top>.inside,
    .top-right-btm-layout .content-top>.inside {
        padding: 0 2%;
    }
}

.node-type-basic-page-custom-1 .content-top,
.node-type-basic-page .content-top {
    padding: 4% 0 0;
    color: #fff;
}

.node-type-basic-page-custom-1 .content-top .inner,
.node-type-basic-page .content-top .inner {
    position: relative;
}

.node-type-basic-page-custom-1 .content-top h1.node-title,
.node-type-basic-page .content-top h1.node-title {
    padding: 0;
    background: transparent;
}

@media (max-width: 1200px) {

    .node-type-basic-page-custom-1 .content-top h1.node-title,
    .node-type-basic-page .content-top h1.node-title {
        font-size: 3.4em;
    }
}

@media (max-width: 1024px) {

    .node-type-basic-page-custom-1 .content-top h1.node-title,
    .node-type-basic-page .content-top h1.node-title {
        font-size: 3.0em;
        letter-spacing: 3px;
    }
}

@media (max-width: 890px) {

    .node-type-basic-page-custom-1 .content-top h1.node-title,
    .node-type-basic-page .content-top h1.node-title {
        font-size: 2.6em;
    }
}

@media (max-width: 768px) {

    .node-type-basic-page-custom-1 .content-top h1.node-title,
    .node-type-basic-page .content-top h1.node-title {
        font-size: 2.2em;
    }
}

@media (max-width: 667px) {

    .node-type-basic-page-custom-1 .content-top h1.node-title,
    .node-type-basic-page .content-top h1.node-title {
        font-size: 1.8em;
    }
}

@media (max-width: 480px) {

    .node-type-basic-page-custom-1 .content-top h1.node-title,
    .node-type-basic-page .content-top h1.node-title {
        font-size: 1.6em;
    }
}

.node-type-section-landing .content-top,
.node-type-section-landing-child .content-top {
    padding: 0;
    color: #fff;
}

.node-type-section-landing .content-top .inside,
.node-type-section-landing-child .content-top .inside {
    width: 90%;
    padding: 3% 2%;
}

@media (max-width: 768px) {

    .node-type-section-landing .content-top .inside,
    .node-type-section-landing-child .content-top .inside {
        padding: 6% 4%;
    }
}

@media (max-width: 667px) {

    .node-type-section-landing .content-top .inside,
    .node-type-section-landing-child .content-top .inside {
        width: 100%;
    }
}

.node-type-basic-page-custom-1 .fixed-header-image,
.node-type-basic-page .fixed-header-image {
    position: fixed;
    top: 110px;
    width: 100%;
    padding: 15%;
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/16395/image/2025/7/TJ3XH_dkblue-noise-bg-01/dkblue-noise-bg-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

@media (max-width: 1024px) {

    .node-type-basic-page-custom-1 .fixed-header-image,
    .node-type-basic-page .fixed-header-image {
        top: 70px;
    }
}

@media (max-width: 667px) {

    .node-type-basic-page-custom-1 .fixed-header-image,
    .node-type-basic-page .fixed-header-image {
        height: 500px;
    }
}

.node-type-basic-page-custom-1 .content,
.node-type-basic-page .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 6%;
}

.page-utility .content {
    padding: 5% 0;
}

.col {
    display: inline-block;
    vertical-align: top;
}

.col.col-2 {
    width: 45%;
    margin-right: 4%;
}

@media (max-width: 768px) {
    .col.col-2 {
        width: 100%;
        margin-right: 0;
    }
}

.col.col-3 {
    width: 28%;
    margin-right: 4%;
}

@media (max-width: 1024px) {
    .col.col-3 {
        width: 45%;
    }
}

@media (max-width: 768px) {
    .col.col-3 {
        width: 100%;
        margin-right: 0;
    }
}

.top-right-btm-layout .content-top .inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.top-right-btm-layout .content {
    padding: 5% 0;
}

.top-right-btm-layout .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-right-btm-layout .right {
    width: 27%;
}

@media (max-width: 890px) {
    .top-right-btm-layout .right {
        width: 40%;
    }
}

@media (max-width: 768px) {
    .top-right-btm-layout .inside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .top-right-btm-layout .content-area {
        width: 100%;
        margin-bottom: 5%;
    }

    .top-right-btm-layout .right {
        width: 100%;
    }
}

.header .menu-name-main-menu {
    float: right;
    clear: right;
}

.header .menu-name-main-menu li {
    position: relative;
    display: inline-block;
    margin-left: 25px;
}

.header .menu-name-main-menu li a {
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.header .menu-name-main-menu li:hover>ul {
    display: block;
}

.header .menu-name-main-menu li:hover a {
    color: #62b5e5;
}

.header .menu-name-main-menu li.active a,
.header .menu-name-main-menu li.active-trail a {
    color: #62b5e5;
}

.header .menu-name-main-menu li>ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    background: #62b5e5;
    text-align: left;
}

.header .menu-name-main-menu li>ul li {
    display: block;
    margin: 0;
    line-height: 1.0;
}

.header .menu-name-main-menu li>ul li a {
    display: block;
    padding: 8px 10px;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    text-transform: none;
    font-weight: 300;
    color: #fff !important;
    letter-spacing: 1px;
}

.header .menu-name-main-menu li>ul li a.active,
.header .menu-name-main-menu li>ul li a.active-trail,
.header .menu-name-main-menu li>ul li a:hover {
    background: #43a7e0;
}

@media (max-width: 1200px) {
    .header .menu-name-main-menu li {
        margin-left: 10px;
    }
}

@media (max-width: 768px) {
    .header .menu-name-main-menu {
        display: none;
    }
}

.right .menu-name-main-menu .pane-title,
.node-type-basic-page-custom-1 .col-right .pane-title,
.node-type-basic-page .right .pane-title {
    margin-bottom: 1px;
    padding: 2% 4%;
    background: #333;
    font-size: 1.1em;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
    letter-spacing: 3px;
}

.right .menu-name-main-menu ul.menu li,
.node-type-basic-page-custom-1 .col-right ul.menu li,
.node-type-basic-page .right ul.menu li {
    margin-bottom: 1px;
    padding: 0;
}

.right .menu-name-main-menu ul.menu li a,
.node-type-basic-page-custom-1 .col-right ul.menu li a,
.node-type-basic-page .right ul.menu li a {
    display: block;
    padding: 4% 6%;
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    letter-spacing: 2px;
    background: #eee;
    text-decoration: none;
    text-align: right;
}

.right .menu-name-main-menu ul.menu li a.active,
.node-type-basic-page-custom-1 .col-right ul.menu li a.active,
.node-type-basic-page .right ul.menu li a.active,
.right .menu-name-main-menu ul.menu li a:hover,
.node-type-basic-page-custom-1 .col-right ul.menu li a:hover,
.node-type-basic-page .right ul.menu li a:hover {
    background: #f5f5f5;
    color: #62b5e5;
}

.right .menu-name-main-menu ul.menu li ul.menu,
.node-type-basic-page-custom-1 .col-right ul.menu li ul.menu,
.node-type-basic-page .right ul.menu li ul.menu {
    border-top: 1px solid #fff;
}

.right .menu-name-main-menu ul.menu li ul.menu li a,
.node-type-basic-page-custom-1 .col-right ul.menu li ul.menu li a,
.node-type-basic-page .right ul.menu li ul.menu li a {
    padding: 2% 8%;
    font-size: 1.0em;
    background: #f1f1f1;
}

.right .menu-name-main-menu ul.menu li ul.menu li a.active,
.node-type-basic-page-custom-1 .col-right ul.menu li ul.menu li a.active,
.node-type-basic-page .right ul.menu li ul.menu li a.active,
.right .menu-name-main-menu ul.menu li ul.menu li a:hover,
.node-type-basic-page-custom-1 .col-right ul.menu li ul.menu li a:hover,
.node-type-basic-page .right ul.menu li ul.menu li a:hover {
    background: #f9f9f9;
}


/* ==========================================================================
   Pages
   ========================================================================== */

.view.landing-list a,
.view-team a,
.page-blog .sb-blog.recent-posts a,
.view-blog.landing-list a {
    text-decoration: none;
}

.view.landing-list .views-row,
.view-team .views-row,
.page-blog .sb-blog.recent-posts .views-row,
.view-blog.landing-list .views-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #ddd;
}

.view.landing-list .views-row.views-row-first,
.view-team .views-row.views-row-first,
.page-blog .sb-blog.recent-posts .views-row.views-row-first,
.view-blog.landing-list .views-row.views-row-first {
    padding-top: 0;
    border: none;
}

.view.landing-list .views-field-title,
.view-team .views-field-path .name,
.view-blog.landing-list .views-field-path .title {
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    font-weight: 300 !important;
    font-size: 1.5em;
    line-height: 1.3;
}

.view.landing-list .views-field-title a,
.view-team .views-field-path .name a,
.view-blog.landing-list .views-field-path .title a {
    color: #002554;
    text-decoration: none;
}

.view.landing-list .views-field-title a:hover,
.view-team .views-field-path .name a:hover,
.view-blog.landing-list .views-field-path .title a:hover {
    text-decoration: underline;
}

.view-team .views-field-path .job-title,
.view-blog.landing-list .views-field-path .date {
    font-size: 0.85em;
    color: #999;
}

.view.landing-list .views-field-body {
    padding: 10px 0 15px;
}

.view-video-gallery .views-row {
    display: inline-block;
    vertical-align: top;
    width: 29%;
    margin: 0 3% 3% 0;
    text-align: center;
    line-height: 1.2;
}

.view-video-gallery .views-row a {
    display: block;
    position: relative;
    outline: none;
}

.view-video-gallery .views-row a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    
}

.view-video-gallery .views-row a:hover:before {
    opacity: 0.7;
}

@media (max-width: 1024px) {
    .view-video-gallery .views-row {
        width: 46%;
    }
}

@media (max-width: 480px) {
    .view-video-gallery .views-row {
        width: 100%;
        margin: 0 0 4%;
    }
}

.view-team .views-field-field-headshot {
    width: 20%;
}

.view-team .views-field-path {
    width: 76%;
}

@media (max-width: 768px) {
    .view-team .views-field-field-headshot {
        width: 24%;
    }

    .view-team .views-field-path {
        width: 72%;
    }
}

@media (max-width: 480px) {
    .view-team .views-field-field-headshot {
        display: none;
    }

    .view-team .views-field-path {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.view-section-landing.link-buttons {
    padding-bottom: 0;
}

.view-section-landing.link-buttons .view-content {
    width: 134%;
    margin-left: -17%;
}

.view-section-landing.link-buttons .imgpath,
.view-section-landing.link-buttons .count {
    display: none;
}

.view-section-landing.link-buttons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    line-height: 1.2;
}

.view-section-landing.link-buttons ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 29%;
    margin: 0 1.5vw 3vw;
    padding: 0;
}

.view-section-landing.link-buttons ul .views-field,
.view-section-landing.link-buttons ul .field-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.view-section-landing.link-buttons ul a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 7.5vw 2vw;
    font-size: 2.0em;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
    letter-spacing: 4px;
    background-size: 110% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.view-section-landing.link-buttons ul a span {
    width: 100%;
    margin: auto;
    text-align: center;
}

.view-section-landing.link-buttons ul a span:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    height: 2px;
    margin: 7px auto 0;
    content: '';
    background: #fff;
}

.view-section-landing.link-buttons ul a:hover {
    background-size: 122% auto;
}

.view-section-landing.link-buttons ul.trio li {
    width: 30%;
}

.view-section-landing.link-buttons ul.trio a {
    padding: 25% 4%;
    background-size: 120% auto;
}

.view-section-landing.link-buttons ul.trio a:hover {
    background-size: 135% auto;
}

@media (max-width: 1024px) {
    .view-section-landing.link-buttons ul a {
        font-size: 1.7em;
    }
}

@media (max-width: 768px) {
    .view-section-landing.link-buttons ul li {
        width: 44%;
    }

    .view-section-landing.link-buttons ul a {
        background-size: 110% auto;
    }

    .view-section-landing.link-buttons ul a:hover {
        background-size: 122% auto;
    }

    .view-section-landing.link-buttons ul.trio li {
        width: 47%;
    }

    .view-section-landing.link-buttons ul.trio a {
        padding: 15% 4%;
    }
}

@media (max-width: 667px) {
    .view-section-landing.link-buttons {
        padding: 4%;
    }

    .view-section-landing.link-buttons .view-content {
        width: 110%;
        margin-left: -5%;
    }

    .view-section-landing.link-buttons ul a {
        font-size: 1.4em;
        letter-spacing: 2px;
    }
}

@media (max-width: 480px) {
    .view-section-landing.link-buttons .view-content {
        width: 100%;
        margin-left: 0;
    }

    .view-section-landing.link-buttons ul li {
        width: 100%;
        margin: 0.5vh 0;
    }

    .view-section-landing.link-buttons ul li a {
        padding: 3vh 1vh;
    }

    .view-section-landing.link-buttons ul.trio li {
        width: 100%;
    }

    .view-section-landing.link-buttons ul.trio a {
        padding: 2.5vh 1vh;
    }
}

.view-basic-page-custom-1.images {
    margin-bottom: 30px;
}

.view-basic-page-custom-1.images .views-row {
    position: relative;
    border: 1px solid #ddd;
}

.view-basic-page-custom-1.images .views-row:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    content: '';
    
    background-size: cover;
    pointer-events: none;
}

.view-basic-page-custom-1.images .slick-list {
    margin-bottom: 15px;
}

.view-basic-page-custom-1.images ul.slick-dots {
    text-align: center;
    font-size: 0;
}

.view-basic-page-custom-1.images ul.slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 3px;
    border: 2px solid #ccc;
    background: #fff;
}

.view-basic-page-custom-1.images ul.slick-dots li button {
    background: none;
    font-size: 0;
    outline: none;
}

.view-basic-page-custom-1.images ul.slick-dots li.slick-active {
    background: #62b5e5;
    border-color: #62b5e5;
}

.view-basic-page-custom-1.related-resources .views-row {
    margin-bottom: 1px;
}

.view-basic-page-custom-1.related-resources .views-row a {
    display: block;
    padding: 4% 6%;
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    letter-spacing: 2px;
    background: #eee;
    text-decoration: none;
    text-align: right;
}

.view-basic-page-custom-1.related-resources .views-row a:hover {
    background: #f5f5f5;
}

.view-data-sheet .views-row {
    padding: 7px 0;
}

.view-data-sheet .views-row a {
    font-size: 1.1em;
    text-decoration: none;
    color: #62b5e5;
}

.view-data-sheet .views-row a:hover {
    text-decoration: underline;
}

.view-faqs h3 {
    position: relative;
    margin: 4% 0 2%;
    padding: 1.5% 0 1%;
    text-align: center;
    overflow: hidden;
    line-height: 1.2;
    color: #fff;
    background: #62b5e5;
}

.view-faqs h3:first-child {
    margin-top: 0;
}

.view-faqs .views-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.view-faqs .views-label {
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #002554;
}

.view-faqs .views-field-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    color: #002554;
    cursor: pointer;
}

.view-faqs .views-field-title .field-content {
    margin-left: 5px;
}

.view-faqs .views-field-title:hover .field-content {
    color: #3a4cbe;
    text-decoration: underline;
}

.view-faqs .views-field-field-faq-answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: 1px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.view-faqs .views-field-field-faq-answer.show {
    max-height: 2000px;
    transition: all 0.5s ease-in-out;
}

.view-faqs .views-field-field-faq-answer .field-content {
    padding: 5px 5px 0;
}

.view-faqs .views-field-field-faq-answer .field-content p:last-child,
.view-faqs .views-field-field-faq-answer .field-content .view-team .views-field-path .snippet:last-child,
.view-team .views-field-path .view-faqs .views-field-field-faq-answer .field-content .snippet:last-child,
.view-faqs .views-field-field-faq-answer .field-content .view-blog.landing-list .views-field-path .snippet:last-child,
.view-blog.landing-list .views-field-path .view-faqs .views-field-field-faq-answer .field-content .snippet:last-child,
.view-faqs .views-field-field-faq-answer .field-content .view.landing-list .views-field-body:last-child,
.view.landing-list .view-faqs .views-field-field-faq-answer .field-content .views-field-body:last-child {
    margin-bottom: 0;
}

.view-publications .views-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.view-newsletter .views-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.view-jobs.details {
    margin-bottom: 30px;
    padding: 20px;
    background: #eee;
}

.view-jobs.details .views-field {
    padding: 4px 0;
}

@media (max-width: 768px) {
    .right .view-jobs.cta-buttons {
        display: none;
    }
}

@media (max-width: 480px) {
    .view-jobs.landing-list .views-row {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
}

.front .hero {
    color: #fff;
    background: transparent;
}

.front .hero .field-name-field-odometer-start-date,
.front .hero .field-name-field-odometer-start {
    display: none;
}

.front .hero .hero-top {
    width: 40%;
    padding: 6% 0;
    float: right;
}

.front .hero .hero-top h1 {
    font-size: 1.8em;
    text-transform: uppercase;
    line-height: 1.0;
}

.front .hero .hero-top h1 .super {
    font-size: 0.9em;
    font-weight: 300;
}

.front .hero .hero-top h1 span {
    display: block;
    margin: 20px 0 40px;
    font-size: 2.8em;
    letter-spacing: 5px;
}

.front .hero .hero-middle {
    padding: 4%;
    background: rgba(17, 12, 22, 0.7);
    font-weight: 300;
    clear: both;
}

.front .hero .hero-middle .counter {
    padding: 30px 0 40px;
}

.front .hero .hero-middle .counter .numbers {
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    font-size: 5.0em;
    color: #fff;
}

.front .hero .hero-middle .counter .odometer-digit {
    display: inline-block;
    width: 70px;
    height: 120px;
    margin: 0 7px;
    text-align: center;
    
    background-size: contain;
    line-height: 1.55;
}

.front .hero .hero-middle .counter .odometer-value {
    width: 100%;
}

.front .hero .hero-middle .counter .odometer-formatting-mark {
    position: relative;
    vertical-align: bottom;
    bottom: -20px;
    padding: 0 5px 0 10px;
}

.front .hero .hero-middle .counter sup {
    display: inline-block;
    vertical-align: top;
    font-size: 3.0em;
    color: #777;
    line-height: 0.6;
}

.front .hero .hero-middle .sub {
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    letter-spacing: 3px;
}

.front .hero .hero-middle .sub-sub {
    font-size: 1.2em;
    letter-spacing: 2px;
}

.front .hero .hero-bottom {
    padding: 6% 0;
}

.front .hero .hero-bottom img {
    max-width: 70%;
    margin-bottom: 2%;
}

.front .hero .hero-bottom .sub {
    color: #62b5e5;
}

.front .hero .bottom-block {
    width: 90%;
    margin: auto;
    margin-bottom: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.front .hero .bottom-block:after {
    display: block;
    width: 100%;
    height: 40px;
    background: #fff;
    content: '';
}

@media (max-width: 1200px) {
    .front .hero .hero-middle .counter .numbers {
        font-size: 4.0em;
    }

    .front .hero .hero-middle .counter .odometer-digit {
        display: inline-block;
        width: 60px;
        height: 100px;
        margin: 0 3px;
    }

    .front .hero .hero-middle .counter .odometer-formatting-mark {
        bottom: -15px;
        padding: 0 2px 0 6px;
    }
}

@media (max-width: 1024px) {
    .front .hero {
        
        background-size: cover;
    }

    .front .hero .hero-top {
        width: 70%;
    }

    .front .hero .hero-top h1 span {
        margin: 10px 0 30px;
        font-size: 2.0em;
        letter-spacing: 4px;
    }

    .front .hero .hero-middle .counter .numbers {
        font-size: 3.4em;
    }

    .front .hero .hero-middle .counter .odometer-digit {
        display: inline-block;
        width: 55px;
        height: 90px;
        margin: 0 2px;
        line-height: 1.7;
    }

    .front .hero .hero-middle .counter .odometer-formatting-mark {
        bottom: -10px;
        padding: 0 0 0 4px;
    }

    .front .hero .bottom-block:after {
        height: 30px;
    }
}

@media (max-width: 890px) {
    .front .hero .hero-top {
        width: 80%;
    }

    .front .hero .hero-middle {
        padding: 4%;
    }

    .front .hero .hero-middle .counter {
        padding: 20px 0 25px;
    }

    .front .hero .hero-middle .counter .numbers {
        font-size: 3.0em;
    }

    .front .hero .hero-middle .counter .odometer-digit {
        display: inline-block;
        width: 45px;
        height: 75px;
    }

    .front .hero .hero-middle .counter sup {
        font-size: 2.0em;
    }

    .front .hero .hero-middle .sub {
        font-size: 1.4em;
        letter-spacing: 2px;
    }
}

@media (max-width: 768px) {
    .front .hero {
        padding: 7% 0 0;
    }

    .front .hero .hero-top {
        width: 100%;
        margin-bottom: 7%;
    }

    .front .hero .hero-top h1 span {
        margin: 20px 0 30px;
        font-size: 1.6em;
        letter-spacing: 3px;
    }

    .front .hero .hero-middle {
        padding: 4%;
    }

    .front .hero .hero-middle .counter {
        padding: 20px 0 25px;
    }

    .front .hero .hero-middle .counter .numbers {
        font-size: 2.4em;
    }

    .front .hero .hero-middle .counter .odometer-digit {
        width: 40px;
        height: 70px;
        line-height: 1.8;
    }

    .front .hero .hero-middle .counter .odometer-formatting-mark {
        bottom: -8px;
    }

    .front .hero .hero-middle .sub-sub {
        font-size: 1.0em;
    }

    .front .hero .bottom-block {
        width: 100%;
    }
}

@media (max-width: 667px) {
    .front .hero .hero-top h1 span {
        margin: 10px 0;
        font-size: 1.3em;
        letter-spacing: 2px;
    }

    .front .hero .hero-middle .counter {
        padding: 15px 0 20px;
    }

    .front .hero .hero-middle .counter .numbers {
        font-size: 2.0em;
    }

    .front .hero .hero-middle .counter .odometer-digit {
        width: 24px;
        height: 50px;
        margin: 0 1px;
        line-height: 1.6;
    }

    .front .hero .hero-middle .counter .odometer-formatting-mark {
        bottom: -4px;
    }

    .front .hero .hero-middle .sub {
        font-size: 1.2em;
    }

    .front .hero .hero-middle .sub-sub {
        font-size: 0.8em;
    }

    .front .hero .hero-bottom {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .front .hero {
        
        background-size: cover;
        background-position: 50% 50%;
    }

    .front .hero .hero-top {
        margin-bottom: 200px;
    }

    .front .hero .hero-top h1 span {
        font-size: 1.1em;
    }

    .front .hero .hero-middle .counter {
        padding: 10px 0;
    }

    .front .hero .hero-middle .counter .numbers {
        font-size: 2.2em;
    }

    .front .hero .hero-middle .counter .odometer-digit {
        width: auto;
        height: auto;
        margin: 0;
        color: #fff;
        background: none;
        line-height: 1.0;
    }

    .front .hero .hero-middle .counter .odometer-formatting-mark {
        bottom: 0;
    }

    .front .hero .hero-middle .sub {
        margin-bottom: 4px;
        line-height: 1.2;
    }

    .front .hero .hero-bottom img {
        max-width: 90%;
    }

    .front .hero .bottom-block:after {
        height: 20px;
    }
}

.front .subhero .home-inside {
    padding-top: 0;
}

.front .subhero ul.buttons li a {
    background-color: #62b5e5;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 5px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 110% auto;
}



.front .subhero ul.buttons li a:hover {
    background-size: 122% auto;
}

@media (max-width: 1024px) {
    .front .subhero ul.buttons li a {
        font-size: 24px;
    }
}

@media (max-width: 890px) {
    .front .subhero ul.buttons li a {
        letter-spacing: 3px;
    }
}

@media (max-width: 768px) {
    .front .subhero ul.buttons li a {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .front .subhero ul.buttons li a {
        font-size: 24px;
    }
}

.front .content-01 {
    padding: 2% 0 0;
}

.front .content-01 h2,
.front .content-01 p,
.front .content-01 .view-team .views-field-path .snippet,
.view-team .views-field-path .front .content-01 .snippet,
.front .content-01 .view-blog.landing-list .views-field-path .snippet,
.view-blog.landing-list .views-field-path .front .content-01 .snippet,
.front .content-01 .view.landing-list .views-field-body,
.view.landing-list .front .content-01 .views-field-body {
    width: 80%;
}

.front .content-01 ul.arrowlist {
    margin-bottom: 70px !important;
}

.front .content-01 ul.buttons.large a {
    background-color: #002554;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 110% auto;
}

.front .content-01 ul.buttons.large a:hover {
    background-size: 120% auto;
}

@media (max-width: 1200px) {

    .front .content-01 h2,
    .front .content-01 p,
    .front .content-01 .view-team .views-field-path .snippet,
    .view-team .views-field-path .front .content-01 .snippet,
    .front .content-01 .view-blog.landing-list .views-field-path .snippet,
    .view-blog.landing-list .views-field-path .front .content-01 .snippet,
    .front .content-01 .view.landing-list .views-field-body,
    .view.landing-list .front .content-01 .views-field-body {
        width: 100%;
    }
}

@media (max-width: 667px) {
    .front .content-01 ul.arrowlist {
        margin-bottom: 40px !important;
    }
}

.front .content-02 ul.cred-logos {
    font-size: 0;
}

.front .content-02 ul.cred-logos li {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    margin: 0 5% 0 0;
}

.front .content-02 ul.cred-logos li.last {
    margin-right: 0;
}

.front .content-02 .solutions-title {
    width: 90%;
    margin: auto;
    margin-bottom: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.front .content-02 .solutions-title .st-inside {
    max-width: 750px;
    margin: 0 auto 90px;
}

.front .content-02 .solutions-title h4 {
    color: #d080f5;
}

.front .content-02 .solutions-title:after {
    display: block;
    width: 100%;
    height: 80px;
    background: #fff;
    content: '';
}

@media (max-width: 768px) {
    .front .content-02 {
        text-align: center;
    }

    .front .content-02 h4 {
        margin-bottom: 10px;
    }

    .front .content-02 .solutions-title .st-inside {
        max-width: 500px;
        margin: 0 auto 60px;
    }

    .front .content-02 .solutions-title:after {
        height: 60px;
    }
}

@media (max-width: 667px) {
    .front .content-02 ul.cred-logos li {
        width: 36%;
    }

    .front .content-02 .solutions-title {
        width: 100%;
    }

    .front .content-02 .solutions-title .st-inside {
        max-width: 450px;
        margin: 0 auto 40px;
    }

    .front .content-02 .solutions-title:after {
        height: 40px;
    }
}

@media (max-width: 480px) {
    .front .content-02 ul.cred-logos li {
        width: 40%;
    }

    .front .content-02 .solutions-title .st-inside {
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .front .content-02 .solutions-title:after {
        height: 20px;
    }
}

.front .content-03 {
    padding: 2% 0;
}

.front .content-03 h3 {
    color: #002554;
}

.front .content-03 p,
.front .content-03 .view-team .views-field-path .snippet,
.view-team .views-field-path .front .content-03 .snippet,
.front .content-03 .view-blog.landing-list .views-field-path .snippet,
.view-blog.landing-list .views-field-path .front .content-03 .snippet,
.front .content-03 .view.landing-list .views-field-body,
.view.landing-list .front .content-03 .views-field-body {
    margin-bottom: 60px;
}

@media (max-width: 1200px) {

    .front .content-03 p,
    .front .content-03 .view-team .views-field-path .snippet,
    .view-team .views-field-path .front .content-03 .snippet,
    .front .content-03 .view-blog.landing-list .views-field-path .snippet,
    .view-blog.landing-list .views-field-path .front .content-03 .snippet,
    .front .content-03 .view.landing-list .views-field-body,
    .view.landing-list .front .content-03 .views-field-body {
        margin-bottom: 50px;
    }
}

@media (max-width: 1024px) {

    .front .content-03 p,
    .front .content-03 .view-team .views-field-path .snippet,
    .view-team .views-field-path .front .content-03 .snippet,
    .front .content-03 .view-blog.landing-list .views-field-path .snippet,
    .view-blog.landing-list .views-field-path .front .content-03 .snippet,
    .front .content-03 .view.landing-list .views-field-body,
    .view.landing-list .front .content-03 .views-field-body {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {

    .front .content-03 p,
    .front .content-03 .view-team .views-field-path .snippet,
    .view-team .views-field-path .front .content-03 .snippet,
    .front .content-03 .view-blog.landing-list .views-field-path .snippet,
    .view-blog.landing-list .views-field-path .front .content-03 .snippet,
    .front .content-03 .view.landing-list .views-field-body,
    .view.landing-list .front .content-03 .views-field-body {
        margin-bottom: 35px;
    }
}

@media (max-width: 667px) {

    .front .content-03 p,
    .front .content-03 .view-team .views-field-path .snippet,
    .view-team .views-field-path .front .content-03 .snippet,
    .front .content-03 .view-blog.landing-list .views-field-path .snippet,
    .view-blog.landing-list .views-field-path .front .content-03 .snippet,
    .front .content-03 .view.landing-list .views-field-body,
    .view.landing-list .front .content-03 .views-field-body {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {

    .front .content-03 p,
    .front .content-03 .view-team .views-field-path .snippet,
    .view-team .views-field-path .front .content-03 .snippet,
    .front .content-03 .view-blog.landing-list .views-field-path .snippet,
    .view-blog.landing-list .views-field-path .front .content-03 .snippet,
    .front .content-03 .view.landing-list .views-field-body,
    .view.landing-list .front .content-03 .views-field-body {
        margin-bottom: 25px;
    }
}

.node-type-basic-page-custom-1 .content>.inside {
    padding: 0 !important;
}

.node-type-basic-page-custom-1 .main-content {
    width: 64%;
}

.node-type-basic-page-custom-1 .main-content .inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.node-type-basic-page-custom-1 .main-content .field-name-field-body-title {
    margin-bottom: 3.0%;
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    font-size: 3.0em;
    line-height: 1.1;
}

.node-type-basic-page-custom-1 .content-area {
    padding: 6% 0 3% 3%;
}



.node-type-basic-page-custom-1 .content-btm .inside {
    padding: 4%;
    background: #fff;
}

.node-type-basic-page-custom-1 .content-btm .pane-title {
    font-size: 2.4em;
    color: #002554;
}

.node-type-basic-page-custom-1 .col-right {
    width: 32%;
    padding: 2.5vw 3% 2.5vw 0;
    overflow: hidden;
}

.node-type-basic-page-custom-1 .col-right .view {
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .node-type-basic-page-custom-1 .content-area .field-name-field-body-title {
        font-size: 2.4em;
    }
}

@media (max-width: 890px) {
    .node-type-basic-page-custom-1 .content-top .field-name-field-subtitle {
        font-size: 1.4em;
    }

    .node-type-basic-page-custom-1 .content-area .field-name-field-body-title {
        font-size: 2.1em;
    }
}

@media (max-width: 768px) {
    .node-type-basic-page-custom-1 .fixed-header-image {
        padding: 20%;
    }

    .node-type-basic-page-custom-1 .main-content {
        width: 100%;
    }

    .node-type-basic-page-custom-1 .content-area .field-name-field-body-title {
        font-size: 1.8em;
    }

    .node-type-basic-page-custom-1 .col-right {
        width: 100%;
        padding: 2.5vw 3% 2.5vw;
    }

    .node-type-basic-page-custom-1 .content-btm .pane-title {
        font-size: 2.0em;
    }
}

@media (max-width: 667px) {
    .node-type-basic-page-custom-1 .content-top .field-name-field-subtitle {
        font-size: 1.2em;
    }

    .node-type-basic-page-custom-1 .content-area .field-name-field-body-title {
        font-size: 1.6em;
    }
}

@media (max-width: 480px) {
    .node-type-basic-page-custom-1 .content-top .field-name-field-subtitle {
        padding: 2%;
        font-size: 1.0em;
    }

    .node-type-basic-page-custom-1 .content-btm .pane-title {
        font-size: 1.8em;
    }
}

.node-type-basic-page .content-top {
    color: #fff;
}

.node-type-basic-page .content-top .field-name-field-subtitle {
    color: #fff;
}


/*.node-type-basic-page .main-content .inside {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}*/

.node-type-basic-page .main-content .field-name-field-body-title {
    margin-bottom: 3.0%;
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    font-size: 3.0em;
    line-height: 1.1;
}

.node-type-basic-page .content-area {
    width: 64%;
    padding: 4vw 0;
}

.node-type-basic-page .right {
    width: 32%;
    padding: 4vw 0;
}

@media (max-width: 768px) {
    .node-type-basic-page .content-area {
        width: 100%;
        padding: 0;
    }

    .node-type-basic-page.page-about-us-child .content-area {
        padding-top: 4vw;
    }

    .node-type-basic-page .right {
        width: 100%;
        padding: 0 0 4vw;
    }
}



.node-type-section-landing .field-name-field-subtitle {
    color: #fff;
}

.node-type-section-landing .content {
    padding: 0 0 4%;
}

.node-type-section-landing-child .fixed-header-image {
    position: fixed;
    top: 110px;
    width: 100%;
    padding: 17%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.node-type-section-landing-child .field-name-field-header-bg-img {
    display: none;
}

.node-type-section-landing-child .field-name-field-subtitle {
    color: #fff;
}

.node-type-section-landing-child .content {
    padding: 0 0 4%;
}

.node-type-section-landing-child .content .pane-menu-tree .menu-name-main-menu {
    width: 134%;
    margin-left: -16.3%;
}

.node-type-section-landing-child .content .pane-menu-tree ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.node-type-section-landing-child .content .pane-menu-tree ul.menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30%;
    margin: 1vw;
    padding: 0;
}

.node-type-section-landing-child .content .pane-menu-tree ul.menu a {
    width: 100%;
    position: relative;
    padding: 2vw 40px 2vw 2vw;
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    font-weight: 300;
    letter-spacing: 4px;
    color: #fff;
    line-height: 1.2;
    text-decoration: none;
    background: #002554;
    border: 1px solid #fff;
}

.node-type-section-landing-child .content .pane-menu-tree ul.menu a:after {
    position: absolute;
    top: 3px;
    right: 10px;
    content: '+';
    font-size: 1.4em;
    color: #62b5e5;
}

.node-type-section-landing-child .content .pane-menu-tree ul.menu a:hover {
    background: #62b5e5;
    color: #fff;
}

.node-type-section-landing-child .content .pane-menu-tree ul.menu a:hover:after {
    color: #fff;
}

@media (max-width: 1024px) {
    .node-type-section-landing-child .fixed-header-image {
        top: 70px;
        padding: 22%;
    }

    .node-type-section-landing-child .content .pane-menu-tree ul.menu a {
        font-size: 1.4em;
        letter-spacing: 2px;
    }
}

@media (max-width: 667px) {
    .node-type-section-landing-child .content .pane-menu-tree .menu-name-main-menu {
        width: 100%;
        margin-left: 0;
    }

    .node-type-section-landing-child .content .pane-menu-tree ul.menu li {
        width: 100%;
        margin: 0.5vw 0;
    }

    .node-type-section-landing-child .content .pane-menu-tree ul.menu a {
        padding: 2vw 40px 2vw 2vw;
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .node-type-section-landing-child .fixed-header-image {
        padding: 30%;
    }
}

.node-type-newsletter .content-top,
.node-type-publication .content-top {
    font-size: 0.7em;
    line-height: 1.1;
}

.node-type-newsletter .field-type-datetime,
.node-type-publication .field-type-datetime {
    margin-bottom: 20px;
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: 2px;
    color: #999;
}

.content-list .item .title {
    font-size: 1.2em;
    font-weight: 400;
}

.contact-info {
    padding-left: 30px;
}

.contact-info strong {
    display: inline-block;
    width: 100px;
}

.retailers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.retailers .product {
    width: 100%;
    margin: 0 10px 30px 0;
}

.retailers .loc {
    margin-bottom: 10px;
    padding: 20px;
    background: #f5f5f5;
}

.retailers .loc .name {
    font-weight: 700;
}

.retailers .loc a {
    color: #62b5e5;
}

.retailers .loc a:hover {
    text-decoration: underline;
}

@media (max-width: 480px) {
    .retailers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page-node-detail-misc .top-right-btm-layout .content-top {
    width: 100%;
    background-size: cover !important;
    font-size: 0.7em;
    line-height: 1.1;
}

.page-node-detail-misc .top-right-btm-layout .content-top>.inside {
    padding: 0 2%;
}

.page-node-detail-misc .top-right-btm-layout .content-top .field-name-field-job-title {
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    font-size: 1.8em;
}

.page-node-detail-misc .top-right-btm-layout .content-area {
    width: 68%;
}

.page-node-detail-misc .top-right-btm-layout .content-area .field-name-field-headshot {
    width: 20%;
    margin: 0 4% 2% 0;
    float: left;
}

.page-node-detail-misc .top-right-btm-layout .content-area .sec {
    margin-bottom: 25px;
    font-size: 1.1em;
}

.page-node-detail-misc .top-right-btm-layout .content-area .sec a {
    color: #62b5e5;
    text-decoration: underline;
}

.page-node-detail-misc .top-right-btm-layout .content-area .sec a:hover {
    text-decoration: none;
}

@media (max-width: 890px) {
    .page-node-detail-misc .top-right-btm-layout .content-top {
        padding: 5% 0;
    }

    .page-node-detail-misc .top-right-btm-layout .content-area .field-name-field-headshot {
        width: 30%;
    }

    .page-node-detail-misc .top-right-btm-layout .right {
        width: 27%;
    }
}

@media (max-width: 768px) {
    .page-node-detail-misc .top-right-btm-layout .content-top {
        padding: 5% 0;
    }

    .page-node-detail-misc .top-right-btm-layout .content-top>.inside {
        padding: 0 4%;
    }

    .page-node-detail-misc .top-right-btm-layout .content-area {
        width: 100%;
    }

    .page-node-detail-misc .top-right-btm-layout .right {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .page-node-detail-misc .top-right-btm-layout .content-top {
        padding: 8% 0;
    }

    .page-node-detail-misc .top-right-btm-layout .content-area .field-name-field-headshot {
        width: 100%;
        float: none;
        margin: 0 0 4%;
    }
}

.node-type-basic-page.page-utility .content-top {
    width: 100%;
    padding: 3% 0;
}

.node-type-basic-page.page-utility .content-top .inside {
    width: 90%;
}

.node-type-basic-page.page-utility .content {
    display: block;
}

.node-type-basic-page.page-utility .content-area {
    width: 90%;
    margin: 0 auto;
    padding: 3%;
    background: #fff;
}

.node-type-product .fixed-header-image {
    position: fixed;
    top: 110px;
    width: 100%;
    padding: 17%;
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/16395/image/2025/7/TJ3XH_dkblue-noise-bg-01/dkblue-noise-bg-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.node-type-product .content-top {
    padding: 4% 0 0;
    color: #fff;
}

.node-type-product .content-top .inner {
    position: relative;
}

.node-type-product .content-top h1.node-title {
    background: transparent;
    padding-bottom: 8%;
}

@media (max-width: 1200px) {
    .node-type-product .content-top h1.node-title {
        font-size: 3.4em;
    }
}

@media (max-width: 1024px) {
    .node-type-product .content-top h1.node-title {
        padding-bottom: 5%;
        font-size: 3.0em;
        letter-spacing: 3px;
    }
}

@media (max-width: 890px) {
    .node-type-product .content-top h1.node-title {
        font-size: 2.6em;
    }
}

@media (max-width: 768px) {
    .node-type-product .content-top h1.node-title {
        font-size: 2.2em;
    }
}

@media (max-width: 667px) {
    .node-type-product .content-top h1.node-title {
        font-size: 1.8em;
    }
}

@media (max-width: 480px) {
    .node-type-product .content-top h1.node-title {
        font-size: 1.6em;
    }
}

.node-type-product .content-top .field-name-field-subtitle {
    background: rgba(0, 0, 0, 0.7);
    padding-top: 1%;
    padding-bottom: 1%;
}

.node-type-product .field-name-field-subtitle {
    color: #62b5e5;
}

.node-type-product .content {
    padding: 0;
}

.node-type-product .content-area {
    width: 64%;
}

.node-type-product .content-area .field-name-field-body-title {
    margin-bottom: 3.0%;
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    font-size: 3.0em;
    line-height: 1.1;
}

.node-type-product .right {
    width: 30%;
    overflow: hidden;
}

.node-type-product .content-btm {
    padding-bottom: 3%;
}

.node-type-product .content-btm .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    
    background-size: 100% auto;
}

.node-type-product .content-btm .view-product {
    display: block;
    clear: both;
}

.node-type-product .content-btm .view-product.tabbed-tab .views-row {
    display: inline-block;
    margin-right: 4px;
}

.node-type-product .content-btm .view-product.tabbed-tab a {
    display: block;
    padding: 13px 30px 10px;
    background: #69aa2d;
    font-family: "pill-gothic-300mg", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1.3em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.node-type-product .content-btm .view-product.tabbed-tab a.active {
    color: #69aa2d;
    background: #fff;
}

.node-type-product .content-btm .view-product.tabbed-content .tab-content {
    display: none;
    padding: 30px;
    background: #fff;
}

.node-type-product .content-btm .view-product.tabbed-content .tab-content#tab-01 {
    display: block;
}

.node-type-product .content-btm .view-product.tabbed-content h4 {
    margin-bottom: 5px;
}

.node-type-product .content-btm .view-product.tabbed-content ul.bulletlist,
.node-type-product .content-btm .view-product.tabbed-content ul.bulletlist ul {
    margin-bottom: 25px !important;
    line-height: 2.0;
}

.node-type-product .content-btm .view-product.tabbed-content ul.bulletlist li,
.node-type-product .content-btm .view-product.tabbed-content ul.bulletlist ul li {
    position: relative;
    padding-left: 13px;
}

.node-type-product .content-btm .view-product.tabbed-content ul.bulletlist li:before,
.node-type-product .content-btm .view-product.tabbed-content ul.bulletlist ul li:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "\f111";
    font-family: 'fontawesome';
    font-size: 5px;
    color: #62b5e5;
}

.node-type-product .content-btm .view-product.tabbed-content ul.bulletlist li a,
.node-type-product .content-btm .view-product.tabbed-content ul.bulletlist ul li a {
    font-weight: 300;
    color: #62b5e5;
}

.node-type-product .content-btm .view-product.tabbed-content ul.bulletlist li ul,
.node-type-product .content-btm .view-product.tabbed-content ul.bulletlist ul li ul {
    margin-bottom: 0 !important;
}

.node-type-product .content-btm .view-product.tabbed-content ul.bulletlist li li,
.node-type-product .content-btm .view-product.tabbed-content ul.bulletlist ul li li {
    font-size: 0.95em;
}

.node-type-product .content-btm .view-product.tabbed-content ul.bulletlist li li:before,
.node-type-product .content-btm .view-product.tabbed-content ul.bulletlist ul li li:before {
    top: 8px;
    content: "\f10c";
    font-size: 7px;
}

@media (max-width: 1024px) {
    .node-type-product .fixed-header-image {
        top: 70px;
    }

    .node-type-product .content-area .field-name-field-body-title {
        font-size: 2.4em;
    }

    .node-type-product .content-btm .view-product.tabbed-tab .views-row {
        display: block;
        width: 100%;
    }

    .node-type-product .content-btm .view-product.tabbed-tab a {
        margin-bottom: 4px;
        padding: 10px 20px 8px;
        font-size: 1.1em;
        letter-spacing: 2px;
    }
}

@media (max-width: 890px) {
    .node-type-product .content-top .field-name-field-subtitle {
        font-size: 1.4em;
    }

    .node-type-product .content-area .field-name-field-body-title {
        font-size: 2.1em;
    }
}

@media (max-width: 768px) {
    .node-type-product .fixed-header-image {
        padding: 20%;
    }

    .node-type-product .content-area .field-name-field-body-title {
        font-size: 1.8em;
    }
}

@media (max-width: 667px) {
    .node-type-product .fixed-header-image {
        height: 500px;
    }

    .node-type-product .content-top .field-name-field-subtitle {
        font-size: 1.2em;
    }

    .node-type-product .content-area .field-name-field-body-title {
        font-size: 1.6em;
    }
}

@media (max-width: 480px) {
    .node-type-product .content-top .field-name-field-subtitle {
        padding: 2%;
        font-size: 1.0em;
    }
}

.page-blog .sb-blog {
    margin-bottom: 30px;
    padding: 5% 8%;
    background: #eee;
}

.page-blog .sb-blog .pane-title {
    margin-bottom: 10px;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.page-blog .sb-blog select {
    background-color: #fff;
    border: #fff;
}

.page-blog .sb-blog.join-community {
    line-height: 1.6;
}

.page-blog .sb-blog.recent-posts .views-row {
    padding: 5px 0;
}

.page-blog .sb-blog.recent-posts a {
    font-weight: normal;
}

.page-blog .sb-blog ul {
    margin-bottom: 0;
}

.page-blog .sb-blog a {
    font-size: 0.9em;
    color: #002554;
    text-decoration: none;
}

.page-blog .sb-blog a:hover {
    text-decoration: underline;
}

.page-blog .sb-blog a i {
    display: inline-block;
    width: 30px;
    font-size: 1.3em;
    color: #666;
}

.view-blog.landing-list .views-field-field-blog-image {
    width: 30%;
    margin-right: 3%;
}

.view-blog.landing-list .views-field-path {
    width: 67%;
}

@media (max-width: 667px) {
    .view-blog.landing-list .views-field-field-blog-image {
        display: none;
    }

    .view-blog.landing-list .views-field-path {
        width: 100%;
        float: none;
    }
}

.blog-detail .content-top .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-detail .node-title {
    font-size: 2.0em;
}

.blog-detail .field-name-field-post-date {
    font-size: 0.9em;
    color: #999;
}

.blog-detail .pane-node-field-blog-author {
    margin-bottom: 5px;
    font-size: 0.9em;
    font-style: italic;
    color: #999;
}

.blog-detail .pane-node-field-blog-author .pane-title {
    margin-right: 5px;
    float: left;
}

.blog-detail .field-name-field-blog-category .field-item {
    display: inline-block;
    margin-right: 10px;
}

.blog-detail .field-name-field-blog-category .field-item a {
    font-size: 0.85em;
    color: #002554;
}

.page-search .main>.inner {
    max-width: 80%;
    margin: 4% auto;
    padding: 2%;
    background: #fff;
}

.page-search form.search-form label {
    display: none;
}

.page-search form.search-form input {
    height: 36px;
    border-radius: 3px;
}

.page-search form.search-form input[type=text] {
    width: 400px;
    padding: 0 10px;
    font-size: 1.0em;
    border: 1px solid #62b5e5;
    background: #e8f4dd;
    outline: none;
}

.page-search form.search-form input[type=text]:focus {
    background: #8dc955;
    color: #fff;
}

.page-search form.search-form input[type=submit] {
    display: inline-block !important;
    padding: 4px 15px 0;
    font-size: 0.9em;
    line-height: 1.0;
}

.page-search h2 {
    padding-top: 20px;
    font-size: 2.4em;
}

.page-search ol li {
    padding: 20px 0;
    border-top: 1px solid #ddd;
}

.page-search ol h3 {
    font-size: 1.3em;
}

.page-search ol h3 a {
    color: #002554;
}

.page-search ol p.search-info,
.page-search ol .view-team .views-field-path .search-info.snippet,
.view-team .views-field-path .page-search ol .search-info.snippet,
.page-search ol .view-blog.landing-list .views-field-path .search-info.snippet,
.view-blog.landing-list .views-field-path .page-search ol .search-info.snippet,
.page-search ol .view.landing-list .search-info.views-field-body,
.view.landing-list .page-search ol .search-info.views-field-body {
    display: none;
}

.page-search ol p.search-snippet,
.page-search ol .view-team .views-field-path .search-snippet.snippet,
.view-team .views-field-path .page-search ol .search-snippet.snippet,
.page-search ol .view-blog.landing-list .views-field-path .search-snippet.snippet,
.view-blog.landing-list .views-field-path .page-search ol .search-snippet.snippet,
.page-search ol .view.landing-list .search-snippet.views-field-body,
.view.landing-list .page-search ol .search-snippet.views-field-body {
    margin-bottom: 0;
    font-size: 1.0em;
}

@media (max-width: 1024px) {
    .page-search .main>.inner {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .page-search .main>.inner {
        padding: 4%;
    }
}

@media (max-width: 667px) {
    .page-search form.search-form input[type=text] {
        max-width: 70%;
    }
}

@media (max-width: 414px) {
    .page-search form.search-form input[type=text] {
        max-width: 200px;
    }
}


/* ==========================================================================
   Helpers / Sprites / Plugins
   ========================================================================== */


/*
commented out to avoid compile errors, uncomment with correct
sprite path when you are ready
--- */

.ixons-sprite,
.ixons-burger-01,
.header .mobile-icons .icon.mobile-trigger .item.burger,
.ixons-close-02,
.header .mobile-icons .icon.mobile-trigger .item.close {
    
    background-repeat: no-repeat;
}

.ixons-burger-01,
.header .mobile-icons .icon.mobile-trigger .item.burger {
    background-position: 0 0;
    height: 22px;
    width: 22px;
}

.ixons-close-02,
.header .mobile-icons .icon.mobile-trigger .item.close {
    background-position: 0 -22px;
    height: 22px;
    width: 22px;
}


/* ==========================================================================
   Helper classes (stolen almost entirely from https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css )
   ========================================================================== */

.loading {
    overflow: hidden;
}

.loading .views-row {
    display: none;
}

.loading .views-row.views-row-first {
    display: block;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}


/*
 * Image replacement
 */


/*
 * Hide from both screenreaders and browsers: h5bp%com/u
 */


/*
 * Hide only visually, but have it available for screenreaders: h5bp%com/v
 */


/*
 * Extends the %visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp%com/p
 */


/*
 * Hide visually and from screenreaders, but maintain layout
 */

.loading {
    visibility: hidden;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.1em;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: center;
}


/* Slider */

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

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

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

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

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

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

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

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

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

.slick-arrow.slick-hidden {
    display: none;
}