﻿html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #CCC
    }

        .mfp-preloader a:hover {
            color: #FFF
        }

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1
    }

    .mfp-arrow:before, .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, .6);
        background: #000
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, .6);
        background: #444
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.ajax-progress {
    display: inline-block;
    padding: 1px 5px 2px 5px
}

[dir="rtl"] .ajax-progress {
    float: right
}

.ajax-progress-throbber .throbber {
    background: transparent url(/core/themes/stable/css/system/components/../../../images/core/throbber-active.gif) no-repeat 0 center;
    display: inline;
    padding: 1px 5px 2px
}

.ajax-progress-throbber .message {
    display: inline;
    padding: 1px 5px 2px
}

tr .ajax-progress-throbber .throbber {
    margin: 0 2px
}

.ajax-progress-bar {
    width: 16em
}

.ajax-progress-fullscreen {
    left: 49%;
    position: fixed;
    top: 48.5%;
    z-index: 1000;
    background-color: #232323;
    background-image: url(/core/themes/stable/css/system/components/../../../images/core/loading-small.gif);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 7px;
    height: 24px;
    opacity: .9;
    padding: 4px;
    width: 24px
}

[dir="rtl"] .ajax-progress-fullscreen {
    left: auto;
    right: 49%
}

.text-align-left {
    text-align: left
}

.text-align-right {
    text-align: right
}

.text-align-center {
    text-align: center
}

.text-align-justify {
    text-align: justify
}

.align-left {
    float: left
}

.align-right {
    float: right
}

.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.js input.form-autocomplete {
    background-image: url(/core/themes/stable/css/system/components/../../../images/core/throbber-inactive.png);
    background-position: 100% center;
    background-repeat: no-repeat
}

.js[dir="rtl"] input.form-autocomplete {
    background-position: 0 center
}

.js input.form-autocomplete.ui-autocomplete-loading {
    background-image: url(/core/themes/stable/css/system/components/../../../images/core/throbber-active.gif);
    background-position: 100% center
}

.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {
    background-position: 0 center
}

.fieldgroup {
    border-width: 0;
    padding: 0
}

.container-inline div, .container-inline label {
    display: inline
}

.container-inline .details-wrapper {
    display: block
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.js details:not([open]) .details-wrapper {
    display: none
}

.hidden {
    display: none
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal
}

    .visually-hidden.focusable:active, .visually-hidden.focusable:focus {
        clip: auto;
        overflow: visible;
        height: auto;
        width: auto
    }

.invisible {
    visibility: hidden
}

.item-list__comma-list, .item-list__comma-list li {
    display: inline
}

.item-list__comma-list {
    margin: 0;
    padding: 0
}

    .item-list__comma-list li:after {
        content: ", "
    }

    .item-list__comma-list li:last-child:after {
        content: ""
    }

.js .js-hide {
    display: none
}

.js-show {
    display: none
}

.js .js-show {
    display: block
}

.nowrap {
    white-space: nowrap
}

.position-container {
    position: relative
}

.progress {
    position: relative
}

.progress__track {
    background-color: #fff;
    border: 1px solid;
    margin-top: 5px;
    max-width: 100%;
    min-width: 100px;
    height: 16px
}

.progress__bar {
    background-color: #000;
    height: 1.5em;
    width: 3%;
    min-width: 3%;
    max-width: 100%
}

.progress__description, .progress__percentage {
    color: #555;
    overflow: hidden;
    font-size: .875em;
    margin-top: .2em
}

.progress__description {
    float: left
}

[dir="rtl"] .progress__description {
    float: right
}

.progress__percentage {
    float: right
}

[dir="rtl"] .progress__percentage {
    float: left
}

.progress--small .progress__track {
    height: 7px
}

.progress--small .progress__bar {
    height: 7px;
    background-size: 20px 20px
}

.reset-appearance {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0 none;
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: inherit
}

.resize-none {
    resize: none
}

.resize-vertical {
    resize: vertical;
    min-height: 2em
}

.resize-horizontal {
    resize: horizontal;
    max-width: 100%
}

.resize-both {
    resize: both;
    max-width: 100%;
    min-height: 2em
}

table.sticky-header {
    background-color: #fff;
    margin-top: 0;
    z-index: 500;
    top: 0
}

.system-status-counter__status-icon {
    display: inline-block;
    height: 25px;
    width: 25px;
    vertical-align: middle
}

    .system-status-counter__status-icon:before {
        content: "";
        background-size: 20px;
        background-position: center 2px;
        background-repeat: no-repeat;
        display: block
    }

.system-status-counter__status-icon--error:before {
    background-image: url(/core/themes/stable/css/system/components/../../../images/core/icons/e32700/error.svg)
}

.system-status-counter__status-icon--warning:before {
    background-image: url(/core/themes/stable/css/system/components/../../../images/core/icons/e29700/warning.svg)
}

.system-status-counter__status-icon--checked:before {
    background-image: url(/core/themes/stable/css/system/components/../../../images/core/icons/73b355/check.svg)
}

.system-status-report-counters__item {
    width: 100%;
    padding: .5em 0;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, .063);
    margin-bottom: .5em
}

@media screen and (min-width:60em) {
    .system-status-report-counters {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between
    }

    .system-status-report-counters__item--half-width {
        width: 49%
    }

    .system-status-report-counters__item--third-width {
        width: 33%
    }
}

.system-status-general-info__item {
    border: 1px solid #ccc;
    margin-top: 1em;
    padding: 0 1em 1em
}

.system-status-general-info__item-title {
    border-bottom: 1px solid #ccc
}

body.drag {
    cursor: move
}

tr.region-title {
    font-weight: bold
}

tr.region-message {
    color: #999
}

tr.region-populated {
    display: none
}

tr.add-new .tabledrag-changed {
    display: none
}

.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin-left: -1em;
    overflow: hidden;
    text-decoration: none
}

[dir="rtl"] .draggable a.tabledrag-handle {
    float: right;
    margin-right: -1em;
    margin-left: 0
}

a.tabledrag-handle:hover {
    text-decoration: none
}

a.tabledrag-handle .handle {
    background: url(/core/themes/stable/css/system/components/../../../images/core/icons/787878/move.svg) no-repeat 6px 7px;
    height: 14px;
    margin: -.4em .5em 0;
    padding: .42em .5em;
    width: 14px
}

a.tabledrag-handle:hover .handle, a.tabledrag-handle:focus .handle {
    background-image: url(/core/themes/stable/css/system/components/../../../images/core/icons/000000/move.svg)
}

.touchevents .draggable td {
    padding: 0 10px
}

.touchevents .draggable .menu-item__link {
    display: inline-block;
    padding: 10px 0
}

.touchevents a.tabledrag-handle {
    height: 44px;
    width: 40px
}

    .touchevents a.tabledrag-handle .handle {
        background-position: 40% 19px;
        height: 21px
    }

[dir="rtl"] .touch a.tabledrag-handle .handle {
    background-position: right 40% top 19px
}

.touchevents .draggable.drag a.tabledrag-handle .handle {
    background-position: 50% -32px
}

.tabledrag-toggle-weight-wrapper {
    text-align: right
}

[dir="rtl"] .tabledrag-toggle-weight-wrapper {
    text-align: left
}

.indentation {
    float: left;
    height: 1.7em;
    margin: -.4em .2em -.4em -.4em;
    padding: .42em 0 .42em .6em;
    width: 20px
}

[dir="rtl"] .indentation {
    float: right;
    margin: -.4em -.4em -.4em .2em;
    padding: .42em .6em .42em 0
}

.tablesort {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 100%
}

.tablesort--asc {
    background-image: url(/core/themes/stable/css/system/components/../../../images/core/icons/787878/twistie-down.svg)
}

.tablesort--desc {
    background-image: url(/core/themes/stable/css/system/components/../../../images/core/icons/787878/twistie-up.svg)
}

div.tree-child {
    background: url(/core/themes/stable/css/system/components/../../../images/core/tree.png) no-repeat 11px center
}

div.tree-child-last {
    background: url(/core/themes/stable/css/system/components/../../../images/core/tree-bottom.png) no-repeat 11px center
}

[dir="rtl"] div.tree-child, [dir="rtl"] div.tree-child-last {
    background-position: -65px center
}

div.tree-child-horizontal {
    background: url(/core/themes/stable/css/system/components/../../../images/core/tree.png) no-repeat -11px center
}

.views-align-left {
    text-align: left
}

.views-align-right {
    text-align: right
}

.views-align-center {
    text-align: center
}

.views-view-grid .views-col {
    float: left
}

.views-view-grid .views-row {
    clear: both;
    float: left;
    width: 100%
}

span.ext {
    background: url(/modules/contrib/extlink/extlink_s.png) 2px center no-repeat;
    width: 10px;
    height: 10px;
    padding-right: 12px;
    text-decoration: none
}

span.mailto {
    background: url(/modules/contrib/extlink/extlink_s.png) -20px center no-repeat;
    width: 10px;
    height: 10px;
    padding-right: 12px;
    text-decoration: none
}

@media print {
    span.ext, span.mailto {
        display: none;
        padding: 0
    }
}

.action-links {
    list-style: none;
    padding: 0;
    margin: 1em 0
}

[dir="rtl"] .action-links {
    margin-right: 0
}

.action-links li {
    display: inline-block;
    margin: 0 .3em
}

    .action-links li:first-child {
        margin-left: 0
    }

[dir="rtl"] .action-links li:first-child {
    margin-left: .3em;
    margin-right: 0
}

.button-action {
    display: inline-block;
    line-height: 160%;
    padding: .2em .5em .3em;
    text-decoration: none
}

    .button-action:before {
        content: '+';
        font-weight: 900;
        margin-left: -.1em;
        padding-right: .2em
    }

[dir="rtl"] .button-action:before {
    margin-left: 0;
    margin-right: -.1em;
    padding-left: .2em;
    padding-right: 0
}

.breadcrumb {
    padding-bottom: .5em
}

    .breadcrumb ol {
        margin: 0;
        padding: 0
    }

[dir="rtl"] .breadcrumb ol {
    margin-right: 0
}

.breadcrumb li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0
}

    .breadcrumb li:before {
        content: ' \BB '
    }

    .breadcrumb li:first-child:before {
        content: none
    }

.button, .image-button {
    margin-left: 1em;
    margin-right: 1em
}

    .button:first-child, .image-button:first-child {
        margin-left: 0;
        margin-right: 0
    }

.collapse-processed > summary {
    padding-left: .5em;
    padding-right: .5em
}

    .collapse-processed > summary:before {
        background: url(/core/themes/classy/css/components/../../../../misc/menu-expanded.png) 0 100% no-repeat;
        content: "";
        float: left;
        height: 1em;
        width: 1em
    }

[dir="rtl"] .collapse-processed > summary:before {
    background-position: 100% 100%;
    float: right
}

.collapse-processed:not([open]) > summary:before {
    background-position: 25% 35%;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

[dir="rtl"] .collapse-processed:not([open]) > summary:before {
    background-position: 75% 35%;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.container-inline label:after, .container-inline .label:after {
    content: ':'
}

.form-type-radios .container-inline label:after {
    content: ''
}

.form-type-radios .container-inline .form-type-radio {
    margin: 0 1em
}

.container-inline .form-actions, .container-inline.form-actions {
    margin-top: 0;
    margin-bottom: 0
}

details {
    border: 1px solid #ccc;
    margin-top: 1em;
    margin-bottom: 1em
}

    details > .details-wrapper {
        padding: .5em 1.5em
    }

summary {
    cursor: pointer;
    padding: .2em .5em
}

.exposed-filters .filters {
    float: left;
    margin-right: 1em
}

[dir="rtl"] .exposed-filters .filters {
    float: right;
    margin-left: 1em;
    margin-right: 0
}

.exposed-filters .form-item {
    margin: 0 0 .1em 0;
    padding: 0
}

    .exposed-filters .form-item label {
        float: left;
        font-weight: normal;
        width: 10em
    }

[dir="rtl"] .exposed-filters .form-item label {
    float: right
}

.exposed-filters .form-select {
    width: 14em
}

.exposed-filters .current-filters {
    margin-bottom: 1em
}

    .exposed-filters .current-filters .placeholder {
        font-style: normal;
        font-weight: bold
    }

.exposed-filters .additional-filters {
    float: left;
    margin-right: 1em
}

[dir="rtl"] .exposed-filters .additional-filters {
    float: right;
    margin-left: 1em;
    margin-right: 0
}

.field__label {
    font-weight: bold
}

.field--label-inline .field__label, .field--label-inline .field__items {
    float: left
}

.field--label-inline .field__label, .field--label-inline > .field__item, .field--label-inline .field__items {
    padding-right: .5em
}

[dir="rtl"] .field--label-inline .field__label, [dir="rtl"] .field--label-inline .field__items {
    padding-left: .5em;
    padding-right: 0
}

.field--label-inline .field__label::after {
    content: ':'
}

form .field-multiple-table {
    margin: 0
}

    form .field-multiple-table .field-multiple-drag {
        width: 30px;
        padding-right: 0
    }

[dir="rtl"] form .field-multiple-table .field-multiple-drag {
    padding-left: 0
}

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
    padding-right: .5em
}

[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
    padding-right: 0;
    padding-left: .5em
}

form .field-add-more-submit {
    margin: .5em 0 0
}

.form-item, .form-actions {
    margin-top: 1em;
    margin-bottom: 1em
}

tr.odd .form-item, tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0
}

.form-composite > .fieldset-wrapper > .description, .form-item .description {
    font-size: .85em
}

label.option {
    display: inline;
    font-weight: normal
}

.form-composite > legend, .label {
    display: inline;
    font-size: inherit;
    font-weight: bold;
    margin: 0;
    padding: 0
}

.form-checkboxes .form-item, .form-radios .form-item {
    margin-top: .4em;
    margin-bottom: .4em
}

.form-type-radio .description, .form-type-checkbox .description {
    margin-left: 2.4em
}

[dir="rtl"] .form-type-radio .description, [dir="rtl"] .form-type-checkbox .description {
    margin-left: 0;
    margin-right: 2.4em
}

.marker {
    color: #e00
}

.form-required:after {
    content: '';
    vertical-align: super;
    display: inline-block;
    background-image: url(/core/themes/classy/css/components/../../../../misc/icons/ee0000/required.svg);
    background-repeat: no-repeat;
    background-size: 6px 6px;
    width: 6px;
    height: 6px;
    margin: 0 .3em
}

abbr.tabledrag-changed, abbr.ajax-changed {
    border-bottom: 0
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 2px solid red
}

.form-item--error-message:before {
    content: '';
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: sub;
    background: url(/core/themes/classy/css/components/../../../../misc/icons/e32700/error.svg) no-repeat;
    background-size: contain
}

.icon-help {
    background: url(/core/themes/classy/css/components/../../../../misc/help.png) 0 50% no-repeat;
    padding: 1px 0 1px 20px
}

[dir="rtl"] .icon-help {
    background-position: 100% 50%;
    padding: 1px 20px 1px 0
}

.feed-icon {
    background: url(/core/themes/classy/css/components/../../../../misc/feed.svg) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    width: 16px;
    height: 16px
}

.form--inline .form-item {
    float: left;
    margin-right: .5em
}

[dir="rtl"] .form--inline .form-item {
    float: right;
    margin-right: 0;
    margin-left: .5em
}

[dir="rtl"] .views-filterable-options-controls .form-item {
    margin-right: 2%
}

.form--inline .form-item-separator {
    margin-top: 2.3em;
    margin-right: 1em;
    margin-left: .5em
}

[dir="rtl"] .form--inline .form-item-separator {
    margin-right: .5em;
    margin-left: 1em
}

.form--inline .form-actions {
    clear: left
}

[dir="rtl"] .form--inline .form-actions {
    clear: right
}

.item-list .title {
    font-weight: bold
}

.item-list ul {
    margin: 0 0 .75em 0;
    padding: 0
}

.item-list li {
    margin: 0 0 .25em 1.5em;
    padding: 0
}

[dir="rtl"] .item-list li {
    margin: 0 1.5em .25em 0
}

.item-list--comma-list {
    display: inline
}

    .item-list--comma-list .item-list__comma-list, .item-list__comma-list li, [dir="rtl"] .item-list--comma-list .item-list__comma-list, [dir="rtl"] .item-list__comma-list li {
        margin: 0
    }

button.link {
    background: transparent;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-size: 1em
}

label button.link {
    font-weight: bold
}

ul.inline, ul.links.inline {
    display: inline;
    padding-left: 0
}

[dir="rtl"] ul.inline, [dir="rtl"] ul.links.inline {
    padding-right: 0;
    padding-left: 15px
}

ul.inline li {
    display: inline;
    list-style-type: none;
    padding: 0 .5em
}

ul.links a.is-active {
    color: #000
}

ul.menu {
    list-style: none outside;
    margin-left: 1em;
    padding: 0;
    text-align: left
}

[dir="rtl"] ul.menu {
    margin-left: 0;
    margin-right: 1em;
    text-align: right
}

.menu-item--expanded {
    list-style-image: url(/core/themes/classy/css/components/../../../../misc/menu-expanded.png);
    list-style-type: circle
}

.menu-item--collapsed {
    list-style-image: url(/core/themes/classy/css/components/../../../../misc/menu-collapsed.png);
    list-style-type: disc
}

[dir="rtl"] .menu-item--collapsed {
    list-style-image: url(/core/themes/classy/css/components/../../../../misc/menu-collapsed-rtl.png)
}

.menu-item {
    padding-top: .2em;
    margin: 0
}

ul.menu a.is-active {
    color: #000
}

.more-link {
    display: block;
    text-align: right
}

[dir="rtl"] .more-link {
    text-align: left
}

.pager__items {
    clear: both;
    text-align: center
}

.pager__item {
    display: inline;
    padding: .5em
}

    .pager__item.is-active {
        font-weight: bold
    }

tr.drag {
    background-color: #fffff0
}

tr.drag-previous {
    background-color: #ffd
}

body div.tabledrag-changed-warning {
    margin-bottom: .5em
}

tr.selected td {
    background: #ffc
}

td.checkbox, th.checkbox {
    text-align: center
}

[dir="rtl"] td.checkbox, [dir="rtl"] th.checkbox {
    text-align: center
}

th.is-active img {
    display: inline
}

td.is-active {
    background-color: #ddd
}

div.tabs {
    margin: 1em 0
}

ul.tabs {
    list-style: none;
    margin: 0 0 .5em;
    padding: 0
}

.tabs > li {
    display: inline-block;
    margin-right: .3em
}

[dir="rtl"] .tabs > li {
    margin-left: .3em;
    margin-right: 0
}

.tabs a {
    display: block;
    padding: .2em 1em;
    text-decoration: none
}

    .tabs a.is-active {
        background-color: #eee
    }

    .tabs a:focus, .tabs a:hover {
        background-color: #f5f5f5
    }

.form-textarea-wrapper textarea {
    display: block;
    margin: 0;
    width: 100%;
    box-sizing: border-box
}

.ui-dialog--narrow {
    max-width: 500px
}

@media screen and (max-width:600px) {
    .ui-dialog--narrow {
        max-width: 95%;
        min-width: 95%
    }
}

.messages {
    background: no-repeat 10px 17px;
    border: 1px solid;
    border-width: 1px 1px 1px 0;
    border-radius: 2px;
    padding: 15px 20px 15px 35px;
    word-wrap: break-word;
    overflow-wrap: break-word
}

[dir="rtl"] .messages {
    border-width: 1px 0 1px 1px;
    background-position: right 10px top 17px;
    padding-left: 20px;
    padding-right: 35px;
    text-align: right
}

.messages + .messages {
    margin-top: 1.538em
}

.messages__list {
    list-style: none;
    padding: 0;
    margin: 0
}

.messages__item + .messages__item {
    margin-top: .769em
}

.messages--status {
    color: #325e1c;
    background-color: #f3faef;
    border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
    background-image: url(/core/themes/classy/css/components/../../../../misc/icons/73b355/check.svg);
    box-shadow: -8px 0 0 #77b259
}

[dir="rtl"] .messages--status {
    border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
    box-shadow: 8px 0 0 #77b259;
    margin-left: 0
}

.messages--warning {
    background-color: #fdf8ed;
    background-image: url(/core/themes/classy/css/components/../../../../misc/icons/e29700/warning.svg);
    border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
    color: #734c00;
    box-shadow: -8px 0 0 #e09600
}

[dir="rtl"] .messages--warning {
    border-color: #f4daa6 transparent #f4daa6 #f4daa6;
    box-shadow: 8px 0 0 #e09600
}

.messages--error {
    background-color: #fcf4f2;
    color: #a51b00;
    background-image: url(/core/themes/classy/css/components/../../../../misc/icons/e32700/error.svg);
    border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
    box-shadow: -8px 0 0 #e62600
}

[dir="rtl"] .messages--error {
    border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
    box-shadow: 8px 0 0 #e62600
}

.messages--error p.error {
    color: #a51b00
}

.node--unpublished {
    background-color: #fff4f4
}

button, [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #036;
    border: 0;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: .75em 1.5em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

    button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
        background-color: #002952;
        color: #fff
    }

    button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
        outline: 2px dotted #00254a;
        outline-offset: 2px
    }

    button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
        cursor: not-allowed;
        opacity: 0.5
    }

        button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
            background-color: #036
        }

.button-dark-small {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 5px;
    line-height: 100%;
    padding: 6px 15px;
    color: #fff;
    background-color: #036;
    border: 2px solid #036
}

    .button-dark-small:after {
        display: inline-block;
        content: '\00BB';
        padding-left: 3px
    }

    .button-dark-small:focus {
        outline: none;
        border-bottom: inherit !important
    }

    .button-dark-small .ext {
        display: none
    }

    .button-dark-small:hover, .button-dark-small:focus {
        background-color: #fff;
        color: #036;
        border-bottom: 2px solid #036 !important
    }

    .button-dark-small:active {
        background-color: #cad8e4;
        border: 2px solid #cad8e4;
        color: #036
    }

.button-dark-large {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 5px;
    line-height: 100%;
    padding: 12px 30px;
    color: #fff;
    background-color: #036;
    border: 2px solid #036
}

    .button-dark-large:after {
        display: inline-block;
        content: '\00BB';
        padding-left: 3px
    }

    .button-dark-large:focus {
        outline: none;
        border-bottom: inherit !important
    }

    .button-dark-large .ext {
        display: none
    }

    .button-dark-large:hover, .button-dark-large:focus {
        background-color: #fff;
        color: #036;
        border-bottom: 2px solid #036 !important
    }

    .button-dark-large:active {
        background-color: #cad8e4;
        border: 2px solid #cad8e4;
        color: #036
    }

.button-light-small, .paragraph--type--large-promo-video .field--name-field-video-link a {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 5px;
    line-height: 100%;
    padding: 6px 15px;
    border: 2px solid #ffcb4f;
    background-color: #ffcb4f;
    color: #036
}

    .button-light-small:after, .paragraph--type--large-promo-video .field--name-field-video-link a:after {
        display: inline-block;
        content: '\00BB';
        padding-left: 3px
    }

    .button-light-small:focus, .paragraph--type--large-promo-video .field--name-field-video-link a:focus {
        outline: none;
        border-bottom: inherit !important
    }

    .button-light-small .ext, .paragraph--type--large-promo-video .field--name-field-video-link a .ext {
        display: none
    }

    .button-light-small:hover, .paragraph--type--large-promo-video .field--name-field-video-link a:hover, .button-light-small:focus, .paragraph--type--large-promo-video .field--name-field-video-link a:focus {
        background-color: #fff;
        border-bottom: 2px solid #ffcb4f !important
    }

    .button-light-small:active, .paragraph--type--large-promo-video .field--name-field-video-link a:active {
        background-color: #ffde99;
        border: 2px solid #ffde99
    }

.paragraph--type--form .field #edit-actions input,
.button-light-large {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 5px;
    line-height: 100%;
    padding: 12px 30px;
    border: 2px solid #ffcb4f;
    background-color: #ffcb4f;
    color: #036
}

    .button-light-large:after {
        display: inline-block;
        content: '\00BB';
        padding-left: 3px
    }

    .button-light-large:focus {
        outline: none;
        border-bottom: inherit !important
    }

    .button-light-large .ext {
        display: none
    }

    .button-light-large:hover, .button-light-large:focus {
        background-color: #fff;
        border-bottom: 2px solid #ffcb4f !important
    }

    .button-light-large:active {
        background-color: #ffde99;
        border: 2px solid #ffde99
    }

.page-node-14 #block-middlesex-content .button-dark-large {
    display: block
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: local("Oswald Regular"), local("Oswald-Regular"), url(/themes/middlesex/css/../fonts/DgBpgaYycijFA8v2hNt7MfesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: local("Oswald Regular"), local("Oswald-Regular"), url(/themes/middlesex/css/../fonts/peRd8sj511qE2lHtK-QfcPesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: local("Oswald Regular"), local("Oswald-Regular"), url(/themes/middlesex/css/../fonts/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: local("Oswald Regular"), local("Oswald-Regular"), url(/themes/middlesex/css/../fonts/pEobIV_lL25TKBpqVI_a2w.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: local("Oswald Bold"), local("Oswald-Bold"), url(/themes/middlesex/css/../fonts/smkSb2csQFrK-wxLDSe5RxJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: local("Oswald Bold"), local("Oswald-Bold"), url(/themes/middlesex/css/../fonts/69aXBpgQONjr_rHWADjBuRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: local("Oswald Bold"), local("Oswald-Bold"), url(/themes/middlesex/css/../fonts/dI-qzxlKVQA6TUC5RKSb3xJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: local("Oswald Bold"), local("Oswald-Bold"), url(/themes/middlesex/css/../fonts/bH7276GfdCjMjApa_dkG6VtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(/themes/middlesex/css/../fonts/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(/themes/middlesex/css/../fonts/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(/themes/middlesex/css/../fonts/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(/themes/middlesex/css/../fonts/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(/themes/middlesex/css/../fonts/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(/themes/middlesex/css/../fonts/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(/themes/middlesex/css/../fonts/CWB0XYA8bzo0kSThX0UTuA.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(/themes/middlesex/css/../fonts/ZLqKeelYbATG60EpZBSDyxJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(/themes/middlesex/css/../fonts/oHi30kwQWvpCWqAhzHcCSBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(/themes/middlesex/css/../fonts/rGvHdJnr2l75qb0YND9NyBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(/themes/middlesex/css/../fonts/mx9Uck6uB63VIKFYnEMXrRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(/themes/middlesex/css/../fonts/mbmhprMH69Zi6eEPBYVFhRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(/themes/middlesex/css/../fonts/oOeFwZNlrTefzLYmlVV1UBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(/themes/middlesex/css/../fonts/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(/themes/middlesex/css/../fonts/77FXFjRbGzN4aCrSFhlh3hJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(/themes/middlesex/css/../fonts/isZ-wbCXNKAbnjo6_TwHThJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(/themes/middlesex/css/../fonts/UX6i4JxQDm3fVTc1CPuwqhJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(/themes/middlesex/css/../fonts/jSN2CGVDbcVyCnfJfjSdfBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(/themes/middlesex/css/../fonts/PwZc-YbIL414wB9rB1IAPRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(/themes/middlesex/css/../fonts/97uahxiqZRoncBaCEI3aWxJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(/themes/middlesex/css/../fonts/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(/themes/middlesex/css/../fonts/b9QBgL0iMZfDSpmcXcE8nDW5FUgIgejJvrHuLWqrSMw.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(/themes/middlesex/css/../fonts/b9QBgL0iMZfDSpmcXcE8nA30BZHTGu2N_DqssQcMQNQ.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(/themes/middlesex/css/../fonts/b9QBgL0iMZfDSpmcXcE8nPDoBG10JtAX-GAwn6iwU1Y.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(/themes/middlesex/css/../fonts/b9QBgL0iMZfDSpmcXcE8nGhQuge17febRYSUkWKdLWA.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(/themes/middlesex/css/../fonts/b9QBgL0iMZfDSpmcXcE8nBBtmDLrZTTOm3p1EhiGCXc.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(/themes/middlesex/css/../fonts/b9QBgL0iMZfDSpmcXcE8nEV356qNqHCUb41pS3zqMSE.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(/themes/middlesex/css/../fonts/b9QBgL0iMZfDSpmcXcE8nHm2hrkyco9jQ3NKMXpgOBg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    font-weight: 600;
    margin-bottom: .375em;
    padding: 0
}

label {
    display: block;
    font-weight: 600;
    margin-bottom: .375em
}

input, select, textarea {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 16px
}

select {
    padding: .5em;
    background-color: #fff;
    border-radius: 0px
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: .75em;
    padding: .5em;
    -webkit-transition: border-color 200ms ease-in-out;
    transition: border-color 200ms ease-in-out;
    width: 100%
}

    [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
        border-color: #b1b1b1
    }

    [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
        border-color: #036;
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 51, 102, 0.7);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 51, 102, 0.7);
        outline: none
    }

    [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
        background-color: #f2f2f2;
        cursor: not-allowed
    }

        [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
            border: 1px solid #ddd
        }

    [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #6a757a
    }

    [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #6a757a
    }

    [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
        color: #6a757a
    }

textarea {
    resize: vertical
}

[type="checkbox"], [type="radio"] {
    display: inline;
    margin-right: .375em
}

[type="file"] {
    margin-bottom: .75em;
    width: 100%
}

select {
    margin-bottom: .75em;
    width: 100%
}

    [type="checkbox"]:focus, [type="radio"]:focus, [type="file"]:focus, select:focus {
        outline: 2px dotted #00254a;
        outline-offset: 2px
    }

.webform-submission-form input[type='submit']:hover {
    color: #036
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html, body {
    height: 100%
}

body {
    margin: 0
}

@media all and (min-width: 813px) {
    .onecol, .grid-1 {
        width: 5.801104972%
    }

    .twocol, .grid-2 {
        width: 14.364640883%
    }

    .threecol, .grid-3 {
        width: 22.928176794%
    }

    .fourcol, .grid-4 {
        width: 31.491712705%
    }

    .fivecol, .grid-5 {
        width: 40.055248616%
    }

    .sixcol, .grid-6 {
        width: 48.618784527%
    }

    .sevencol, .grid-7 {
        width: 57.182320438000005%
    }

    .eightcol, .grid-8 {
        width: 65.74585634900001%
    }

    .ninecol, .grid-9 {
        width: 74.30939226%
    }

    .tencol, .grid-10 {
        width: 82.87292817100001%
    }

    .elevencol, .grid-11 {
        width: 91.436464082%
    }

    .twelvecol, .grid-12 {
        width: 99.999999993%
    }

    .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol, .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .ckeditor-col-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 1em
    }
}

ul, ol {
    margin: 0
}

main ul, .cke_editable ul {
    font-weight: 500
}

main ol, .cke_editable ol {
    font-weight: 500
}

dl {
    margin: 0
}

dt {
    font-weight: 600;
    margin: 0
}

dd {
    margin: 0
}

figure {
    margin: 0
}

img, picture {
    margin: 0;
    max-width: 100%;
    height: auto
}

.mfp-wrap .mfp-container .mfp-content video {
    max-width: 100%;
    height: auto
}

.mfp-wrap .mfp-container .mfp-content .mfp-close {
    color: #fff;
    position: absolute;
    font-size: 24px;
    right: -15px;
    top: -35px
}

    .mfp-wrap .mfp-container .mfp-content .mfp-close:hover {
        background-color: transparent
    }

table {
    border-collapse: collapse;
    margin: .75em 0;
    table-layout: fixed;
    width: 100%
}

th {
    font-weight: 600;
    padding: .75em 7px;
    text-align: left;
    background-color: #036;
    color: #fff
}

td {
    padding: .75em 7px;
    background-color: #f3f8fa
}

    th:first-child, td:first-child {
        padding-left: 12px
    }

tr:nth-child(odd) td {
    background-color: #f9fdfe
}

tr, td, th {
    vertical-align: middle
}

html {
    color: #455259;
    font-family: "Roboto", sans-serif;
    font-size: 85%;
    line-height: 1.5
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    margin: 0 0 .75em
}

h1 {
    font-family: "Oswald", sans-serif;
    font-size: 3.666rem;
    line-height: 3.916rem;
    font-weight: bold;
    color: #036
}

h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.2rem;
    line-height: 2.35rem;
    font-weight: bold;
    color: #036
}

h3 {
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-weight: normal
}

h4 {
    font-size: 1.5rem;
    line-height: 1.6rem;
    font-weight: bold
}

h5 {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: bold;
    color: #036
}

h6 {
    font-size: .95rem;
    line-height: 1.05rem;
    font-weight: normal;
    color: #555;
}
.msb-h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.2rem;
    line-height: 2.35rem;
    font-weight: bold;
    color: #036
}
.msb-h3 {
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-weight: normal
}
.msb-h4 {
    font-size: 1.5rem;
    line-height: 1.6rem;
    font-weight: bold
}
p {
    margin: 0 0 .75em
}

    p.footnote {
        font-size: .90rem;
        line-height: 1.15rem
    }

a {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    color: #036;
    text-decoration: none
}

    a:hover {
        color: #00254a
    }

    a:focus {
        color: #00254a;
        outline: 2px dotted #00254a;
        outline-offset: 2px
    }

    a span.ext {
        background: url("/themes/middlesex/css/../images/icon-external-link.png") center no-repeat;
        height: 13px;
        width: 12px;
        padding-right: 15px;
        margin-left: 2px;
        text-indent: -9999px
    }

main a, .cke_editable a {
    font-weight: 600;
    border-bottom: 1px solid #036
}

    main a:focus, .cke_editable a:focus {
        border-bottom: 0
    }

hr {
    border-bottom: 3px solid #ffcb4f;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5em 0
}

blockquote {
    color: #036;
    font-size: 1.4rem;
    line-height: 1.6rem;
    border-left: 5px solid #cad8e4;
    margin-left: 25px;
    margin-right: 25px;
    padding: 10px
}

    blockquote p {
        margin: 0
    }

.sr-only, a span.ext .element-invisible, .paragraph--type--large-promo-video .field--name-field-video-transcript {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

b {
    font-weight: inherit
}

@media all and (min-width:600px) {
    html {
        font-size: 100%
    }
}

header {
    background-color: #036
}

    header .region-header {
        max-width: 1280px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        header .region-header #block-middlesex-branding {
            margin-top: 5px
        }

            header .region-header #block-middlesex-branding .site-logo:focus {
                outline-color: #fff
            }

        header .region-header #block-middlesex-main-menu {
            display: none
        }

        header .region-header #block-headerlinks {
            display: none
        }

        header .region-header #block-mobilebuttons {
            padding-right: 10px;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

            header .region-header #block-mobilebuttons .field--name-body {
                height: 100%
            }

            header .region-header #block-mobilebuttons .mobile-buttons {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                height: 100%;
                margin-bottom: 0
            }

                header .region-header #block-mobilebuttons .mobile-buttons .search-toggle {
                    display: inline-block;
                    height: 24px;
                    width: 23px;
                    background: url("/themes/middlesex/css/../images/icon-search-mobile.png") top left no-repeat;
                    text-indent: -9999px;
                    overflow: hidden;
                    margin: 5px
                }

                header .region-header #block-mobilebuttons .mobile-buttons .hamburger {
                    display: inline-block;
                    height: 28px;
                    width: 28px;
                    background: url("/themes/middlesex/css/../images/hamburger.png") no-repeat 0 0;
                    text-indent: -9999px;
                    overflow: hidden;
                    margin: 5px
                }

                    header .region-header #block-mobilebuttons .mobile-buttons .hamburger.open {
                        background-position: -36px 0
                    }

.section-investing header .region-header #block-middlesex-branding .site-logo {
    display: block;
    height: 56px;
    width: 200px;
    background: url("/themes/middlesex/css/../images/logo-investing.png") top left no-repeat
}

    .section-investing header .region-header #block-middlesex-branding .site-logo img {
        display: none
    }

#quicklinks-wrapper {
    display: none
}

    #quicklinks-wrapper .quicklinks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        border-top: 1px solid #264565
    }

        #quicklinks-wrapper .quicklinks li {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            list-style: none;
            text-align: center;
            text-transform: uppercase;
            font-size: 0.8rem;
            font-weight: bold;
            line-height: 100%;
            border-right: 1px solid #264565;
            padding-top: 15px;
            background-color: #00254a;
            -webkit-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out
        }

            #quicklinks-wrapper .quicklinks li a {
                padding: 48px 5px 10px;
                display: block;
                color: #fff
            }

            #quicklinks-wrapper .quicklinks li:hover, #quicklinks-wrapper .quicklinks li:focus, #quicklinks-wrapper .quicklinks li.open {
                background-color: #036
            }

            #quicklinks-wrapper .quicklinks li.locations a {
                background: url("/getmedia/47a5acb5-59df-4cc3-8178-b28a48358fa4/icon-find") no-repeat top center
            }

            #quicklinks-wrapper .quicklinks li.call a {
                background: url("/getmedia/60d928c1-6491-49f5-ad60-9b351910954c/icon-call") no-repeat top center
            }

            #quicklinks-wrapper .quicklinks li.online-banking a {
                background: url("/getmedia/e394748c-b1d2-440f-91c0-467e78a7833f/icon-banking") no-repeat top center
            }

            #quicklinks-wrapper .quicklinks li:last-child {
                border-right: 0
            }

#quicklinks-call {
    display: none;
    background-color: #036;
    text-align: center
}

    #quicklinks-call a {
        color: #fff;
        display: block;
        padding: 15px 10px;
        font-weight: bold;
        font-size: 1.2rem
    }

#mobile-menu-slide {
    display: none
}

    #mobile-menu-slide > .menu {
        margin: 0;
        border-top: 1px solid #036
    }

        #mobile-menu-slide > .menu > li {
            -webkit-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
            padding-top: 0
        }

            #mobile-menu-slide > .menu > li > a {
                display: block;
                position: relative;
                padding: 10px 12px;
                color: #036;
                font-family: "Oswald", sans-serif;
                text-transform: uppercase;
                background-color: #e5eaef;
                border-bottom: 1px solid #cad8e4
            }

                #mobile-menu-slide > .menu > li > a:after {
                    display: inline-block;
                    content: "+";
                    font-size: 1.5em;
                    position: absolute;
                    right: 15px;
                    top: 0px
                }

                #mobile-menu-slide > .menu > li > a:hover, #mobile-menu-slide > .menu > li > a:focus {
                    background-color: #036;
                    color: #cad8e4
                }

            #mobile-menu-slide > .menu > li.open > a {
                background-color: #036;
                color: #cad8e4
            }

                #mobile-menu-slide > .menu > li.open > a:after {
                    content: "-"
                }

            #mobile-menu-slide > .menu > li > .menu {
                display: none;
                background-color: #e5eaef;
                margin-left: 0
            }

                #mobile-menu-slide > .menu > li > .menu li {
                    list-style: none
                }

                    #mobile-menu-slide > .menu > li > .menu li span {
                        font-weight: bold;
                        display: block;
                        border-bottom: 1px solid #036;
                        padding: 5px 0;
                        margin: 0 12px;
                        position: relative
                    }

                        #mobile-menu-slide > .menu > li > .menu li span:after {
                            display: inline-block;
                            content: "+";
                            font-size: 1.2em;
                            font-weight: normal;
                            position: absolute;
                            right: 5px;
                            top: 0px
                        }

                    #mobile-menu-slide > .menu > li > .menu li.open > span:after {
                        content: "-"
                    }

                    #mobile-menu-slide > .menu > li > .menu li a {
                        color: #036;
                        display: block;
                        padding: 3px 12px
                    }

                        #mobile-menu-slide > .menu > li > .menu li a:hover {
                            text-decoration: underline
                        }

                    #mobile-menu-slide > .menu > li > .menu li > .menu {
                        display: none
                    }

.region-login-wrapper {
    background-color: #00254a
}

    .region-login-wrapper .region-login {
        max-width: 1280px;
        margin: 0 auto
    }

        .region-login-wrapper .region-login #block-middlesexonlinebankinglogin {
            display: none;
            background-color: #00254a
        }

            .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form {
                padding: 15px
            }

                .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-item {
                    margin: 5px 0
                }

                    .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-item input {
                        -webkit-transition: all 200ms ease-in-out;
                        transition: all 200ms ease-in-out;
                        margin: 0;
                        font-size: 0.8em;
                        padding: 5px;
                        height: 30px;
                        text-align: center
                    }

                        .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-item input:focus {
                            border-color: #ffcb4f;
                            background-color: #eee;
                            color: #036
                        }

                    .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-item select {
                        -webkit-transition: all 200ms ease-in-out;
                        transition: all 200ms ease-in-out;
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        appearance: none;
                        background: #fff url("/themes/middlesex/css/../images/select.png") 96% 50% no-repeat;
                        text-transform: uppercase;
                        margin: 0;
                        font-size: 0.8em;
                        height: 30px;
                        text-align: center;
                        border: 0;
                        padding: 0 0 0 5px
                    }

                        .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-item select:focus {
                            border-color: #ffcb4f;
                            background-color: #eee;
                            color: #036
                        }

                .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-actions {
                    margin: 0;
                    font-size: 0.8em;
                    text-align: center
                }

                    .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-actions .form-submit {
                        -webkit-transition: all 200ms ease-in-out;
                        transition: all 200ms ease-in-out;
                        display: block;
                        width: 100%;
                        height: 30px;
                        padding: 5px 10px;
                        margin-right: 10px;
                        background-color: #ffcb4f;
                        color: #036;
                        border: 2px solid #ffcb4f
                    }

                        .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-actions .form-submit:hover, .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-actions .form-submit:focus {
                            background-color: #fff
                        }

                        .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-actions .form-submit:active {
                            background-color: #ffde99;
                            border: 2px solid #ffde99
                        }

                    .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-actions .forgot {
                        display: block;
                        -webkit-transition: all 200ms ease-in-out;
                        transition: all 200ms ease-in-out;
                        color: #fff;
                        text-decoration: underline;
                        margin-top: 5px
                    }

                        .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-actions .forgot:hover {
                            color: #ffcb4f
                        }

                        .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-actions .forgot:focus {
                            color: #ffcb4f;
                            outline: 2px dotted #ffcb4f
                        }

                    .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-actions #middlesex-banking-login-link {
                        -webkit-transition: all 200ms ease-in-out;
                        transition: all 200ms ease-in-out;
                        width: 100%;
                        background-color: #ffcb4f;
                        color: #036;
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 1;
                        height: 30px;
                        padding: 5px 10px;
                        margin-top: 5px;
                        vertical-align: middle;
                        border: 2px solid #ffcb4f
                    }

                        .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-actions #middlesex-banking-login-link:hover, .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-actions #middlesex-banking-login-link:focus {
                            background-color: #fff
                        }

                        .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-actions #middlesex-banking-login-link:active {
                            background-color: #ffde99;
                            border: 2px solid #ffde99
                        }

            .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-link {
                display: none
            }

        .region-login-wrapper .region-login .search-block-form {
            display: none
        }

            .region-login-wrapper .region-login .search-block-form #search-block-form {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 15px
            }

                .region-login-wrapper .region-login .search-block-form #search-block-form .form-type-search {
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                    margin: 0;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    padding-right: 5px
                }

                    .region-login-wrapper .region-login .search-block-form #search-block-form .form-type-search .form-search {
                        -webkit-transition: all 200ms ease-in-out;
                        transition: all 200ms ease-in-out;
                        margin: 0;
                        height: 30px;
                        padding: 5px;
                        height: 20px;
                        font-size: 0.8em
                    }

                        .region-login-wrapper .region-login .search-block-form #search-block-form .form-type-search .form-search:focus {
                            border-color: #ffcb4f;
                            background-color: #eee;
                            color: #036
                        }

                .region-login-wrapper .region-login .search-block-form #search-block-form .form-actions {
                    width: 30px
                }

                    .region-login-wrapper .region-login .search-block-form #search-block-form .form-actions .form-submit {
                        -webkit-transition: all 200ms ease-in-out;
                        transition: all 200ms ease-in-out;
                        width: 30px;
                        height: 30px;
                        background: #ffcb4f url("/getmedia/6e6012ab-1d5a-4a47-bad0-1a34c1bbbd76/icon-search") no-repeat center;
                        text-indent: -9999px;
                        overflow: hidden;
                        border-radius: 0;
                        padding: 0;
                        border: 2px solid #ffcb4f
                    }

                        .region-login-wrapper .region-login .search-block-form #search-block-form .form-actions .form-submit:hover, .region-login-wrapper .region-login .search-block-form #search-block-form .form-actions .form-submit:focus {
                            background-color: #fff
                        }

                        .region-login-wrapper .region-login .search-block-form #search-block-form .form-actions .form-submit:active {
                            background-color: #ffde99;
                            border: 2px solid #ffde99
                        }

@media all and (min-width:900px) {
    header .region-header #block-middlesex-branding {
        width: 25%;
        margin-top: 35px;
        padding-left: 0
    }

    header .region-header #block-mobilebuttons {
        display: none
    }

    header .region-header #block-middlesex-main-menu {
        display: block;
        width: 57%;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

        header .region-header #block-middlesex-main-menu ul.menu {
            margin-left: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
            justify-content: space-evenly
        }

            header .region-header #block-middlesex-main-menu ul.menu li {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                display: inline-block;
                text-transform: uppercase;
                font-family: "Oswald", sans-serif
            }

                header .region-header #block-middlesex-main-menu ul.menu li a {
                    display: inline-block;
                    padding: 47px 15px 28px;
                    width: 100%;
                    text-decoration: none;
                    color: #ffcb4f;
                    font-weight: bold;
                    font-size: 1.1em
                }

                    header .region-header #block-middlesex-main-menu ul.menu li a:hover {
                        color: #fff
                    }

                    header .region-header #block-middlesex-main-menu ul.menu li a:focus {
                        color: #fff;
                        outline: 2px dotted #fff
                    }

                header .region-header #block-middlesex-main-menu ul.menu li.open {
                    background: url("/getmedia/5cff6f1f-fced-4518-8fb3-2a2a8c6b28b8/menu-arrow") bottom center no-repeat
                }

                    header .region-header #block-middlesex-main-menu ul.menu li.open a {
                        color: #fff
                    }

                header .region-header #block-middlesex-main-menu ul.menu li ul {
                    display: none
                }

    header .region-header #block-headerlinks {
        display: block;
        width: 18%
    }

        header .region-header #block-headerlinks ul {
            text-align: right;
            padding-top: 10px;
            padding-right: 10px
        }

            header .region-header #block-headerlinks ul li a {
                -webkit-transition: all 200ms ease-in-out;
                transition: all 200ms ease-in-out;
                text-decoration: none;
                color: #fff;
                font-weight: bold
            }

                header .region-header #block-headerlinks ul li a:after {
                    display: inline-block;
                    content: '\00BB';
                    padding-left: 3px;
                    color: #ffcb4f
                }

                header .region-header #block-headerlinks ul li a:hover {
                    color: #ffcb4f
                }

                header .region-header #block-headerlinks ul li a:focus {
                    color: #ffcb4f;
                    outline: 2px dotted #ffcb4f
                }

                header .region-header #block-headerlinks ul li a[href^=tel] {
                    color: #ffcb4f
                }

                    header .region-header #block-headerlinks ul li a[href^=tel]:after {
                        display: none
                    }

    #mobile-menu-slide {
        display: none
    }

    #main-menu-slide {
        display: none;
        background-color: #37668f;
        border-top: 3px solid #ffcb4f
    }

        #main-menu-slide > ul {
            max-width: 1280px;
            margin: 0 auto;
            background-color: #37668f;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding-left: 50px;
            padding-right: 50px
        }

            #main-menu-slide > ul li {
                display: block;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                padding-right: 15px
            }

                #main-menu-slide > ul li span {
                    color: #fff;
                    margin-top: 30px;
                    display: block;
                    font-weight: bold;
                    padding-bottom: 3px;
                    margin-bottom: 5px;
                    border-bottom: 2px solid #ffcb4f
                }

                #main-menu-slide > ul li ul {
                    margin-bottom: 30px;
                    margin-left: 0;
                    padding-left: 0
                }

                    #main-menu-slide > ul li ul li {
                        line-height: 100%;
                        padding-bottom: 5px
                    }

                        #main-menu-slide > ul li ul li a {
                            -webkit-transition: all 200ms ease-in-out;
                            transition: all 200ms ease-in-out;
                            color: #fff
                        }

                            #main-menu-slide > ul li ul li a:hover {
                                color: #ffcb4f
                            }

                            #main-menu-slide > ul li ul li a:focus {
                                color: #ffcb4f;
                                outline: 2px dotted #ffcb4f
                            }

    .region-login-wrapper .region-login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .region-login-wrapper .region-login #block-middlesexonlinebankinglogin {
            width: 65%;
            display: block
        }

            .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 5px 10px
            }

                .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-item {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    margin: 0;
                    padding-right: 5px
                }

                    .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-item select {
                        text-align: left;
                        width: 225px
                    }

                    .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-item input[type='text'], .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-item input[type='password'] {
                        width: 120px;
                        text-align: left
                    }

                .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-actions {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center
                }

                    .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-actions .form-submit {
                        display: inline-block;
                        width: auto
                    }

                    .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-actions .forgot {
                        font-size: 0.75rem;
                        line-height: 120%;
                        margin-top: 0
                    }

                    .region-login-wrapper .region-login #block-middlesexonlinebankinglogin #middlesex-banking-login-form .form-actions #middlesex-banking-login-link {
                        margin-top: 0
                    }

        .region-login-wrapper .region-login .search-block-form {
            display: block;
            width: 25%;
            margin-left: 10%
        }
}

@media all and (min-width:1100px) {
    header .region-header #block-middlesex-main-menu ul.menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        header .region-header #block-middlesex-main-menu ul.menu li {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto
        }
}

.layout-content .region-content #user-login-form, .layout-content .region-content article.profile, .layout-content .region-content .sitemap {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

@media all and (min-width:600px) {
    .layout-content .region-content #user-login-form, .layout-content .region-content article.profile, .layout-content .region-content .sitemap {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:900px) {
    .layout-content .region-content #user-login-form, .layout-content .region-content article.profile, .layout-content .region-content .sitemap {
        padding-left: 60px;
        padding-right: 60px
    }
}

.layout-content .region-content article.node .field--name-body {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

@media all and (min-width:600px) {
    .layout-content .region-content article.node .field--name-body {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:900px) {
    .layout-content .region-content article.node .field--name-body {
        padding-left: 60px;
        padding-right: 60px
    }
}

.layout-content .region-content .views-field-field-banner-image {
    max-width: 1400px;
    margin: 0 auto
}

    .layout-content .region-content .views-field-field-banner-image img {
        display: block;
        width: 100%;
        height: auto
    }

.layout-content .region-content #block-middlesex-breadcrumbs {
    display: none
}

.layout-content .region-content #block-middlesex-local-tasks {
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 30px
}

.layout-content .region-content #block-middlesex-page-title {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0
}

@media all and (min-width:600px) {
    .layout-content .region-content #block-middlesex-page-title {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:900px) {
    .layout-content .region-content #block-middlesex-page-title {
        padding-left: 60px;
        padding-right: 60px
    }
}

.layout-content .region-content #block-middlesex-page-title .page-title {
    text-indent: -45px;
    padding-left: 45px
}

    .layout-content .region-content #block-middlesex-page-title .page-title a:first-child {
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        display: inline-block;
        overflow: hidden;
        text-indent: -9999px;
        background: #036 url("/middlesexbank/media/Common/Logos/icon-arrow-back.png") no-repeat center;
        width: 30px
    }

        .layout-content .region-content #block-middlesex-page-title .page-title a:first-child:hover, .layout-content .region-content #block-middlesex-page-title .page-title a:first-child:focus {
            background-color: #00254a
        }

.layout-content .region-content #block-middlesex-content {
    position: relative
}

.layout-content .region-content #block-disclosures {
    display: none
}

.layout-content .region-content #block-mainnavigation-2 {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px
}

@media all and (min-width:600px) {
    .layout-content .region-content #block-mainnavigation-2 {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:900px) {
    .layout-content .region-content #block-mainnavigation-2 {
        padding-left: 60px;
        padding-right: 60px
    }
}

.layout-content .region-content #block-mainnavigation-2 .menu {
    margin: 0
}

    .layout-content .region-content #block-mainnavigation-2 .menu li {
        list-style: none;
        margin-bottom: 25px;
        background-color: #e4eaf0;
        padding-top: 0
    }

        .layout-content .region-content #block-mainnavigation-2 .menu li span {
            display: block;
            font-size: 2.0rem;
            padding: 15px;
            font-weight: bold;
            background-color: #036;
            color: #e4eaf0
        }

        .layout-content .region-content #block-mainnavigation-2 .menu li .menu {
            padding: 15px
        }

            .layout-content .region-content #block-mainnavigation-2 .menu li .menu li {
                margin-bottom: 15px
            }

                .layout-content .region-content #block-mainnavigation-2 .menu li .menu li a {
                    border-bottom: 0;
                    color: #036
                }

                    .layout-content .region-content #block-mainnavigation-2 .menu li .menu li a:after {
                        display: inline-block;
                        content: '\00BB';
                        padding-left: 3px
                    }

                    .layout-content .region-content #block-mainnavigation-2 .menu li .menu li a:hover {
                        text-decoration: underline
                    }

.layout-content .region-content #block-investingdisclaimer {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

@media all and (min-width:600px) {
    .layout-content .region-content #block-investingdisclaimer {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:900px) {
    .layout-content .region-content #block-investingdisclaimer {
        padding-left: 60px;
        padding-right: 60px
    }
}

.layout-content .region-content #block-investingdisclaimer .disclaimer {
    padding: 6px;
    border: 1px solid #777
}

.layout-content .region-content #block-investingdisclaimer table {
    border-collapse: collapse;
    border: 1px solid #777
}

    .layout-content .region-content #block-investingdisclaimer table td {
        text-align: center;
        padding: 6px;
        border: 1px solid #777
    }

        .layout-content .region-content #block-investingdisclaimer table td table {
            margin: 0
        }

    .layout-content .region-content #block-investingdisclaimer table p {
        margin: 0
    }

#exit-popup {
    background: #fff;
    padding-bottom: 20px;
    text-align: left;
    max-width: 450px;
    margin: 40px auto;
    position: relative
}

    #exit-popup .mfp-close {
        color: #fff;
        font-size: 1.5rem
    }

        #exit-popup .mfp-close:hover {
            background-color: transparent
        }

    #exit-popup h2 {
        color: #fff;
        font-size: 1.2rem;
        line-height: 100%;
        background-color: #036;
        padding: 10px 15px
    }

    #exit-popup p {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0
    }

    #exit-popup a {
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        display: inline-block;
        text-align: center;
        padding: 3px;
        width: 125px;
        margin-right: 5px;
        margin-top: 15px
    }

        #exit-popup a.button-confirm {
            color: #036;
            background-color: #ffcb4f;
            border: 2px solid #ffcb4f
        }

            #exit-popup a.button-confirm:hover, #exit-popup a.button-confirm:focus {
                background-color: #fff
            }

        #exit-popup a.button-deny {
            color: #fff;
            background-color: #036;
            border: 2px solid #036
        }

            #exit-popup a.button-deny:hover, #exit-popup a.button-deny:focus {
                background-color: #fff;
                color: #036
            }

@media all and (min-width:600px) {
    .layout-content .region-content #block-middlesex-breadcrumbs {
        max-width: 1280px;
        margin: 0 auto;
        display: block;
        margin-top: 30px;
        padding-left: 10px
    }

        .layout-content .region-content #block-middlesex-breadcrumbs .breadcrumb {
            font-size: 0.9rem
        }

            .layout-content .region-content #block-middlesex-breadcrumbs .breadcrumb li {
                color: #036
            }

                .layout-content .region-content #block-middlesex-breadcrumbs .breadcrumb li:before {
                    content: " |";
                    color: #ffcb4f;
                    margin-right: 4px;
                }

                .layout-content .region-content #block-middlesex-breadcrumbs .breadcrumb li a {
                    -webkit-transition: all 200ms ease-in-out;
                    transition: all 200ms ease-in-out;
                    color: #036;
                    font-weight: normal;
                    border: 0
                }

                    .layout-content .region-content #block-middlesex-breadcrumbs .breadcrumb li a:hover, .layout-content .region-content #block-middlesex-breadcrumbs .breadcrumb li a:focus {
                        text-decoration: underline
                    }

                .layout-content .region-content #block-middlesex-breadcrumbs .breadcrumb li:nth-child(1):before {
                    display: none
                }

    .layout-content .region-content #block-middlesex-page-title .page-title {
        text-indent: 0;
        padding-left: 0
    }

        .layout-content .region-content #block-middlesex-page-title .page-title a:first-child {
            display: none
        }

    .layout-content .region-content #block-disclosures {
        display: block;
        max-width: 1280px;
        margin: 15px auto 0;
        padding: 25px 10px;
        border-top: 1px solid #455259
    }

    .layout-content .region-content #block-mainnavigation-2 .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .layout-content .region-content #block-mainnavigation-2 .menu li {
            width: 48%
        }

            .layout-content .region-content #block-mainnavigation-2 .menu li span {
                padding: 15px 30px
            }

            .layout-content .region-content #block-mainnavigation-2 .menu li .menu {
                padding: 30px
            }

                .layout-content .region-content #block-mainnavigation-2 .menu li .menu li {
                    width: 100%;
                    margin-right: 0
                }
}

footer {
    margin-top: 30px
}

    footer .region-footer-wrapper {
        max-width: 1280px;
        margin: 0 auto
    }

        footer .region-footer-wrapper #block-footerlinks {
            display: none
        }

        footer .region-footer-wrapper #block-socialmedia .social {
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding-left: 0;
            border-top: 1px solid #edf0f4
        }

            footer .region-footer-wrapper #block-socialmedia .social li {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                list-style: none;
                border-right: 1px solid #edf0f4;
                padding: 25px 0
            }

                footer .region-footer-wrapper #block-socialmedia .social li li:last-child {
                    border-right: 0
                }

                footer .region-footer-wrapper #block-socialmedia .social li a {
                    display: inline-block;
                    background-image: url("/getmedia/e00bbd3e-dd65-4c9a-a17d-b5118ccf5327/icons-social");
                    background-repeat: no-repeat;
                    text-indent: -9999px;
                    overflow: hidden;
                    -webkit-transition: initial;
                    transition: initial
                }

                    footer .region-footer-wrapper #block-socialmedia .social li a.facebook {
                        width: 15px;
                        height: 26px;
                        background-position: 0 0
                    }

                        footer .region-footer-wrapper #block-socialmedia .social li a.facebook:hover, footer .region-footer-wrapper #block-socialmedia .social li a.facebook:focus {
                            background-position: 0 -39px
                        }

                    footer .region-footer-wrapper #block-socialmedia .social li a.twitter {
                        width: 26px;
                        height: 21px;
                        background-position: -33px -4px
                    }

                        footer .region-footer-wrapper #block-socialmedia .social li a.twitter:hover, footer .region-footer-wrapper #block-socialmedia .social li a.twitter:focus {
                            background-position: -33px -44px
                        }

                    footer .region-footer-wrapper #block-socialmedia .social li a.linkedin {
                        width: 26px;
                        height: 26px;
                        background-position: -77px 0
                    }

                        footer .region-footer-wrapper #block-socialmedia .social li a.linkedin:hover, footer .region-footer-wrapper #block-socialmedia .social li a.linkedin:focus {
                            background-position: -77px -39px
                        }

                footer .region-footer-wrapper #block-socialmedia .social li .st-inline-share-buttons {
                    display: inline-block;
                    background-image: url("/themes/middlesex/css/../images/icons-social.png");
                    background-repeat: no-repeat;
                    text-indent: -9999px;
                    overflow: hidden;
                    width: 22px;
                    height: 24px;
                    background-position: -119px -2px
                }

                    footer .region-footer-wrapper #block-socialmedia .social li .st-inline-share-buttons:hover, footer .region-footer-wrapper #block-socialmedia .social li .st-inline-share-buttons:focus {
                        background-position: -119px -41px
                    }

        footer .region-footer-wrapper #block-hours {
            display: none
        }

    footer .region-bottom-wrapper {
        border-top: 5px solid #ffcb4f
    }

        footer .region-bottom-wrapper .region-bottom {
            max-width: 1280px;
            margin: 0 auto;
            padding-top: 12px
        }

            footer .region-bottom-wrapper .region-bottom #block-middlesex-footer {
                text-align: center;
                margin-bottom: 15px;
                font-size: 0.9rem
            }

                footer .region-bottom-wrapper .region-bottom #block-middlesex-footer .menu {
                    padding-left: 0;
                    text-align: center
                }

                    footer .region-bottom-wrapper .region-bottom #block-middlesex-footer .menu li {
                        display: inline-block;
                        padding: 0 10px;
                        list-style: none
                    }

                        footer .region-bottom-wrapper .region-bottom #block-middlesex-footer .menu li a {
                            text-decoration: none;
                            color: #036
                        }

                            footer .region-bottom-wrapper .region-bottom #block-middlesex-footer .menu li a:hover {
                                text-decoration: underline
                            }

                        footer .region-bottom-wrapper .region-bottom #block-middlesex-footer .menu li:last-child {
                            border-right: 0
                        }

            footer .region-bottom-wrapper .region-bottom #block-bankinfo {
                text-align: center;
                margin-bottom: 15px;
                font-size: 0.9rem
            }

                footer .region-bottom-wrapper .region-bottom #block-bankinfo ul:not(.contextual-links) {
                    padding-left: 0;
                    text-align: right;
                    color: #383838;
                }

                    footer .region-bottom-wrapper .region-bottom #block-bankinfo ul:not(.contextual-links) li {
                        display: inline-block;
                        list-style: none;
                        padding: 0 10px
                    }

                        footer .region-bottom-wrapper .region-bottom #block-bankinfo ul:not(.contextual-links) li.equal-housing-lender {
                            background: url("/getmedia/5d175d3f-4f0c-45d6-88e7-803c05905d70/icon-equal-housing-lender") left 1px no-repeat;
                            padding-left: 27px
                        }

                        footer .region-bottom-wrapper .region-bottom #block-bankinfo ul:not(.contextual-links) li.copyright {
                            display: block;
                            margin-top: 15px
                        }

@media all and (min-width:600px) {
    footer {
        border-top: 15px solid #ffcb4f;
        padding-top: 40px
    }

        footer .region-footer-wrapper {
            padding-left: 30px;
            padding-right: 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            footer .region-footer-wrapper .region-footer-left {
                width: 35%;
                border-top: 3px solid #ffcb4f;
                padding-top: 15px
            }

                footer .region-footer-wrapper .region-footer-left #block-footerlinks {
                    display: block
                }

                    footer .region-footer-wrapper .region-footer-left #block-footerlinks .menu {
                        margin-left: 0
                    }

                        footer .region-footer-wrapper .region-footer-left #block-footerlinks .menu li a {
                            color: #036;
                            text-decoration: none;
                            font-weight: bold
                        }

                            footer .region-footer-wrapper .region-footer-left #block-footerlinks .menu li a:after {
                                content: "\00BB";
                                padding-left: 7px
                            }

                            footer .region-footer-wrapper .region-footer-left #block-footerlinks .menu li a:hover {
                                text-decoration: underline
                            }

                footer .region-footer-wrapper .region-footer-left #block-socialmedia .social {
                    width: 50%;
                    margin-top: 15px;
                    border-top: 0
                }

                    footer .region-footer-wrapper .region-footer-left #block-socialmedia .social li {
                        -webkit-box-pack: start;
                        -ms-flex-pack: start;
                        justify-content: flex-start;
                        padding: 10px 0;
                        border-right: 0
                    }

            footer .region-footer-wrapper .region-footer-right {
                border-top: 3px solid #ffcb4f;
                padding-top: 15px;
                width: 55%;
                margin-left: 10%
            }

                footer .region-footer-wrapper .region-footer-right #block-hours {
                    display: block
                }

                    footer .region-footer-wrapper .region-footer-right #block-hours a {
                        color: #036;
                        font-weight: bold
                    }

                        footer .region-footer-wrapper .region-footer-right #block-hours a:hover {
                            text-decoration: underline
                        }

        footer .region-bottom-wrapper {
            border-top: 1px solid #ddd
        }
}

@media all and (min-width:900px) {
    footer .region-bottom-wrapper .region-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        footer .region-bottom-wrapper .region-bottom #block-middlesex-footer {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

            footer .region-bottom-wrapper .region-bottom #block-middlesex-footer .menu {
                display: block;
                text-align: left
            }

                footer .region-bottom-wrapper .region-bottom #block-middlesex-footer .menu li {
                    display: inline-block
                }

        footer .region-bottom-wrapper .region-bottom #block-bankinfo {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            text-align: right
        }

            footer .region-bottom-wrapper .region-bottom #block-bankinfo ul:not(.contextual-links) li.copyright {
                display: inline-block;
                margin-top: 0
            }
}

#alerts {
    display: none;
    border-top: 3px solid #ffcb4f;
    background-color: #ecf0f3;
    min-height: 30px
}

    #alerts .button-view {
        display: none;
        position: absolute;
        top: 5px;
        right: 10px;
        font-weight: bold
    }

        #alerts .button-view:hover, #alerts .button-view:focus {
            text-decoration: underline
        }

    #alerts .button-close {
        position: absolute;
        top: 5px;
        right: 10px;
    }

        #alerts .button-close:hover, #alerts .button-close:focus {
            text-decoration: underline
        }

    #alerts.closed {
        border-top: 0;
        background-color: #ffcb4f
    }

        #alerts.closed .alerts-wrapper .alert, #alerts.closed .button-close, #alerts.closed .alerts-background {
            display: none
        }

        #alerts.closed .button-view {
            display: inline-block
        }

    #alerts .alerts-wrapper {
        max-width: 1280px;
        margin: 0 auto;
        position: relative;
        padding: 30px 30px 5px;
        text-align: center;
        color: #036;
        line-height: 120%
    }

    #alerts .alerts-separator {
        background-color: #036;
        height: 1px;
        width: 100%;
    }

@media all and (min-width:600px) {
    #alerts .alerts-wrapper {
        padding: 15px 75px 5px
    }
}

@media all and (min-width:900px) {
    #alerts .alerts-wrapper {
        padding: 15px 150px 5px
    }
}

@media all and (min-width:1280px) {
    #alerts .button-view, #alerts .button-close {
        right: calc(50% - 630px);
    }
}

.paragraph {
    margin: 25px auto
}

.paragraph--type--accordion .section-titles .section-title-list {
    padding: 0;
    list-style: none
}

    .paragraph--type--accordion .section-titles .section-title-list .section-title a {
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        display: block;
        position: relative;
        background-color: #e5eaef;
        padding: 10px 12px;
        color: #036;
        font-weight: normal;
        font-family: "Oswald", sans-serif;
        text-transform: uppercase;
        border-bottom: 1px solid #cad8e4
    }

        .paragraph--type--accordion .section-titles .section-title-list .section-title a:hover, .paragraph--type--accordion .section-titles .section-title-list .section-title a:active, .paragraph--type--accordion .section-titles .section-title-list .section-title a:focus {
            background-color: #036;
            color: #cad8e4
        }

        .paragraph--type--accordion .section-titles .section-title-list .section-title a:after {
            display: inline-block;
            content: "+";
            font-size: 1.5em;
            position: absolute;
            right: 15px;
            top: 0px
        }

    .paragraph--type--accordion .section-titles .section-title-list .section-title.open a {
        background-color: #036;
        color: #cad8e4
    }

        .paragraph--type--accordion .section-titles .section-title-list .section-title.open a:after {
            content: "-"
        }

.paragraph--type--accordion .section {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
    margin: 25px auto
}

@media all and (min-width:600px) {
    .paragraph--type--accordion .section {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:900px) {
    .paragraph--type--accordion .section {
        padding-left: 60px;
        padding-right: 60px
    }
}

.paragraph--type--banker-list {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

@media all and (min-width:600px) {
    .paragraph--type--banker-list {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:900px) {
    .paragraph--type--banker-list {
        padding-left: 60px;
        padding-right: 60px
    }
}

.paragraph--type--banker-list .field--name-field-bankers > .field__item {
    margin-left: 1%;
    margin-right: 1%
}

.paragraph--type--body-html {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

@media all and (min-width:600px) {
    .paragraph--type--body-html {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:900px) {
    .paragraph--type--body-html {
        padding-left: 60px;
        padding-right: 60px
    }
}

.paragraph--type--cta-full-width {
    background-color: #cad8e4;
    color: #036;
    padding: 40px 15px
}

    .paragraph--type--cta-full-width .field--name-field-body {
        max-width: 1280px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px
    }

@media all and (min-width:600px) {
    .paragraph--type--cta-full-width .field--name-field-body {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:900px) {
    .paragraph--type--cta-full-width .field--name-field-body {
        padding-left: 60px;
        padding-right: 60px
    }
}

.paragraph--type--video {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px;
    text-align: center
}

@media all and (min-width:600px) {
    .paragraph--type--video {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:900px) {
    .paragraph--type--video {
        padding-left: 60px;
        padding-right: 60px
    }
}

.paragraph--type--video .field--name-field-video {
    position: relative
}

    .paragraph--type--video .field--name-field-video a {
        border-bottom: 0
    }

        .paragraph--type--video .field--name-field-video a img {
            height: auto
        }

    .paragraph--type--video .field--name-field-video:after {
        background: url("/themes/middlesex/css/../images/icon-play.png") top left no-repeat;
        display: block;
        content: ' ';
        height: 36px;
        width: 36px;
        position: absolute;
        top: calc(50% - 18px);
        left: calc(50% - 18px)
    }

.paragraph--type--form {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 2px solid #cad8e4;
    border-bottom: 2px solid #cad8e4
}

@media all and (min-width:600px) {
    .paragraph--type--form {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:900px) {
    .paragraph--type--form {
        padding-left: 60px;
        padding-right: 60px
    }
}

.paragraph--type--form .field--name-field-form {
    max-width: 450px;
    margin: 0 auto
}

    .paragraph--type--form .field--name-field-form .form-actions {
        text-align: center
    }

    .paragraph--type--form .field--name-field-form [type='color'], .paragraph--type--form .field--name-field-form [type='date'], .paragraph--type--form .field--name-field-form [type='datetime'], .paragraph--type--form .field--name-field-form [type='datetime-local'], .paragraph--type--form .field--name-field-form [type='email'], .paragraph--type--form .field--name-field-form [type='month'], .paragraph--type--form .field--name-field-form [type='number'], .paragraph--type--form .field--name-field-form [type='password'], .paragraph--type--form .field--name-field-form [type='search'], .paragraph--type--form .field--name-field-form [type='tel'], .paragraph--type--form .field--name-field-form [type='text'], .paragraph--type--form .field--name-field-form [type='time'], .paragraph--type--form .field--name-field-form [type='url'], .paragraph--type--form .field--name-field-form [type='week'], .paragraph--type--form .field--name-field-form input:not([type]), .paragraph--type--form .field--name-field-form textarea {
        border: 2px solid #ddd
    }

.paragraph--type--large-promo {
    position: relative;
    margin: 0 auto
}

    .paragraph--type--large-promo .field--name-field-image img {
        display: block;
        width: 100%;
        height: auto
    }

    .paragraph--type--large-promo .field--name-field-overlay {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        padding: 0 5%
    }

        .paragraph--type--large-promo .field--name-field-overlay h2 {
            font-family: "Oswald", sans-serif;
            color: #fff;
            text-transform: uppercase;
            font-size: 2.5rem;
            font-weight: normal;
            line-height: 100%;
            text-shadow: 0px 0px 10px #000;
            margin-bottom: 10px
        }

            .paragraph--type--large-promo .field--name-field-overlay h2 em {
                color: #ffcb4f;
                font-style: normal
            }

    .paragraph--type--large-promo.new, .paragraph--type--large-promo.returning {
        display: none
    }

.paragraph--type--large-promo-video {
    position: relative;
    margin: 0 auto
}

    .paragraph--type--large-promo-video .field--name-field-mobile-video-thumbnail {
        display: none
    }

    .paragraph--type--large-promo-video .field--name-field-video-clip, .paragraph--type--large-promo-video .field--name-field-mobile, .paragraph--type--large-promo-video .field--name-field-mobile-video {
        display: none
    }

        .paragraph--type--large-promo-video .field--name-field-video-clip video, .paragraph--type--large-promo-video .field--name-field-mobile video, .paragraph--type--large-promo-video .field--name-field-mobile-video video {
            width: 100%;
            height: auto
        }

    .paragraph--type--large-promo-video .field--name-field-mobile-video-thumbnail {
        text-align: center
    }

        .paragraph--type--large-promo-video .field--name-field-mobile-video-thumbnail img {
            display: block;
            width: 100%;
            height: auto
        }

    .paragraph--type--large-promo-video .field--name-field-video-link {
        text-align: center
    }

        .paragraph--type--large-promo-video .field--name-field-video-link a {
            text-transform: none;
            display: block;
            font-size: 18px;
            padding-top: 13px;
            padding-bottom: 13px;
            margin-bottom: 0
        }

@media all and (min-width:600px) {
    .paragraph--type--banker-list .field--name-field-bankers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .paragraph--type--banker-list .field--name-field-bankers > .field__item {
            width: 48%;
            margin-left: 1%;
            margin-right: 1%
        }

    .paragraph--type--accordion .section-titles {
        background-color: #036;
        padding-top: 25px;
        padding-bottom: 25px
    }

        .paragraph--type--accordion .section-titles .section-title-list {
            max-width: 1280px;
            margin: 0 auto;
            padding-left: 15px;
            padding-right: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }
}

@media all and (min-width:600px) and (min-width:600px) {
    .paragraph--type--accordion .section-titles .section-title-list {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:600px) and (min-width:900px) {
    .paragraph--type--accordion .section-titles .section-title-list {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media all and (min-width:600px) {
    .paragraph--type--accordion .section-titles .section-title-list .section-title {
        width: 48%;
        margin: 15px 1%
    }

        .paragraph--type--accordion .section-titles .section-title-list .section-title a {
            text-align: center;
            padding: 40px 10px;
            height: 100%;
            font-weight: bold;
            color: #fff;
            background-color: #37668f;
            border-bottom: 0;
            overflow: hidden
        }

            .paragraph--type--accordion .section-titles .section-title-list .section-title a:after {
                -webkit-transition: all 200ms ease-in-out;
                transition: all 200ms ease-in-out;
                width: 24px;
                height: 14px;
                position: absolute;
                top: auto;
                left: auto;
                left: calc(50% - 12px);
                bottom: -14px;
                background: transparent url("/getmedia/790aa9e1-9e24-4a8a-be2f-b6f435287166/arrow-down") top left no-repeat;
                content: ""
            }

            .paragraph--type--accordion .section-titles .section-title-list .section-title a:hover, .paragraph--type--accordion .section-titles .section-title-list .section-title a:focus {
                color: #fff;
                padding-top: 25px;
                padding-bottom: 55px;
                background-color: #ffcb4f
            }

                .paragraph--type--accordion .section-titles .section-title-list .section-title a:hover:after, .paragraph--type--accordion .section-titles .section-title-list .section-title a:focus:after {
                    bottom: 30px
                }

    .paragraph--type--accordion .sections .section {
        display: block;
        padding-top: 15px
    }

    .paragraph--type--large-promo .field--name-field-overlay {
        padding: 0 7%
    }

        .paragraph--type--large-promo .field--name-field-overlay h2 {
            font-size: 3.5rem;
            margin-bottom: 20px
        }
}

@media all and (min-width:900px) {
    .paragraph--type--banker-list .field--name-field-bankers > .field__item {
        width: 23%
    }

    .paragraph--type--accordion .section-titles .section-title-list .section-title {
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%
    }

    .paragraph--type--large-promo a.promo-video-link {
        display: none
    }

    .paragraph--type--large-promo .field--name-field-overlay {
        padding: 0 10%
    }

        .paragraph--type--large-promo .field--name-field-overlay h2 {
            font-size: 5rem;
            margin-bottom: 30px
        }

    body .paragraph--type--large-promo-video {
        display: block
    }

        body .paragraph--type--large-promo-video .field--name-field-video-clip {
            display: none !important
        }

        body .paragraph--type--large-promo-video .field--name-field-video-link {
            left: 0;
            width: 100%;
            height: calc(100% - 100px)
        }

            body .paragraph--type--large-promo-video .field--name-field-video-link a {
                display: block;
                width: 100%;
                height: 100%;
                overflow: hidden
            }

        body .paragraph--type--large-promo-video .field--name-field-mobile-video-thumbnail {
            display: block !important
        }

            body .paragraph--type--large-promo-video .field--name-field-mobile-video-thumbnail img[alt="1200-wide"] {
                display: block
            }

            body .paragraph--type--large-promo-video .field--name-field-mobile-video-thumbnail img[alt="1600-wide"], body .paragraph--type--large-promo-video .field--name-field-mobile-video-thumbnail img[alt="2200-wide"] {
                display: none
            }
}

@media all and (min-width:1600px) {
    body .paragraph--type--large-promo-video .field--name-field-mobile-video-thumbnail img[alt="1600-wide"] {
        display: block
    }

    body .paragraph--type--large-promo-video .field--name-field-mobile-video-thumbnail img[alt="1200-wide"], body .paragraph--type--large-promo-video .field--name-field-mobile-video-thumbnail img[alt="2200-wide"] {
        display: none
    }
}

@media all and (min-width:2200px) {
    body .paragraph--type--large-promo-video .field--name-field-mobile-video-thumbnail img[alt="2200-wide"] {
        display: block
    }

    body .paragraph--type--large-promo-video .field--name-field-mobile-video-thumbnail img[alt="1200-wide"], body .paragraph--type--large-promo-video .field--name-field-mobile-video-thumbnail img[alt="1600-wide"] {
        display: none
    }
}

.page-node-120 .paragraph--type--video .field--name-field-video:after {
    display: none
}

.page-node-104 table .button-light-small, .page-node-104 table .paragraph--type--large-promo-video .field--name-field-video-link a, .paragraph--type--large-promo-video .field--name-field-video-link .page-node-104 table a {
    padding: 4px 3px
}

    .page-node-104 table .button-light-small:after, .page-node-104 table .paragraph--type--large-promo-video .field--name-field-video-link a:after, .paragraph--type--large-promo-video .field--name-field-video-link .page-node-104 table a:after {
        display: none
    }

@media all and (min-width:600px) {
    .page-node-104 table .button-light-small, .page-node-104 table .paragraph--type--large-promo-video .field--name-field-video-link a, .paragraph--type--large-promo-video .field--name-field-video-link .page-node-104 table a {
        padding: 6px 15px
    }

        .page-node-104 table .button-light-small:after, .page-node-104 table .paragraph--type--large-promo-video .field--name-field-video-link a:after, .paragraph--type--large-promo-video .field--name-field-video-link .page-node-104 table a:after {
            display: inline-block
        }
}

.cds-table .first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #036 url("/themes/middlesex/css/../images/cds-background.png") top center no-repeat;
    min-width: 300px;
    min-height: 200px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .cds-table .first {
        background-image: url("/themes/middlesex/css/../images/cds-background-ie.png")
    }
}

.cds-table .first .cd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    font-size: 72px;
    line-height: 54px;
    font-family: "Oswald", sans-serif;
    text-align: center;
    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
}

    .cds-table .first .cd .percent-wrapper {
        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: left;
        padding-left: 2px
    }

    .cds-table .first .cd .percent {
        font-size: 34px;
        line-height: 30px;
        padding-bottom: 8px
    }

    .cds-table .first .cd .apy {
        font-size: 20px;
        line-height: 20px
    }

    .cds-table .first .cd .cd-title {
        width: 100%;
        color: #fff;
        font-size: 34px;
        line-height: 34px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 8px
    }

        .cds-table .first .cd .cd-title span {
            display: inline-block;
            border-bottom: 1px solid #fff;
            padding-bottom: 8px
        }

.cds-table .second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #cad8e4;
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

    .cds-table .second p, .cds-table .second ul {
        width: 100%;
        padding-left: 0
    }

        .cds-table .second p li, .cds-table .second ul li {
            margin-left: 1.5em;
            line-height: 125%;
            padding-bottom: 8px
        }

@media all and (min-width:900px) {
    .cds-table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.section-cds .node__content a:not(.button-light-large) {
    border-bottom: 0
}

    .section-cds .node__content a:not(.button-light-large):hover, .section-cds .node__content a:not(.button-light-large):focus {
        text-decoration: underline
    }

.section-cds .node__content .button-light-large {
    font-size: 1.2em
}

    .section-cds .node__content .button-light-large:after {
        display: none
    }

.path-frontpage nav.breadcrumb {
    display: none
}

.path-frontpage .region-header #block-mobilebuttons .mobile-buttons .hamburger {
    display: none
}

.path-frontpage #quicklinks-wrapper {
    display: block
}

.path-frontpage #block-middlesexfeaturedrates {
    background-color: #f2f3f4;
    padding-bottom: 15px;
    padding-top: 15px
}

    .path-frontpage #block-middlesexfeaturedrates #middlesex-rates-featured-rates {
        max-width: 1280px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .path-frontpage #block-middlesexfeaturedrates .featured-rate {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        margin: 10px 0;
        border-right: 1px solid #e8e8e8;
        font-family: "Oswald", sans-serif;
        color: #036;
        padding: 0 5px
    }

        .path-frontpage #block-middlesexfeaturedrates .featured-rate .rate {
            font-weight: bold;
            font-size: 1.8rem;
            margin-bottom: 3px;
            line-height: 100%
        }

            .path-frontpage #block-middlesexfeaturedrates .featured-rate .rate span {
                font-weight: normal;
                font-size: 1.0rem;
                line-height: 100%
            }

        .path-frontpage #block-middlesexfeaturedrates .featured-rate .label {
            font-family: "Roboto", sans-serif;
            font-size: 0.9rem;
            line-height: 0.9rem;
            font-weight: normal
        }

    .path-frontpage #block-middlesexfeaturedrates .view-all {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        text-align: center
    }

.path-frontpage #mobile-menu-slide {
    display: block
}

    .path-frontpage #mobile-menu-slide > .menu {
        border-top: 2px solid #cad8e4
    }

    .path-frontpage #mobile-menu-slide .menu li a {
        font-weight: normal
    }

.path-frontpage footer {
    margin-top: 0
}

@media all and (min-width:600px) {
    .path-frontpage #block-middlesexfeaturedrates .featured-rate:nth-child(3) {
        display: block
    }
}

@media all and (min-width:900px) {
    .path-frontpage #quicklinks-wrapper, .path-frontpage #mobile-menu-slide {
        display: none
    }

    .path-frontpage #block-middlesexfeaturedrates {
        padding-bottom: 0px;
        padding-top: 5px
    }

        .path-frontpage #block-middlesexfeaturedrates .view-all {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }
}

.page-node-type-location .node--type-location .column-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    margin-bottom: 30px
}

@media all and (min-width:600px) {
    .page-node-type-location .node--type-location .column-wrapper {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:900px) {
    .page-node-type-location .node--type-location .column-wrapper {
        padding-left: 60px;
        padding-right: 60px
    }
}

.page-node-type-location .node--type-location .column-wrapper .column-hours, .page-node-type-location .node--type-location .column-wrapper .column-services {
    margin-top: 30px
}

.page-node-type-location .node--type-location #location-map {
    height: 500px
}

.page-node-type-location .node--type-location .schema-logo {
    display: none
}

.page-node-type-location .node--type-location .field--name-field-services a {
    border-bottom: 0
}

    .page-node-type-location .node--type-location .field--name-field-services a:after {
        content: "\00BB";
        padding-left: 7px
    }

    .page-node-type-location .node--type-location .field--name-field-services a:hover {
        text-decoration: underline
    }

.page-node-type-location .node--type-location .field--name-field-branch-manager {
    margin-top: 15px;
    margin-bottom: 10px
}

.page-node-type-location .node--type-location .field--name-field-image {
    margin-bottom: 15px
}

.page-node-type-location .node--type-location .field--name-field-phone {
    margin-top: 10px
}

@media all and (min-width:600px) {
    .page-node-type-location .node--type-location .column-wrapper::after {
        clear: both;
        content: "";
        display: block
    }

    .page-node-type-location .node--type-location .column-wrapper .column-contact, .page-node-type-location .node--type-location .column-wrapper .column-hours {
        width: 48%;
        margin-top: 0;
        margin-right: 2%;
        float: left
    }

    .page-node-type-location .node--type-location .column-wrapper .column-services {
        width: 48%;
        margin-right: 2%;
        float: left
    }
}

@media all and (min-width:900px) {
    .page-node-type-location .node--type-location .column-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .page-node-type-location .node--type-location .column-wrapper .column-contact, .page-node-type-location .node--type-location .column-wrapper .column-hours, .page-node-type-location .node--type-location .column-wrapper .column-services {
            width: 32%;
            margin-right: 0;
            margin-top: 0;
            float: none
        }
}

.section-rates #block-middlesexratespage {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

@media all and (min-width:600px) {
    .section-rates #block-middlesexratespage {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:900px) {
    .section-rates #block-middlesexratespage {
        padding-left: 60px;
        padding-right: 60px
    }
}

.section-rates #block-middlesexratespage table {
    font-size: 0.85rem;
    table-layout: auto
}

    .section-rates #block-middlesexratespage table th, .section-rates #block-middlesexratespage table td {
        line-height: 120%;
        padding: 3px
    }

    .section-rates #block-middlesexratespage table .button-light-small, .section-rates #block-middlesexratespage table .paragraph--type--large-promo-video .field--name-field-video-link a, .paragraph--type--large-promo-video .field--name-field-video-link .section-rates #block-middlesexratespage table a {
        padding: 4px 5px
    }

        .section-rates #block-middlesexratespage table .button-light-small:after, .section-rates #block-middlesexratespage table .paragraph--type--large-promo-video .field--name-field-video-link a:after, .paragraph--type--large-promo-video .field--name-field-video-link .section-rates #block-middlesexratespage table a:after {
            display: none
        }

#block-middlesexmortgagerates {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

@media all and (min-width:600px) {
    #block-middlesexmortgagerates {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:900px) {
    #block-middlesexmortgagerates {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media all and (min-width:600px) {
    .section-rates #block-middlesexratespage {
        max-width: 1280px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media all and (min-width:600px) and (min-width:600px) {
    .section-rates #block-middlesexratespage {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:600px) and (min-width:900px) {
    .section-rates #block-middlesexratespage {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media all and (min-width:600px) {
    .section-rates #block-middlesexratespage table {
        font-size: 1.0rem
    }

        .section-rates #block-middlesexratespage table th, .section-rates #block-middlesexratespage table td {
            line-height: 150%;
            padding: .75em 7px
        }

        .section-rates #block-middlesexratespage table .button-light-small, .section-rates #block-middlesexratespage table .paragraph--type--large-promo-video .field--name-field-video-link a, .paragraph--type--large-promo-video .field--name-field-video-link .section-rates #block-middlesexratespage table a {
            padding: 6px 15px
        }

            .section-rates #block-middlesexratespage table .button-light-small:after, .section-rates #block-middlesexratespage table .paragraph--type--large-promo-video .field--name-field-video-link a:after, .paragraph--type--large-promo-video .field--name-field-video-link .section-rates #block-middlesexratespage table a:after {
                display: inline-block
            }
}

@media all and (min-width:900px) {
    .section-rates #block-middlesexratespage table .button-light-small, .section-rates #block-middlesexratespage table .paragraph--type--large-promo-video .field--name-field-video-link a, .paragraph--type--large-promo-video .field--name-field-video-link .section-rates #block-middlesexratespage table a {
        white-space: nowrap
    }
}

@media all and (min-width:1100px) {
    .section-rates #block-middlesexratespage table {
        table-layout: fixed
    }
}

.node--type-banker.node--view-mode-teaser {
    margin-top: 50px;
    height: calc(100% - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .node--type-banker.node--view-mode-teaser .field--name-field-title {
        border-bottom: 3px solid #e7e7e9;
        padding-bottom: 10px;
        margin-bottom: 15px;
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 120%
    }

    .node--type-banker.node--view-mode-teaser .field--name-field-image {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

        .node--type-banker.node--view-mode-teaser .field--name-field-image img {
            display: block;
            width: 100%;
            height: auto;
            max-width: 100% !important
        }

    .node--type-banker.node--view-mode-teaser .field--name-field-name {
        font-size: 1.2rem;
        margin-top: 15px;
        font-weight: 600
    }

    .node--type-banker.node--view-mode-teaser .field--name-field-job-title {
        font-size: 1.1rem;
        margin-bottom: 10px;
        font-weight: 600
    }

    .node--type-banker.node--view-mode-teaser .field--name-field-coverage-area {
        line-height: 120%;
        margin-bottom: 15px
    }

    .node--type-banker.node--view-mode-teaser .field--name-field-address {
        display: block;
        font-weight: normal;
        color: #455259;
        margin-top: auto;
        border-top: 2px solid #e7e7e9;
        padding: 10px 0 10px 40px;
        background: url("/getmedia/46e9176f-63ce-430e-b445-7248fc19fb32/icon-address") 0px 15px no-repeat
    }

        .node--type-banker.node--view-mode-teaser .field--name-field-address .country {
            display: none
        }

    .node--type-banker.node--view-mode-teaser .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .node--type-banker.node--view-mode-teaser .field--name-field-email, .node--type-banker.node--view-mode-teaser .field--name-field-phone {
        width: 50%
    }

        .node--type-banker.node--view-mode-teaser .field--name-field-email a, .node--type-banker.node--view-mode-teaser .field--name-field-phone a {
            -webkit-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
            display: block;
            background-color: #036;
            border: 2px solid #036;
            color: #fff;
            text-align: center;
            margin-bottom: 2px;
            padding: 10px 0;
            margin-right: 1px
        }

            .node--type-banker.node--view-mode-teaser .field--name-field-email a:hover, .node--type-banker.node--view-mode-teaser .field--name-field-email a:focus, .node--type-banker.node--view-mode-teaser .field--name-field-phone a:hover, .node--type-banker.node--view-mode-teaser .field--name-field-phone a:focus {
                background-color: #fff;
                color: #036;
                outline: none
            }

            .node--type-banker.node--view-mode-teaser .field--name-field-email a:active, .node--type-banker.node--view-mode-teaser .field--name-field-phone a:active {
                background-color: #cad8e4;
                border: 2px solid #cad8e4;
                color: #036
            }

.node-201.node--view-mode-teaser .field--name-field-address {
    margin-top: 0
}

@media all and (min-width:600px) {
    .node--type-banker.node--view-mode-teaser .field--name-field-title {
        font-size: 1.2rem
    }

    .node--type-banker.node--view-mode-teaser .field--name-field-email, .node--type-banker.node--view-mode-teaser .field--name-field-phone {
        width: 100%
    }
}

@media all and (min-width:900px) {
    .node--type-banker.node--view-mode-teaser .field--name-field-title {
        min-height: 59px
    }
}

#block-views-block-news-block-1 {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    margin-bottom: 30px
}

@media all and (min-width:600px) {
    #block-views-block-news-block-1 {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:900px) {
    #block-views-block-news-block-1 {
        padding-left: 60px;
        padding-right: 60px
    }
}

#block-views-block-news-block-1 .views-row {
    padding: 15px;
    border-bottom: 2px solid #cad8e4
}

    #block-views-block-news-block-1 .views-row:last-child {
        border-bottom: 0
    }

.page-node-type-article article.node--type-article {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

@media all and (min-width:600px) {
    .page-node-type-article article.node--type-article {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:900px) {
    .page-node-type-article article.node--type-article {
        padding-left: 60px;
        padding-right: 60px
    }
}

.page-node-type-article article.node--type-article .field--name-body {
    padding-left: 0 !important;
    padding-right: 0 !important
}

#block-views-block-events-block-1 {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    margin-bottom: 30px
}

@media all and (min-width:600px) {
    #block-views-block-events-block-1 {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:900px) {
    #block-views-block-events-block-1 {
        padding-left: 60px;
        padding-right: 60px
    }
}

#block-views-block-events-block-1 .views-row {
    padding: 15px;
    border-bottom: 2px solid #cad8e4
}

    #block-views-block-events-block-1 .views-row::after {
        clear: both;
        content: "";
        display: block
    }

    #block-views-block-events-block-1 .views-row:last-child {
        border-bottom: 0
    }

    #block-views-block-events-block-1 .views-row .views-field-field-image a {
        border: 0
    }

    #block-views-block-events-block-1 .views-row .views-field-field-image img {
        border: 2px solid #ddd
    }

    #block-views-block-events-block-1 .views-row .views-label {
        font-weight: bold;
        float: left;
        margin-right: 3px
    }

.page-node-type-event article.node--type-event {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

@media all and (min-width:600px) {
    .page-node-type-event article.node--type-event {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:900px) {
    .page-node-type-event article.node--type-event {
        padding-left: 60px;
        padding-right: 60px
    }
}

.page-node-type-event article.node--type-event .field--name-field-image, .page-node-type-event article.node--type-event .field--name-field-date, .page-node-type-event article.node--type-event .field--name-field-location {
    margin: 15px 0
}

.page-node-type-event article.node--type-event .field--name-body {
    margin: 15px 0;
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media all and (min-width:600px) {
    #block-views-block-events-block-1 .views-row .views-field-field-image {
        float: left;
        margin-right: 15px
    }
}

.section-search .region-content #search-form {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px
}

@media all and (min-width:600px) {
    .section-search .region-content #search-form {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:900px) {
    .section-search .region-content #search-form {
        padding-left: 60px;
        padding-right: 60px
    }
}

.section-search .region-content #search-form .search-help-link, .section-search .region-content #search-form .search-advanced, .section-search .region-content #search-form .help-block {
    display: none
}

.section-search .region-content #search-form .form-search {
    display: inline-block;
    width: 300px
}

.section-search .region-content h2, .section-search .region-content h3 {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

@media all and (min-width:600px) {
    .section-search .region-content h2, .section-search .region-content h3 {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:900px) {
    .section-search .region-content h2, .section-search .region-content h3 {
        padding-left: 60px;
        padding-right: 60px
    }
}

.section-search .region-content .search-results {
    list-style-type: none;
    padding-left: 0
}

    .section-search .region-content .search-results li {
        border-bottom: 2px solid #cad8e4;
        padding: 30px 15px;
        margin-left: 0
    }

        .section-search .region-content .search-results li:last-child {
            border-bottom: 0
        }

    .section-search .region-content .search-results h3 {
        font-size: 1.2em
    }

        .section-search .region-content .search-results h3 a {
            color: #036
        }

    .section-search .region-content .search-results p {
        max-width: 1280px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px
    }

@media all and (min-width:600px) {
    .section-search .region-content .search-results p {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:900px) {
    .section-search .region-content .search-results p {
        padding-left: 60px;
        padding-right: 60px
    }
}

.page-node-104 .paragraph--type--accordion .section-title-6, .page-node-104 .paragraph--type--accordion #section-6 {
    display: none
}

@media all and (min-width:600px) {
    .page-node-104 .paragraph--type--accordion .section-title-6, .page-node-104 .paragraph--type--accordion #section-6 {
        display: block
    }
}

@media print {
    #alerts, #block-mobile-buttons, #block-views-block-banner-image-block-1 {
        display: none
    }

    #block-middlesex-branding .site-logo {
        background-color: #036
    }
}

.section-search .region-content .SearchDialog {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px
}

@media all and (min-width:600px) {
    .section-search .region-content .SearchDialog {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media all and (min-width:900px) {
    .section-search .region-content .SearchDialog {
        padding-left: 60px;
        padding-right: 60px
    }
}

.section-search .region-content .SearchDialog .search-help-link, .section-search .region-content .SearchDialog .search-advanced, .section-search .region-content .SearchDialog .help-block {
    display: none
}

.section-search .region-content .SearchDialog .form-control {
    display: inline-block;
    width: 300px
}

.section-search .region-content .SearchDialog .editing-form-value-cell {
    display: inline;
}

.section-search .region-content .SearchDialog .form-group {
    display: inline;
}

.section-search .region-content .SearchDialog .editing-form-label-cell {
    display: inline;
}

.section-search .region-content .SearchDialog .control-label {
    display: inline;
}

.section-search .region-content .SearchDialog .form-group-submit {
    display: inline;
}

.sitemap .description {
    margin-bottom: .5em
}

.sitemap .sitemap-box {
    margin-bottom: 1em
}

    .sitemap .sitemap-box ul {
        padding-left: 1.5em
    }

        .sitemap .sitemap-box ul ul {
            margin: 0
        }

.sitemap .sitemap-rss-left ul {
    padding-left: 0
}

.sitemap .sitemap-rss-left li {
    background-image: none;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.sitemap .sitemap-rss-left ul li li {
    padding-left: 1.5em
}

.EditingFormErrorLabel {
    color: red;
}

.ErrorLabel {
    display: none;
}

.layout-content .region-content .paragraph #block-investingdisclaimer {
    padding: 0;
}

.disclosures .button-dark-large {
    display: block;
}

iframe.wistia_embed {
    max-width: 100%;
}
.layout-container {
	position: relative;
}

.skip-link {
	position: absolute;
	top: 5px;
	left: 15px;
	font-size: 2rem;
	background-color: white;
	color: #038;
	font-weight: bold;
}
.skip-link:focus{
	position: absolute !important;
	top: 5px;
	left: 15px;
	font-size: 2rem;
	background-color: white;
	color: #038;
	font-weight: bold;
	outline: 2px dotted white;
}
.checking .card {
    border: 1px solid;
    margin-bottom: 20px;
}

.cardTitleScript {
    font-family: 'Nexa Script';
    font-weight: normal;
    font-size: 1.4rem;
}

.checking .card .cardTitle {
    background-color: #036;
    color: #ffcb4f;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    position: relative;
}

    .checking .card .cardTitle h4 {
        font-size: 1.3rem;
        margin-bottom: 0;
    }

    .checking .card .cardTitle sup {
        top: -0.8em;
        font-size: 65%;
        margin-left: 3px;
    }

    .checking .card .cardTitle .cardTitleScript {
        color: #fff;
        text-transform: none;
    }

.checking .card .cardDescription {
    padding: 10px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: calc(100% - 45px);
}

    .checking .card .cardDescription h5 {
        border-bottom: 2px solid #ffcb4f;
        padding-bottom: 15px;
        margin: 0;
    }

    .checking .card .cardDescription p {
        border-bottom: 2px solid #ffcb4f;
        min-height: 105px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        text-align: left;
    }

    .checking .card .cardDescription ul {
        text-align: left;
        padding-left: 20px;
        margin-bottom: 10px;
    }

    /* For narrow smartphones (iPhone5) */
    @media screen and (max-width: 320px) {
        .checking .card .cardTitle h4 {
            font-size: 1.0rem;
        }
    }

    @media screen and (max-width: 825px) {
        .checking .buttonCol a {
            margin-left: 0 !important;
        }
        .checking .buttonCol {
            text-align: center;
        }

        .checking .card .cardDescription p {
            min-height: 65px;
        }

        .checking .card .cardDescription h5 {
            min-height: 45px;
        }

        .checking .card .cardTitle::after {
           content: '+';
           display: inline-block;
           font-size: 1.5em;
           position: absolute;
           right: 15px;
           top: 5px;
        }

        .checking .card .cardTitle.collapse::after {
           content: '-';
           display: inline-block;
           font-size: 2.5em;
           position: absolute;
           right: 15px;
           top: -6px;
        }

        .checking .card .cardDescription.hide {
           display: none;
        }
    }

    /* For landscape tablets */
    @media screen and (min-width: 825px) and (max-width: 1024px) {
        .checking .card .cardTitle h4 {
            font-size: 0.9rem;
        }

        .checking .card .cardDescription h5 {
            min-height: 70px;
        }

        .checking .card .cardDescription p {
            min-height: 130px;
        }

    }

.checking .first-col.buttonCol a {
    margin-left: 45%;
}

.checking .last-col.buttonCol a {
    margin-left: 10%;
}

.checking .buttonCol a {
    min-width: 250px;
    text-align: center
}

.checking .iconTilesContainer {
    background-color: #036;
    padding-top: 35px;
    padding-bottom: 35px;
}

    .checking .iconTilesContainer .iconTile {
        margin-bottom: 30px;
        text-align: center;
        color: #fff;
    }

        .checking .iconTilesContainer .iconTile:last-child {
            margin-bottom: 0px;
        }

        .checking .iconTilesContainer .iconTile h5 {
            color: #fff;
        }

        .checking .iconTilesContainer .iconTile img {
            max-width: 50px;
            max-height: 40px;
        }

@media screen and (max-width: 525px) {
    .checking .first-col.buttonCol.grid-6 a {
		margin-left: 0;
	}

	.checking .last-col.buttonCol a {
		margin-left: 0;
	}
}

@media screen and (max-width: 769px) {
    .checking .buttonCol {
        text-align: center;
    }

    .checking .card {
        margin-bottom: 15px;
    }

    .checking .buttonCol a {
        margin-left: 0 !important;
        margin-bottom: 20px;
    }

    .checking .card .cardDescription h4 {
        min-height: 0;
    }
}

.checking .table {
    padding-top: 20px;
}

.checking .table-scrollable {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    overflow-x: auto;
}

.checking .scrollTable {
    display: none;
}

@media (max-width: 525px) {
    .checking .scrollTable {
        display: block;
        margin: 0;
    }
}

.checking .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

    .checking .table th,
    .checking .table td {
        padding: 0.75rem;
        vertical-align: top;
        width: 25%;
    }

    .checking .table thead th {
        vertical-align: bottom;
    }

    .checking .table thead tr th {
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        font-size: 1.125rem;
        color: #ffcb4f;
    }

        .checking .table thead tr th .titleScript {
            color: #fff;
            text-transform: none;
        }

        .checking .table thead tr th sup {
            top: -0.8em;
            font-size: 65%;
            margin-left: 3px;
        }


    .checking .table tbody td {
        text-align: center;
        border: none;
        color: #000;
        font-size: 16px;
        font-size: 1rem;
    }

        .checking .table tbody td:first-child {
            padding-left: 10px;
            text-align: left;
        }

    .checking .table .rates {
        padding: 30px 0;
    }

        .checking .table .rates .headline {
            text-align: center;
            margin-top: 0;
        }

        .checking .table .rates .divider {
            margin-bottom: 40px;
        }

        .checking .table .rates .jumpTo {
            margin: 45px 0 55px 0;
        }

            .checking .table .rates .jumpTo ul {
                list-style: none;
                margin: 0;
                padding: 0;
            }

                .checking .table .rates .jumpTo ul li {
                    margin-right: 10px;
                    display: inline-block;
                    margin-bottom: 10px;
                }

                    .checking .table .rates .jumpTo ul li:last-child {
                        margin-right: 0;
                    }

        .checking .table .rates .rateSection {
            margin-bottom: 60px;
        }

            .checking .table .rates .rateSection .rateTableWrapper {
                margin-bottom: 65px;
            }

            .checking .table .rates .rateSection .rateHeadline {
                margin-bottom: 30px;
            }

            .checking .table .rates .rateSection .tableSubnote {
                font-style: italic;
                margin-bottom: 20px;
            }

            .checking .table .rates .rateSection .cta {
                margin-bottom: 65px;
            }

            .checking .table .rates .rateSection .toc {
                font-size: 15px;
                font-size: 0.9375rem;
            }

        .checking .table .rates .disclosures {
            background: #e8f4ee;
            font-size: 15px;
            font-size: 0.9375rem;
            color: #2f2f2f;
            padding: 40px 0;
        }

            .checking .table .rates .disclosures p:last-child {
                margin-bottom: 0;
            }

.checking .table a.button-light-small {
    min-width: 100px;
}

@media (max-width: 767.98px) {
    .checking .rates .jumpTo {
        margin: 20px 0;
    }

        .checking .rates .jumpTo ul li {
            width: 100%;
        }

    .checking .table thead th:first-of-type,
    .checking .table tbody th:first-of-type,
    .checking .table thead td:first-of-type,
    .checking .table tbody td:first-of-type {
        position: sticky;
        position: -webkit-sticky;
        left: 0;
        z-index: 1;
    }

    .checking .table thead th:first-of-type::after,
    .checking .table tbody th:first-of-type::after,
    .checking .table thead td:first-of-type::after,
    .checking .table tbody td:first-of-type::after {
        content: '';
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 5%, transparent 95%);
        position: absolute;
        top: 0;
        right: -10px;
        bottom: 0;
        width: 10px;
    }

}


/* Needed Generic Table Rules */

.checking .table-scrollable {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.checking .tableWrapper {
    padding: 30px 0;
}

.checking table, .checking .table {
    margin-bottom: 0;
    width: 100%;
    table-layout: inherit;
}

    .checking table th, .checking table td, .checking .table th, .checking .table td {
        text-align: center;
        border-bottom: 1px solid #E9ECEF;
    }

    .checking table th, .checking .table th {
        background: #004168;
        color: #FFF;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 700;
        padding: 8px 10px;
    }

    .checking table tbody td, .checking .table tbody td {
        font-size: 16px;
        font-size: 1rem;
        padding: 15px 10px;
        background: #FFF;
    }

        .checking table tbody td small, .checking .table tbody td small {
            color: #000;
            font-size: 13px;
            font-size: 0.8125rem;
        }

        .checking table tbody td:first-child, .checking .table tbody td:first-child {
            text-align: left;
            padding-left: 20px;
        }

        .checking table tbody tr:nth-child(2n) td {
            background-color: #f2f3f4;
        }

.checking .tableLoadMore {
    text-align: center;
    padding: 10px 0;
}

    .checking .tableLoadMore .icon {
        display: block;
        text-align: center;
        line-height: 1;
    }

.checking table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

    .checking table.dataTable > tbody > tr.child ul.dtr-details {
        width: 100%;
    }

    .checking table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
    .checking table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
        background-color: #0076BB;
        left: 10px;
        top: 18px;
    }

    .checking table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"].parent > td:first-child:before,
    .checking table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"].parent > th:first-child:before {
        background-color: #81BC41;
    }

    .checking table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, .checking table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, .checking table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
        text-align: left;
        padding: 0px;
    }

    .checking table.dataTable > tbody > tr.child span.dtr-title,
    .checking table.dataTable > tbody > tr.child span.dtr-data {
        width: 50%;
        padding: 9px 15px;
    }

    .checking table.dataTable > tbody > tr.child span.dtr-title {
        background: #004168;
        color: #FFF;
    }

    .checking table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, .checking table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, .checking table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
        background: #FFF;
        color: #000;
    }

    .checking table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, .checking table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
        padding-left: 40px;
    }

    .checking table.dataTable > tbody > tr.child ul.dtr-details > li {
        padding: 0;
    }
