* {
    text-shadow: none !important;
    color: #000;
    background: transparent;
    box-shadow: none !important;
}

a,
a:visited {
    text-decoration: underline;
}

a[href]:after {
    content: " ("attr(href) ")";
}

abbr[title]:after {
    content: " ("attr(title) ")";
}

.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
}

pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

thead {
    display: table-header-group;
}

tr,
img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}

@page {
    margin: 2cm .5cm;
}

p,
h2,
h3 {
    orphans: 3;
    widows: 3;
}

h2,
h3 {
    page-break-after: avoid;
}

.navbar {
    display: none;
}

.table td,
.table th {
    background-color: #fff !important;
}

.btn>.caret,
.dropup>.btn>.caret {
    border-top-color: #000 !important;
}

.label {
    border: 1px solid #000;
}

.table {
    border-collapse: collapse !important;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
}

#ribbon {
    display: none;
}

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

audio,
canvas,
video {
    display: inline-block;
}

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

[hidden] {
    display: none;
}

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

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

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

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

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

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C""\201D""\2018""\2019";
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

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

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

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

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

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

textarea {
    overflow: auto;
    vertical-align: top;
}

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

.phpdebugbar-header-right .phpdebugbar-indicator:nth-of-type(1):after {
    margin-left: 0.25em;
}

.phpdebugbar-header-right .phpdebugbar-indicator:nth-of-type(1)>i.fa {
    width: 16px;
    text-align: center;
}

.phpdebugbar-header-right .phpdebugbar-indicator:nth-of-type(1)>i.fa:before {
    display: inline-block;
}

.field.c .lead {
    font-size: 120%;
    font-weight: bold;
}

.field.c .pull-left {
    clear: left;
}

.field.c .pull-right {
    clear: right;
}

.field.c ul,
.field.c ol {
    overflow: hidden;
}

.field.c iframe {
    max-width: 100%;
}

.field.c img {
    max-width: 100%;
}

@media (min-width:480px) {

    .field.c .pull-left,
    .field.c .pull-right {
        width: 50%;
        max-width: 350px;
        margin: 0.5em 0;
    }

    .field.c .pull-left {
        float: left;
        margin-right: 1.0em;
    }

    .field.c .pull-right {
        float: right;
        margin-left: 1.0em;
    }
}

div[data-type="region"][data-name="console"] {
    clear: both;
    color: black;
    background: #c8c8ff;
}

div[data-type="region"][data-name="console"]>.container {
    position: relative;
}

div[data-type="region"][data-name="console"] aside {
    min-height: 0;
}

div[data-type="region"][data-name="console"] .alert {
    overflow: hidden;
    position: relative;
    padding: 15px;
    margin: 0 -15px;
}

div[data-type="region"][data-name="console"] .alert.animate {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

div[data-type="region"][data-name="console"] .alert.dismissed {
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0 !important;
    opacity: 0;
}

div[data-type="region"][data-name="console"] h3 {
    margin: 0 50px 0 0;
    font-weight: normal;
    opacity: 0.6;
    text-transform: uppercase;
    font-size: 100%;
}

div[data-type="region"][data-name="console"] .messages p {
    margin: 0.5em 0 0 0;
}

div[data-type="region"][data-name="console"] .messages>ul {
    margin: 0;
    padding: 0;
    list-style-type: square;
}

div[data-type="region"][data-name="console"] .messages>ul>li {
    margin: 0.5em 0 0 0;
    padding: 0;
}

div[data-type="region"][data-name="console"] .messages a,
div[data-type="region"][data-name="console"] .messages a:link,
div[data-type="region"][data-name="console"] .messages a:visited,
div[data-type="region"][data-name="console"] .messages a:active,
div[data-type="region"][data-name="console"] .messages a:hover {
    color: inherit;
    text-decoration: underline;
}

div[data-type="region"][data-name="console"] .close {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    line-height: 42px;
    color: black;
    background-color: transparent;
    opacity: 0.5;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    cursor: pointer;
}

div[data-type="region"][data-name="console"] .close:after {
    content: '✖';
    position: absolute;
    font-size: 24px;
    line-height: 1;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -0.5em;
}

div[data-type="region"][data-name="console"] .close span {
    display: none;
}

div[data-type="region"][data-name="console"] .close:hover {
    opacity: 1;
}

div[data-type="region"][data-name="console"].console-status {
    background-color: #8cf08c;
}

div[data-type="region"][data-name="console"].console-warning {
    background-color: #f0f000;
}

div[data-type="region"][data-name="console"].console-error {
    background-color: #dc0000;
    color: white;
}

aside[data-module="ombubench"][data-delta="moderation"] {
    background-color: #f9eea4;
    padding: 15px;
    margin-bottom: 15px;
}

aside[data-module="ombubench"][data-delta="moderation"] h2 {
    font-size: 1.5em;
    margin: 0.75em 0 0.25em 0;
}

aside[data-module="ombubench"][data-delta="moderation"] em {
    font-style: normal;
    font-weight: bold;
    color: light-gray;
}

aside[data-module="ombubench"][data-delta="moderation"] em:last-child {
    display: block;
}

aside[data-module="ombubench"][data-delta="moderation"] .btn {
    margin-top: 0.5em;
    color: white !important;
}

#top-link {
    display: none;
}

@media (max-width:480px) {
    html #top-link {
        display: block;
    }

    html #top-link a {
        position: fixed;
        top: -50px;
        right: 0;
        width: 64px;
        height: 64px;
        padding-top: 22px;
        font-size: 10px;
        font-size: 1 rem;
        line-height: 1;
        font-weight: 700;
        text-align: center;
        border: 10px solid transparent;
        border-radius: 12px;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.7);
        text-transform: uppercase;
        text-decoration: none;
        opacity: 0;
        transition: all 0.4s ease;
        background-clip: padding-box;
        z-index: 100;
    }

    html #top-link a:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 6px 5px;
        border-color: transparent transparent #ffffff transparent;
    }

    html.show-top-link #top-link a {
        top: 0;
        opacity: 1;
    }
}

@font-face {
    font-family: 'theme-icons';
    src: url(/sites/all/themes/nwc_theme/fonts/theme-icons/theme-icons.eot);
}

@font-face {
    font-family: 'theme-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZoGj3XEAAAFwAAAA3GhlYWQD856/AAACTAAAADZoaGVhBfsDyQAAAoQAAAAkaG10eApyAAAAAAKoAAAAIGxvY2EA3ACgAAACyAAAABJtYXhwAAoACAAAAtwAAAAgbmFtZXFwNTUAAAL8AAABaXBvc3QAAwAAAAAEaAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAA/8cCOQPHAAUAAAEXCQEHAQHRaP6FAWpo/kADx2D+V/5pYAH3AAEAAP/HAjkDxwAFAAAXJwkBNwFoaAF7/pZoAcA5YAGqAZZg/goAAAABAAD/xwIAA8cABQAAARcJAQcBAfAQ/h8BzQ/+IwPHEP4G/hoQAfYAAQAA/8cCAAPHAAUAABcnCQE3ARAQAeH+Mw8B3TkQAfoB5hD+CgAAAAEAAAABAADaqxHcXw889QALBAAAAAAA0U2tGgAAAADRTa0aAAD/xwI5A8cAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAAjkAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAAAjkAAAI5AAACAAAAAgAAAAAAAAAACgAUAB4AMgBGAFoAbgAAAAEAAAAIAAYAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAWAAAAAQAAAAAAAgAOAGMAAQAAAAAAAwAWACwAAQAAAAAABAAWAHEAAQAAAAAABQAWABYAAQAAAAAABgALAEIAAQAAAAAACgA0AIcAAwABBAkAAQAWAAAAAwABBAkAAgAOAGMAAwABBAkAAwAWACwAAwABBAkABAAWAHEAAwABBAkABQAWABYAAwABBAkABgAWAE0AAwABBAkACgA0AIcAdABoAGUAbQBlAC0AaQBjAG8AbgBzAFYAZQByAHMAaQBvAG4AIAAxAC4AMAB0AGgAZQBtAGUALQBpAGMAbwBuAHN0aGVtZS1pY29ucwB0AGgAZQBtAGUALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB0AGgAZQBtAGUALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'theme-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left-thin:before {
    content: "\e602";
}

.icon-arrow-right-thin:before {
    content: "\e603";
}

.icon-arrow-left:before {
    content: "\e600";
}

.icon-arrow-right:before {
    content: "\e601";
}

#ribbon {
    display: none;
}

[class^="krumo"],
[class^="krumo"] * {
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 24px !important;
}

@font-face {
    font-family: "Crimson Text";
    src: url(../fonts/CrimsonText-Regular.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Crimson Text";
    src: url(../fonts/CrimsonText-SemiBold.ttf) format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: "Crimson Text";
    src: url(../fonts/CrimsonText-Italic.ttf) format("truetype");
    font-style: italic;
}

@font-face {
    font-family: "Crimson Text";
    src: url(../fonts/CrimsonText-SemiBoldItalic.ttf) format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-Regular.otf) format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-Bold.otf) format("opentype");
    font-weight: bold;
}

@font-face {
    font-family: "Brandon Text";
    src: url(../fonts/BrandonText-RegularItalic.otf) format("opentype");
    font-style: italic;
}

@font-face {
    font-family: "Brandon Text Light";
    src: url(../fonts/BrandonText-Light.otf) format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: "Brandon Text Light";
    src: url(../fonts/BrandonText-LightItalic.otf) format("opentype");
    font-style: italic;
}

html {
    line-height: 1.4;
    font-size: 16px;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    color: #3D3E39;
}

@media (min-width:768px) {
    html {
        font-size: 16px;
    }
}

p {
    margin-top: 1rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
    font-size: 0.9rem;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
}

@media (min-width:768px) {
    p {
        line-height: 1.5;
        font-size: 1.05rem;
        font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
        font-weight: 400;
    }
}

p strong {
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
}

p.paragraph--lead {
    margin-top: 1rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
    font-size: 0.9rem;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    margin-top: .8rem;
    line-height: 1.3;
    font-size: 1.1rem;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
}

@media (min-width:768px) {
    p.paragraph--lead {
        line-height: 1.5;
        font-size: 1.05rem;
        font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
        font-weight: 400;
    }
}

@media (min-width:768px) {
    p.paragraph--lead {
        line-height: 1.3;
        font-size: 1.3rem;
    }
}

h1 {
    margin: 1.5rem 0;
    line-height: 1.2;
    font-size: 1.8rem;
    font-weight: normal;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
}

@media (min-width:768px) {
    h1 {
        font-size: 2.5rem;
    }
}

h2,
h3,
h4,
h5,
h6,
table caption,
[data-type='region'][data-name='section']>.header>.row>.header>h2,
.bean-callout:not(.stinger-style):not(.second-style) .field-name-field-callout-title,
.bean-callout.second-style .field-name-field-callout-title {
    line-height: 1;
    font-weight: 600;
    font-family: 'Crimson Text', 'Georgia', serif;
}

h2 {
    margin: 1.5rem 0;
    font-size: 1.4rem;
}

@media (min-width:768px) {
    h2 {
        font-size: 2rem;
    }
}

h3,
h4,
h5,
h6,
table caption,
[data-type='region'][data-name='section']>.header>.row>.header>h2,
.bean-callout:not(.stinger-style):not(.second-style) .field-name-field-callout-title,
.bean-callout.second-style .field-name-field-callout-title {
    margin: .9rem 0;
}

@media (min-width:768px) {

    h3,
    h4,
    h5,
    h6,
    table caption,
    [data-type='region'][data-name='section']>.header>.row>.header>h2,
    .bean-callout:not(.stinger-style):not(.second-style) .field-name-field-callout-title,
    .bean-callout.second-style .field-name-field-callout-title {
        margin: 1rem 0;
    }
}

h3,
.bean-callout:not(.stinger-style):not(.second-style) .field-name-field-callout-title,
.bean-callout.second-style .field-name-field-callout-title {
    font-size: 1.2rem;
}

@media (min-width:768px) {

    h3,
    .bean-callout:not(.stinger-style):not(.second-style) .field-name-field-callout-title,
    .bean-callout.second-style .field-name-field-callout-title {
        font-size: 1.7rem;
    }
}

h4,
table caption,
[data-type='region'][data-name='section']>.header>.row>.header>h2 {
    font-size: 1.1rem;
}

@media (min-width:768px) {

    h4,
    table caption,
    [data-type='region'][data-name='section']>.header>.row>.header>h2 {
        font-size: 1.3rem;
    }
}

h5 {
    font-size: 1rem;
}

@media (min-width:768px) {
    h5 {
        font-size: 1.25rem;
    }
}

h6 {
    font-size: 0.9rem;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: bold;
    -epub-text-transform: uppercase;
    text-transform: uppercase;
}

@media (min-width:768px) {
    h6 {
        font-size: 1rem;
    }
}

.lists-style ul {
    margin-top: 1rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
    font-size: 0.9rem;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    list-style-image: url(/sites/all/themes/nwc_theme/images/icons/bullet.png);
    padding-left: 1.0em;
}

@media (min-width:768px) {
    .lists-style ul {
        line-height: 1.5;
        font-size: 1.05rem;
        font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
        font-weight: 400;
    }
}

.lists-style ul li {
    margin: 0;
    padding-left: 5px;
}

.lists-style ul li:last-child {
    margin-bottom: 0;
}

.lists-style ul ul {
    margin: 0;
    padding-left: 1em;
}

.lists-style ul ul li:last-child {
    margin-bottom: 0;
}

@media (min-width:768px) {
    .lists-style ul li {
        padding-left: 10px;
    }
}

.lists-style ol {
    margin-top: 1rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
    font-size: 0.9rem;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    display: table;
    list-style: none;
    counter-reset: li;
    padding-left: 0;
}

@media (min-width:768px) {
    .lists-style ol {
        line-height: 1.5;
        font-size: 1.05rem;
        font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
        font-weight: 400;
    }
}

.lists-style ol li {
    display: table-row;
    margin: 0;
    counter-increment: li;
}

.lists-style ol li::before {
    content: counter(li, decimal) '.';
    color: #EE8353;
    display: table-cell;
    padding-right: 10px;
    text-align: right;
}

.lists-style ol li:last-child {
    margin-bottom: 0;
}

.lists-style ol ol {
    margin: 0;
    counter-reset: chapter;
}

.lists-style ol ol li {
    counter-increment: chapter;
}

.lists-style ol ol li::before {
    content: counter(chapter, lower-alpha) '.';
}

.lists-style ol ol ol {
    counter-reset: roman;
}

.lists-style ol ol ol li {
    counter-increment: roman;
}

.lists-style ol ol ol li::before {
    content: counter(roman, lower-roman) '.';
}

@media (min-width:768px) {
    .lists-style ol li::before {
        padding-right: 15px;
    }
}

.lists-style ul,
.lists-style ol {
    margin-top: 1.5rem;
}

@media (min-width:768px) {

    .lists-style ul,
    .lists-style ol {
        margin-top: 1.6rem;
    }
}

.field-name-body ul {
    margin-top: 1rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
    font-size: 0.9rem;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    list-style-image: url(/sites/all/themes/nwc_theme/images/icons/bullet.png);
    padding-left: 1.0em;
}

@media (min-width:768px) {
    .field-name-body ul {
        line-height: 1.5;
        font-size: 1.05rem;
        font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
        font-weight: 400;
    }
}

.field-name-body ul li {
    margin: 0;
    padding-left: 5px;
}

.field-name-body ul li:last-child {
    margin-bottom: 0;
}

.field-name-body ul ul {
    margin: 0;
    padding-left: 1em;
}

.field-name-body ul ul li:last-child {
    margin-bottom: 0;
}

@media (min-width:768px) {
    .field-name-body ul li {
        padding-left: 10px;
    }
}

.field-name-body ol {
    margin-top: 1rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
    font-size: 0.9rem;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    display: table;
    list-style: none;
    counter-reset: li;
    padding-left: 0;
}

@media (min-width:768px) {
    .field-name-body ol {
        line-height: 1.5;
        font-size: 1.05rem;
        font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
        font-weight: 400;
    }
}

.field-name-body ol li {
    display: table-row;
    margin: 0;
    counter-increment: li;
}

.field-name-body ol li::before {
    content: counter(li, decimal) '.';
    color: #EE8353;
    display: table-cell;
    padding-right: 10px;
    text-align: right;
}

.field-name-body ol li:last-child {
    margin-bottom: 0;
}

.field-name-body ol ol {
    margin: 0;
    counter-reset: chapter;
}

.field-name-body ol ol li {
    counter-increment: chapter;
}

.field-name-body ol ol li::before {
    content: counter(chapter, lower-alpha) '.';
}

.field-name-body ol ol ol {
    counter-reset: roman;
}

.field-name-body ol ol ol li {
    counter-increment: roman;
}

.field-name-body ol ol ol li::before {
    content: counter(roman, lower-roman) '.';
}

@media (min-width:768px) {
    .field-name-body ol li::before {
        padding-right: 15px;
    }
}

.field-name-body ul,
.field-name-body ol {
    margin-top: 1.5rem;
}

@media (min-width:768px) {

    .field-name-body ul,
    .field-name-body ol {
        margin-top: 1.6rem;
    }
}

blockquote,
blockquote.blockquote--V1 {
    margin: 1.8rem 0;
    padding: 0;
    line-height: 1.3;
    font-size: 1.3rem;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
    font-style: italic;
    color: #446252;
}

blockquote p,
blockquote.blockquote--V1 p {
    margin: 0;
    line-height: 1.3;
    font-size: 1.3rem;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
    font-style: italic;
}

@media (min-width:768px) {

    blockquote,
    blockquote.blockquote--V1 {
        margin: 2rem 0;
        font-size: 1.5rem;
    }

    blockquote p,
    blockquote.blockquote--V1 p {
        font-size: 1.5rem;
    }
}

@media (min-width:768px) {
    blockquote.blockquote--V1.position--right {
        float: right;
        width: 50%;
        margin: 0 0 40px 40px;
    }
}

@media (min-width:768px) {
    blockquote.blockquote--V1.position--left {
        float: left;
        width: 50%;
        margin: 0 40px 40px 0;
    }
}

blockquote.blockquote--V2 {
    margin-top: 1rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
    font-size: 0.9rem;
    float: none;
    width: auto;
    margin: 2.1rem -15px;
    padding: 1em;
    font-size: 1.1rem;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    background-color: #5A92AE;
    color: #ffffff;
}

@media (min-width:768px) {
    blockquote.blockquote--V2 {
        line-height: 1.5;
        font-size: 1.05rem;
        font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
        font-weight: 400;
    }
}

blockquote.blockquote--V2 p {
    margin-top: 1rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
    font-size: 0.9rem;
    margin: 0;
    font-size: 1.1rem;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    font-style: normal;
}

@media (min-width:768px) {
    blockquote.blockquote--V2 p {
        line-height: 1.5;
        font-size: 1.05rem;
        font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
        font-weight: 400;
    }
}

@media (min-width:768px) {
    blockquote.blockquote--V2 {
        margin: 2.5rem 0;
        padding: 40px 60px;
        font-size: 1.375rem;
    }

    blockquote.blockquote--V2 p {
        font-size: 1.375rem;
    }
}

@media (min-width:768px) {
    blockquote.blockquote--V2.position--right {
        float: right;
        width: 50%;
        margin: 0 0 40px 40px;
        padding: 40px;
    }
}

@media (min-width:768px) {
    blockquote.blockquote--V2.position--left {
        float: left;
        width: 50%;
        margin: 0 40px 40px 0;
        padding: 40px;
    }
}

figcaption,
.field-name-field-caption {
    margin: 5px 0;
    font-size: .8rem;
    line-height: 1.1 rem;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    color: #7C7D73;
}

@media (min-width:768px) {

    figcaption,
    .field-name-field-caption {
        font-size: .8rem;
    }
}

strong {
    font-weight: bold;
}

strong.flag {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
    padding: 0 5px;
    line-height: 1.5;
    position: relative;
    font-size: 0.8rem;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    text-transform: uppercase;
    border: 2px solid #f52323;
    border-radius: 2px 0 0 2px;
}

strong.flag:before {
    background: linear-gradient(to bottom right, transparent 0, transparent 50%, #ffffff 50%, #ffffff 100%);
    content: '';
    position: absolute;
    padding: .534em;
    right: calc(100% - 9px);
    border: solid #f52323;
    border-width: 0 2px 2px 0;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
}

@media (min-width:768px) {
    strong.flag {
        font-size: 1.05rem;
    }

    strong.flag:before {
        padding: .542em;
    }
}

html {
    min-width: 320px;
}

body {
    overflow-x: hidden;
}

a,
a.link-color--blue {
    color: #5A92AE;
    text-decoration: none;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:visited,
a.link-color--blue:visited {
    color: #5A92AE;
    text-decoration: none;
}

a:hover,
a.link-color--blue:hover {
    color: #71afce;
}

a.link-color--orange {
    color: #EE8353;
    text-decoration: none;
}

a.link-color--orange:visited {
    color: #EE8353;
    text-decoration: none;
}

a.link-color--orange:hover {
    color: #f99264;
}

.btn,
.btn.btn-primary {
    display: inline-block;
    margin: 0 10px 15px 0;
    padding: 13px 40px;
    line-height: 1.6;
    font-size: .8rem;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background-color: #EE8353;
    border: none;
    border-radius: 0;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.btn:hover,
.btn.btn-primary:hover {
    color: #ffffff;
    background-color: #f99264;
}

.btn:visited,
.btn.btn-primary:visited {
    color: #ffffff;
}

.btn.btn-secondary {
    color: #ffffff;
    background-color: #5A92AE;
}

.btn.btn-secondary:hover {
    background-color: #71afce;
}

.btn.btn-secondary:visited {
    color: #ffffff;
}

input[type="text"],
input[type="password"],
input[type="email"] {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 2px 15px 0;
    font-weight: 100;
    color: #3D3E39;
    border: 1px solid #3D3E39;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder {
    line-height: 45px;
    color: #3D3E39;
}

@media (min-width:768px) {

    input[type="text"],
    input[type="password"],
    input[type="email"] {
        padding: 2px 23px 0;
    }
}

.select2-container .select2-choice,
.select2-container.select2-container-active .select2-choice {
    color: #3D3E39;
    background: #fff;
    border-color: #ccc;
}

.select2-container .select2-choice .select2-arrow,
.select2-container.select2-container-active .select2-choice .select2-arrow {
    background: #fff;
}

.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice .select2-arrow b,
.select2-container.select2-container-active .select2-choice .select2-arrow b {
    color: #3D3E39;
}

.select2-drop-active {
    border: 1px solid #ccc;
    border-top: 0;
}

.select2-results .select2-highlighted {
    background-color: #5A92AE;
}

.table-wrapper {
    clear: both;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width:768px) {
    .table-wrapper {
        margin: 0;
    }
}

.table-wrapper__fade {
    position: absolute;
    right: 0;
    width: 20px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

@media (min-width:480px) {
    .table-wrapper__fade {
        display: none;
    }
}

.table-wrapper__table {
    width: 100%;
    margin: 1.5rem 0 2.5rem 0;
    overflow-y: auto;
}

@media (min-width:768px) {
    .table-wrapper__table {
        margin-top: 1.6rem;
    }
}

table {
    font-size: .9rem;
    background-color: #f7f7f7;
}

table,
.field-name-body table,
table p,
.field-name-body table p,
table ul,
.field-name-body table ul,
table ol,
.field-name-body table ol,
table li,
.field-name-body table li {
    font-size: 1.05rem;
    line-height: 1.5;
}

table caption {
    padding: 0 20px;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    text-align: left;
    color: #3D3E39;
}

table thead tr {
    background-color: #ddd;
}

table tr:nth-child(even) {
    background-color: #ececec;
}

table td {
    padding: 15px 20px;
    text-align: left;
}

table th {
    padding: 15px 20px;
    text-align: left;
    color: #3D3E39;
}

@media (min-width:768px) {
    table caption {
        padding: 0;
    }
}

.file-image {
    margin: 35px 0;
}

.file-image img {
    display: block;
}

@media (min-width:768px) {

    .file-image.pull-left,
    [data-ombumedia-position="left"] {
        float: left;
    }
}

@media (min-width:768px) {

    .file-image.pull-right,
    [data-ombumedia-position="right"] {
        float: right;
    }
}

@media (min-width:768px) {

    .file-image.pull-left50,
    [data-ombumedia-position="left50"] {
        float: left;
        width: 50%;
        padding-right: 35px;
    }
}

@media (min-width:768px) {

    .file-image.pull-right50,
    [data-ombumedia-position="right50"] {
        float: right;
        width: 50%;
        padding-left: 35px;
    }
}

.file-image.pull-leftthumb,
.file-image.pull-rightthumb,
[data-ombumedia-position="leftthumb"],
[data-ombumedia-position="rightthumb"] {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:768px) {

    .file-image.pull-leftthumb,
    [data-ombumedia-position="leftthumb"] {
        float: left;
        margin-top: 8px;
        padding-right: 35px;
    }
}

@media (min-width:768px) {

    .file-image.pull-rightthumb,
    [data-ombumedia-position="rightthumb"] {
        float: right;
        margin-top: 8px;
        padding-left: 35px;
    }
}

.bean-bean-embed>.content {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.bean-bean-embed>.content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#page>[data-type="region"]>.container,
#page>[data-type="region-container"]>.container,
#page>[data-type="region-container"][data-name="sections"]>.field-type-tiles-section [data-type="region"][data-name="section"]>.container {
    max-width: none;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

#page>[data-type="region-container"][data-name="core"] [data-type="region"]>.container {
    padding-left: 0;
    padding-right: 0;
}

#page>[data-type="region-container"][data-name="sections"]>.field-type-tiles-section [data-type="region"][data-name="section"] .container.header .block.header {
    min-height: 0;
}

#page>[data-type="region-container"][data-name="sections"]>.field-type-tiles-section [data-type="region"][data-name="section"]>.container>.container {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width:992px) {
    #main {
        padding-right: 35px;
    }
}

@media (min-width:1240px) {
    #main {
        padding-right: 96px;
    }
}

body:not([class*="node-type-"]) #main {
    margin: 20px 0;
}

@media (min-width:768px) {
    body:not([class*="node-type-"]) #main {
        margin: 40px 0;
    }
}

[data-type="region"][data-name="sidebar_second"],
[data-type="region"][data-name="sidebar_second_nav"] {
    margin-top: 20px;
    margin-bottom: 0;
}

@media (min-width:992px) {

    [data-type="region"][data-name="sidebar_second"],
    [data-type="region"][data-name="sidebar_second_nav"] {
        margin-top: 40px;
        margin-bottom: 40px;
        padding-left: 0;
    }
}

[data-type="region"][data-name="sidebar_second_nav"] {
    float: right;
    margin-top: 0;
}

#page>[data-type="region"][data-name="content_top_full"]>.container,
#page>[data-type="region-container"][data-name="sections"]>.field-type-tiles-section [data-type="region"][data-name="section"][data-name="content_top_full"]>.container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width:1240px) {

    #page>[data-type="region"][data-name="content_top_full"]>.container,
    #page>[data-type="region-container"][data-name="sections"]>.field-type-tiles-section [data-type="region"][data-name="section"][data-name="content_top_full"]>.container {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }
}

#page>[data-type="region"][data-name="content_top_full"]>.container>.row,
#page>[data-type="region-container"][data-name="sections"]>.field-type-tiles-section [data-type="region"][data-name="section"][data-name="content_top_full"]>.container>.row {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width:1240px) {

    #page>[data-type="region"][data-name="content_top_full"]>.container>.row,
    #page>[data-type="region-container"][data-name="sections"]>.field-type-tiles-section [data-type="region"][data-name="section"][data-name="content_top_full"]>.container>.row {
        margin-left: 0;
        margin-right: 0;
    }
}

#page>[data-type="region"][data-name="content_top_full_bottom"]>.container,
#page>[data-type="region-container"][data-name="sections"]>.field-type-tiles-section [data-type="region"][data-name="section"][data-name="content_top_full_bottom"]>.container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width:1240px) {

    #page>[data-type="region"][data-name="content_top_full_bottom"]>.container,
    #page>[data-type="region-container"][data-name="sections"]>.field-type-tiles-section [data-type="region"][data-name="section"][data-name="content_top_full_bottom"]>.container {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }
}

#page>[data-type="region"][data-name="content_top_full_bottom"]>.container>.row,
#page>[data-type="region-container"][data-name="sections"]>.field-type-tiles-section [data-type="region"][data-name="section"][data-name="content_top_full_bottom"]>.container>.row {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width:1240px) {

    #page>[data-type="region"][data-name="content_top_full_bottom"]>.container>.row,
    #page>[data-type="region-container"][data-name="sections"]>.field-type-tiles-section [data-type="region"][data-name="section"][data-name="content_top_full_bottom"]>.container>.row {
        margin-left: 0;
        margin-right: 0;
    }
}

[data-type="region"][data-name="content_bottom"] {
    background-color: #EEEEEC;
}

[data-type='region'][data-name='section'],
[data-type="region"][data-name="content_bottom"] {
    padding: 40px 0;
}

[data-type='region'][data-name='section']>.header>.row>.header>h2 {
    margin-top: 0;
    margin-bottom: 2rem;
}

[data-type='region'][data-name='section'].section-style--default {
    background-color: #ffffff;
}

[data-type='region'][data-name='section'].section-style--default+[data-type='region'][data-name='section'].section-style--default {
    padding-top: 0;
}

[data-type='region'][data-name='section'].section-style--orange {
    background-color: #EE8353;
}

[data-type='region'][data-name='section'].section-style--orange+[data-type='region'][data-name='section'].section-style--orange {
    padding-top: 0;
}

[data-type='region'][data-name='section'].section-style--blue {
    background-color: #006699;
}

[data-type='region'][data-name='section'].section-style--blue+[data-type='region'][data-name='section'].section-style--blue {
    padding-top: 0;
}

[data-type='region'][data-name='section'].section-style--green {
    background-color: #446252;
}

[data-type='region'][data-name='section'].section-style--green+[data-type='region'][data-name='section'].section-style--green {
    padding-top: 0;
}

[data-type='region'][data-name='section'].section-style--grey {
    background-color: #EEEEEC;
}

[data-type='region'][data-name='section'].section-style--grey+[data-type='region'][data-name='section'].section-style--grey {
    padding-top: 0;
}

[data-type='region'][data-name='section'].section-style--orange>.header>.row>.header>h2,
[data-type='region'][data-name='section'].section-style--blue>.header>.row>.header>h2,
[data-type='region'][data-name='section'].section-style--green>.header>.row>.header>h2 {
    color: #ffffff;
}

[data-type='region'][data-name='section'].section-style--orange>.content>.container>.row>[data-module="bean"]>.block__title,
[data-type='region'][data-name='section'].section-style--blue>.content>.container>.row>[data-module="bean"]>.block__title,
[data-type='region'][data-name='section'].section-style--green>.content>.container>.row>[data-module="bean"]>.block__title {
    color: #ffffff;
}

[data-type='region'][data-name='section'].section-style--orange>.content>.container>.row>.bean-rte-rte,
[data-type='region'][data-name='section'].section-style--blue>.content>.container>.row>.bean-rte-rte,
[data-type='region'][data-name='section'].section-style--green>.content>.container>.row>.bean-rte-rte,
[data-type='region'][data-name='section'].section-style--orange>.content>.container>.row>.solr-bean.icon-list-style,
[data-type='region'][data-name='section'].section-style--blue>.content>.container>.row>.solr-bean.icon-list-style,
[data-type='region'][data-name='section'].section-style--green>.content>.container>.row>.solr-bean.icon-list-style {
    color: #ffffff;
}

[data-type='region'][data-name='section'].section-style--orange>.content>.container>.row>.bean-rte-rte a:not([class]),
[data-type='region'][data-name='section'].section-style--blue>.content>.container>.row>.bean-rte-rte a:not([class]),
[data-type='region'][data-name='section'].section-style--green>.content>.container>.row>.bean-rte-rte a:not([class]),
[data-type='region'][data-name='section'].section-style--orange>.content>.container>.row>.solr-bean.icon-list-style a:not([class]),
[data-type='region'][data-name='section'].section-style--blue>.content>.container>.row>.solr-bean.icon-list-style a:not([class]),
[data-type='region'][data-name='section'].section-style--green>.content>.container>.row>.solr-bean.icon-list-style a:not([class]) {
    color: #ffffff;
    text-decoration: none;
    text-decoration: underline;
}

[data-type='region'][data-name='section'].section-style--orange>.content>.container>.row>.bean-rte-rte a:not([class]):visited,
[data-type='region'][data-name='section'].section-style--blue>.content>.container>.row>.bean-rte-rte a:not([class]):visited,
[data-type='region'][data-name='section'].section-style--green>.content>.container>.row>.bean-rte-rte a:not([class]):visited,
[data-type='region'][data-name='section'].section-style--orange>.content>.container>.row>.solr-bean.icon-list-style a:not([class]):visited,
[data-type='region'][data-name='section'].section-style--blue>.content>.container>.row>.solr-bean.icon-list-style a:not([class]):visited,
[data-type='region'][data-name='section'].section-style--green>.content>.container>.row>.solr-bean.icon-list-style a:not([class]):visited {
    color: #ffffff;
    text-decoration: none;
}

[data-type='region'][data-name='section'].section-style--orange>.content>.container>.row>.bean-rte-rte a:not([class]):hover,
[data-type='region'][data-name='section'].section-style--blue>.content>.container>.row>.bean-rte-rte a:not([class]):hover,
[data-type='region'][data-name='section'].section-style--green>.content>.container>.row>.bean-rte-rte a:not([class]):hover,
[data-type='region'][data-name='section'].section-style--orange>.content>.container>.row>.solr-bean.icon-list-style a:not([class]):hover,
[data-type='region'][data-name='section'].section-style--blue>.content>.container>.row>.solr-bean.icon-list-style a:not([class]):hover,
[data-type='region'][data-name='section'].section-style--green>.content>.container>.row>.solr-bean.icon-list-style a:not([class]):hover {
    color: #CCCCCC;
}

@media (min-width:768px) {

    [data-type='region'][data-name='section'],
    [data-type="region"][data-name="content_bottom"] {
        padding: 50px 0;
    }

    [data-type='region'][data-name='section']>.header>.row>.header>h2 {
        margin-top: 0;
    }
}

#page>[data-type="region-container"][data-name="sections"]>.field-type-tiles-section [data-type="region"][data-name="section"].section-width--full>.container.content {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width:1240px) {
    #page>[data-type="region-container"][data-name="sections"]>.field-type-tiles-section [data-type="region"][data-name="section"].section-width--full>.container.content {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }
}

[data-type="region"][data-name="section"].section-width--full .block__title {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    [data-type="region"][data-name="section"].section-width--full .block__title {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width:992px) {
    [data-type="region"][data-name="section"].section-width--full .block__title {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.section-style--orange .field-name-field-caption,
.section-style--blue .field-name-field-caption,
.section-style--green .field-name-field-caption {
    color: #ffffff;
}

body[class*="node-type-"]:not(.front) [data-type="region"][data-name="content"]>.container>.row:first-child>*:first-child {
    margin-top: 20px;
}

body[class*="node-type-"]:not(.front) [data-type="region"][data-name="content"] .node .field-name-body *:first-child {
    margin-top: 0;
}

@media (min-width:768px) {
    body[class*="node-type-"]:not(.front) [data-type="region"][data-name="content"]>.container>.row:first-child>*:first-child {
        margin-top: 40px;
    }
}

.header__top {
    min-height: 60px;
    background-color: #3D3E39;
}

.header__top>.container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .header__top>.container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width:992px) {
    .header__top>.container {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.header__top>.container>.row {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width:1240px) {
    .header__top>.container>.row {
        margin-left: 0;
        margin-right: 0;
    }
}

#page [data-type="region"][data-name="header"]>.container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width:1240px) {
    #page [data-type="region"][data-name="header"]>.container {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }
}

#page [data-type="region"][data-name="header"]>.container>.row {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width:1240px) {
    #page [data-type="region"][data-name="header"]>.container>.row {
        margin-left: 0;
        margin-right: 0;
    }
}

.site-logo {
    display: block;
    float: left;
    width: 180px;
    height: 60px;
    padding-top: 13px;
}

.mobile-menu-toggles {
    float: right;
    height: 60px;
    padding: 15px 0 15px 15px;
}

.mobile-menu-toggles:before,
.mobile-menu-toggles:after {
    content: " ";
    display: table;
}

.mobile-menu-toggles:after {
    clear: both;
}

.mobile-menu-toggles:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.mobile-menu-toggles .mobile-menu-toggles__search,
.mobile-menu-toggles .mobile-menu-toggles__menu {
    float: left;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mobile-menu-toggles .mobile-menu-toggles__search {
    margin-right: 20px;
    background-image: url(/sites/all/themes/nwc_theme/images/icons/search.png);
}

.mobile-menu-toggles .mobile-menu-toggles__menu {
    background-image: url(/sites/all/themes/nwc_theme/images/icons/menu.png);
    background-size: 88%;
}

[data-type="region"][data-name="header"] {
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
}

[data-delta="header-menu"] {
    display: none;
}

[data-delta="header-menu"] .nav .nav {
    display: none;
}

.header__top #block-search-api-page-search {
    display: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    z-index: 500;
}

.mobile-search-open .header__top #block-search-api-page-search {
    display: block;
}

.header__top #block-search-api-page-search+a.clear-search {
    display: none;
}

.header__bottom {
    display: none;
    z-index: 1;
    background-color: #EEEEEC;
}

.mobile-menu-open .header__bottom {
    display: block;
}

[data-type="region"][data-name="header_bottom"]>.container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width:1240px) {
    [data-type="region"][data-name="header_bottom"]>.container {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }
}

[data-delta="rich-menu-primary-menu"] {
    padding-left: 0;
    padding-right: 0;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item>.container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width:1240px) {
    [data-delta="rich-menu-primary-menu"] .rich-menu-item>.container {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item>.container>.row {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width:1240px) {
    [data-delta="rich-menu-primary-menu"] .rich-menu-item>.container>.row {
        margin-left: 0;
        margin-right: 0;
    }
}

[data-delta="rich-menu-primary-menu"] .toggle-mobile-menu,
[data-delta="rich-menu-primary-menu"] .dismss-nav {
    display: none;
}

[data-delta="rich-menu-primary-menu"] .rich-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: inherit;
    font-family: inherit;
}

[data-delta="rich-menu-primary-menu"] .rich-menu li {
    margin: 0;
    padding: 0;
}

[data-delta="rich-menu-primary-menu"] .rich-menu li:before {
    display: none;
}

[data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    [data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width:992px) {
    [data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item {
        padding-left: 80px;
        padding-right: 80px;
    }
}

[data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item .menu-link-item__dropdown-toggle {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 15px;
    margin-right: 10px;
    background-image: url(/sites/all/themes/nwc_theme/images/icons/circle-chevron--sprite.svg);
    background-repeat: no-repeat;
    background-size: 77px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item .menu-link-item__dropdown-toggle:hover,
[data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item .menu-link-item__dropdown-toggle:focus {
    background-position: -26px 0;
}

[data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item a.menu-link-item__link {
    display: inline-block;
    height: 40px;
    margin-left: -5px;
    padding: 0;
    line-height: 43px;
    font-size: .9rem;
    font-weight: bold;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #3D3E39;
    cursor: pointer;
}

[data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item a.menu-link-item__link:hover,
[data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item a.menu-link-item__link:focus {
    color: #006699;
}

[data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item a.menu-item__link:hover,
[data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item a.menu-item__link:focus {
    color: #7C7D73;
}

[data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item.open {
    background-color: #006699;
}

[data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item.open.meetings {
    background-color: #EE8353;
}

[data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item.open .menu-link-item__dropdown-toggle {
    background-position: -52px 0;
}

[data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item.open a.menu-link-item__link {
    color: #ffffff;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item {
    height: 0;
    min-height: 0 !important;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: visibility .15s, opacity .15s;
}

[data-delta="rich-menu-primary-menu"] .rich-menu__menu-link-item.open .rich-menu-item {
    height: auto;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    overflow: visible;
}

[data-delta="rich-menu-primary-menu"] .rich-menu__menu-link-item.open .rich-menu-item.transition-height {
    transition: height 0.2s ease-in-out;
}

.header__menu-dropdown-spacer {
    height: 0;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.header {
    position: relative;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.header .header__inner {
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 1;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.header .header__inner:before,
[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.header .header__inner:after {
    content: " ";
    display: table;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.header .header__inner:after {
    clear: both;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.header .header__inner:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.header .header__bg-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.header .header__bg-image .bg-image__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    filter: grayscale(1);
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.header .header__bg-image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 63, 117, 0.67);
}

.menu-open--meetings [data-delta="rich-menu-primary-menu"] .rich-menu-item .container.header .header__bg-image:after {
    background-color: #EE8353;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.header .header__text {
    color: #ffffff;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.header .header__text h4 {
    margin: 0;
    line-height: 1.3;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
    font-style: italic;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.header .header__text br {
    display: none;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.header .btn {
    margin-top: 15px;
    margin-bottom: 0;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.content [data-module="bean"]:not(.bean-calendar) {
    color: #ffffff;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.content [data-module="bean"]:not(.bean-calendar) p,
[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.content [data-module="bean"]:not(.bean-calendar) span {
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
    font-size: .85rem;
    color: #ffffff;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.content [data-module="bean"]:not(.bean-calendar) h2,
[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.content [data-module="bean"]:not(.bean-calendar) h3 {
    color: #66CCFF;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.content [data-module="bean"]:not(.bean-calendar) p:first-child {
    margin-top: 0;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.content [data-module="bean"]:not(.bean-calendar) p:last-child {
    margin-bottom: 0;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.content [data-module="bean"]:not(.bean-calendar) a {
    color: #ffffff;
    text-decoration: none;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.content [data-module="bean"]:not(.bean-calendar) a:visited {
    color: #ffffff;
    text-decoration: none;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.content [data-module="bean"]:not(.bean-calendar) a:hover {
    color: #CCCCCC;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.content [data-module="bean"]:not(.bean-calendar) h2.block__title {
    color: #66CCFF;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.content [data-module="bean"]:not(.bean-calendar) h2.block__title a {
    color: #66CCFF;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.content [data-module="bean"]:not(.bean-calendar) h2.block__title a:visited {
    color: #66CCFF;
    text-decoration: none;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.content [data-module="bean"]:not(.bean-calendar) h2.block__title a:hover {
    color: #71afce;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.content [data-module="bean"].bean-rte-rte a {
    text-decoration: underline;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.content {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    border-top: 1px solid #5A92AE;
}

@media (min-width:1240px) {
    [data-delta="rich-menu-primary-menu"] .rich-menu-item .container.content {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }
}

.menu-open--meetings [data-delta="rich-menu-primary-menu"] .rich-menu-item .container.content {
    border-top: 0;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .bean-container {
    margin-bottom: 0;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .bean-link,
[data-delta="rich-menu-primary-menu"] .rich-menu-item .bean-menu-block,
[data-delta="rich-menu-primary-menu"] .rich-menu-item .bean-rte-rte,
[data-delta="rich-menu-primary-menu"] .rich-menu-item .bean-media {
    margin-top: 0;
    margin-bottom: 30px;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .block__title {
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
    font-size: .75rem;
    text-transform: uppercase;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: inherit;
    font-family: inherit;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item ul li {
    margin: 0;
    padding: 0;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item ul li:before {
    display: none;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item ul>li:first-child {
    margin-top: 0;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item ul>li:last-child {
    margin-bottom: 0;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item ul>li,
[data-delta="rich-menu-primary-menu"] .rich-menu-item .field-name-field-bean-link-links a {
    display: block;
    line-height: 1.1;
    margin: 13px 0;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
    font-size: .85rem;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item ul a,
[data-delta="rich-menu-primary-menu"] .rich-menu-item .field-name-field-bean-link-links a {
    line-height: 1.1;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item ul>li:first-child a,
[data-delta="rich-menu-primary-menu"] .rich-menu-item .field-name-field-bean-link-links a:first-child {
    margin-top: 0;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item ul>li:last-child a,
[data-delta="rich-menu-primary-menu"] .rich-menu-item .field-name-field-bean-link-links a:last-child {
    margin-bottom: 0;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .file-image {
    margin: 0;
}

[data-delta="rich-menu-primary-menu"] .rich-menu-item .container.footer>.row>.block {
    min-height: 0;
}

[data-delta="rich-menu-primary-menu"] .rich-menu__menu-link-item.meetings #block-bean-meeting-bean-rte-2 {
    display: none;
}

[data-delta="rich-menu-primary-menu"] .rich-menu__menu-link-item.meetings .rich-menu-item .container.content [data-module="bean"]:not(.bean-calendar) h2,
[data-delta="rich-menu-primary-menu"] .rich-menu__menu-link-item.meetings .rich-menu-item .container.content [data-module="bean"]:not(.bean-calendar) h3 {
    color: #ffffff;
}

[data-delta="rich-menu-primary-menu"] .rich-menu__menu-link-item.meetings .rich-menu-item .container.content [data-module="bean"]:not(.bean-calendar) h2.block__title {
    color: #ffffff;
}

[data-delta="rich-menu-primary-menu"] .rich-menu__menu-link-item.meetings .rich-menu-item .container.content [data-module="bean"]:not(.bean-calendar) h2.block__title a {
    color: #ffffff;
    text-decoration: none;
    text-decoration: underline;
}

[data-delta="rich-menu-primary-menu"] .rich-menu__menu-link-item.meetings .rich-menu-item .container.content [data-module="bean"]:not(.bean-calendar) h2.block__title a:visited {
    color: #ffffff;
    text-decoration: none;
}

[data-delta="rich-menu-primary-menu"] .rich-menu__menu-link-item.meetings .rich-menu-item .container.content [data-module="bean"]:not(.bean-calendar) h2.block__title a:hover {
    color: #CCCCCC;
}

[data-delta="rich-menu-primary-menu"] .rich-menu__menu-link-item.meetings .rich-menu-item .bean-calendar {
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-size: 1rem;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

[data-delta="rich-menu-primary-menu"] .rich-menu__menu-link-item.meetings .rich-menu-item__inner>.container.header {
    display: none;
}

[data-delta="rich-menu-primary-menu"] .rich-menu__menu-link-item.meetings .rich-menu-item__inner>.container.content {
    padding: 0;
}

.footer {
    font-weight: 100;
    color: #ffffff;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
}

.footer a:visited {
    color: #ffffff;
    text-decoration: none;
}

.footer a:hover {
    color: #CCCCCC;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: inherit;
    font-family: inherit;
}

.footer ul li {
    margin: 0;
    padding: 0;
}

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

.footer .footer__top .block__title {
    margin: 0 0 20px 0;
    line-height: 1.2;
    font-size: 1.2rem;
    font-weight: 100;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-style: normal;
    color: #ffffff;
}

.footer__top {
    padding: 40px 0;
    background-color: #006699;
}

.footer__top [data-type="region"][data-name="footer"]>.container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .footer__top [data-type="region"][data-name="footer"]>.container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width:992px) {
    .footer__top [data-type="region"][data-name="footer"]>.container {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.footer__top [data-type="region"][data-name="footer"]>.container>.row>* {
    margin-bottom: 40px;
}

.footer__top [data-type="region"][data-name="footer"]>.container>.row>*:last-child {
    margin-bottom: 0;
}

.footer__top .mc-field-group {
    margin-bottom: 10px;
}

.footer__top .mc-field-group input[type="text"],
.footer__top .mc-field-group input[type="password"],
.footer__top .mc-field-group input[type="email"] {
    border: none;
}

.footer__top .mc-field-group.input-group {
    margin-top: 15px;
    margin-bottom: 0;
}

.footer__top .mc-field-group.input-group li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
}

.footer__top .mc-field-group.input-group input[type="checkbox"] {
    margin-right: 8px;
}

.footer__top .mc-field-group.input-group label {
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
    font-style: italic;
}

.footer__top input[type="submit"] {
    display: inline-block;
    margin: 0 10px 15px 0;
    padding: 13px 40px;
    line-height: 1.6;
    font-size: .8rem;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background-color: #EE8353;
    border: none;
    border-radius: 0;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    margin-bottom: 0;
}

.footer__top input[type="submit"]:hover {
    color: #ffffff;
    background-color: #f99264;
}

.footer__top input[type="submit"]:visited {
    color: #ffffff;
}

.footer__top [data-delta="footer-contact"] ul a,
.footer__top [data-delta="footer-contact"] .field-name-field-bean-link-links a {
    display: block;
    margin: 10px 0;
    font-size: .9rem;
}

.footer__top [data-delta="footer-contact"] ul>li:first-child a,
.footer__top [data-delta="footer-contact"] .field-name-field-bean-link-links a:first-child {
    margin-top: 0;
}

.footer__top [data-delta="footer-contact"] ul>li:last-child a,
.footer__top [data-delta="footer-contact"] .field-name-field-bean-link-links a:last-child {
    margin-bottom: 0;
}

.field-type-sociallinks .sociallink {
    width: 30px;
    height: 30px;
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    background-size: contain;
    transition: opacity 0.2s ease-in-out;
}

.field-type-sociallinks .sociallink.sociallink-facebook {
    background-image: url(/sites/all/themes/nwc_theme/images/icons/facebook.png);
}

.field-type-sociallinks .sociallink.sociallink-twitter {
    background-image: url(/sites/all/themes/nwc_theme/images/icons/twitter.png);
}

.field-type-sociallinks .sociallink.sociallink-instagram {
    background-image: url(/sites/all/themes/nwc_theme/images/icons/instagram.png);
}

.field-type-sociallinks .sociallink.sociallink-linkedin {
    background-image: url(/sites/all/themes/nwc_theme/images/icons/linkedin.png);
}

.field-type-sociallinks .sociallink.sociallink-vimeo {
    background-image: url(/sites/all/themes/nwc_theme/images/icons/vimeo.png);
}

.field-type-sociallinks .sociallink.sociallink-flickr {
    background-image: url(/sites/all/themes/nwc_theme/images/icons/flickr.png);
}

.field-type-sociallinks .sociallink:hover,
.field-type-sociallinks .sociallink:focus {
    opacity: .8;
}

.field-type-sociallinks .sociallink:first-child {
    margin-left: 0;
}

.field-type-sociallinks .sociallink:nth-child(3) {
    margin-right: 0;
}

.field-type-sociallinks .sociallink:nth-child(4) {
    clear: left;
    margin-left: 0;
}

.field-type-sociallinks .sociallink:nth-child(4),
.field-type-sociallinks .sociallink:nth-child(5),
.field-type-sociallinks .sociallink:nth-child(6) {
    margin-bottom: 0;
}

.field-type-sociallinks .sociallink:last-child {
    margin-right: 0;
}

.footer__bottom {
    padding: 15px 0;
    background-color: #3D3E39;
}

.footer__bottom [data-type="region"][data-name="footer_bottom"]>.container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .footer__bottom [data-type="region"][data-name="footer_bottom"]>.container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width:992px) {
    .footer__bottom [data-type="region"][data-name="footer_bottom"]>.container {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.footer__bottom .block__title {
    display: none;
}

.footer__bottom [data-delta="copyright"] {
    margin: 20px 0;
}

.footer__bottom [data-delta="copyright"] p {
    margin: 0;
    margin-top: 3px;
    font-size: 0.8rem;
    letter-spacing: .07em;
    color: #ffffff;
}

.footer__bottom [data-delta="copyright"] em {
    font-style: normal;
}

.footer__bottom .nav li {
    margin: 20px 0;
}

.footer__bottom .nav a {
    font-size: 0.8rem;
    letter-spacing: .07em;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
    color: #EE8353;
    text-decoration: none;
}

.footer__bottom .nav a:visited {
    color: #EE8353;
    text-decoration: none;
}

.footer__bottom .nav a:hover {
    color: #f99264;
}

@media (min-width:768px) {

    [data-module="bean"]>.block__title,
    [data-type="block"]>.block__title {
        margin-bottom: 1.5rem;
    }
}

[data-type="region"][data-name="content"]>.container>.row>[data-module="bean"],
[data-type="region"][data-name="sidebar_second"]>.container>.row>[data-module="bean"],
[data-type="region"][data-name="sidebar_second_nav"]>.container>.row>[data-module="bean"],
[data-type="region"][data-name="content"]>.container>.row>[data-type="block"],
[data-type="region"][data-name="sidebar_second"]>.container>.row>[data-type="block"],
[data-type="region"][data-name="sidebar_second_nav"]>.container>.row>[data-type="block"] {
    margin-bottom: 40px;
}

[data-type="region"][data-name="content"]>.container>.row>[data-module="bean"]>.block__title,
[data-type="region"][data-name="sidebar_second"]>.container>.row>[data-module="bean"]>.block__title,
[data-type="region"][data-name="sidebar_second_nav"]>.container>.row>[data-module="bean"]>.block__title,
[data-type="region"][data-name="content"]>.container>.row>[data-type="block"]>.block__title,
[data-type="region"][data-name="sidebar_second"]>.container>.row>[data-type="block"]>.block__title,
[data-type="region"][data-name="sidebar_second_nav"]>.container>.row>[data-type="block"]>.block__title {
    margin-top: 0;
}

@media (min-width:768px) {

    [data-type="region"][data-name="content"]>.container>.row>[data-module="bean"],
    [data-type="region"][data-name="sidebar_second"]>.container>.row>[data-module="bean"],
    [data-type="region"][data-name="sidebar_second_nav"]>.container>.row>[data-module="bean"],
    [data-type="region"][data-name="content"]>.container>.row>[data-type="block"],
    [data-type="region"][data-name="sidebar_second"]>.container>.row>[data-type="block"],
    [data-type="region"][data-name="sidebar_second_nav"]>.container>.row>[data-type="block"] {
        margin-bottom: 40px;
    }
}

[data-type="region"][data-name="sidebar_second"]>.container>.row>[data-module="bean"],
[data-type="region"][data-name="sidebar_second_nav"]>.container>.row>[data-module="bean"],
[data-type="region"][data-name="sidebar_second"]>.container>.row>[data-type="block"],
[data-type="region"][data-name="sidebar_second_nav"]>.container>.row>[data-type="block"] {
    margin-bottom: 40px;
}

[data-type="region"][data-name="sidebar_second"]>.container>.row>[data-module="bean"]>.block__title,
[data-type="region"][data-name="sidebar_second_nav"]>.container>.row>[data-module="bean"]>.block__title,
[data-type="region"][data-name="sidebar_second"]>.container>.row>[data-type="block"]>.block__title,
[data-type="region"][data-name="sidebar_second_nav"]>.container>.row>[data-type="block"]>.block__title {
    margin-top: 0;
}

[data-type="region"][data-name="sidebar_second"]>.container>.row:last-child>[data-module="bean"]:last-child,
[data-type="region"][data-name="sidebar_second_nav"]>.container>.row:last-child>[data-module="bean"]:last-child {
    margin-bottom: 0;
}

@media (min-width:768px) {

    [data-type="region"][data-name="sidebar_second"]>.container>.row>[data-module="bean"],
    [data-type="region"][data-name="sidebar_second_nav"]>.container>.row>[data-module="bean"],
    [data-type="region"][data-name="sidebar_second"]>.container>.row>[data-type="block"],
    [data-type="region"][data-name="sidebar_second_nav"]>.container>.row>[data-type="block"] {
        margin-bottom: 40px;
    }
}

@media (min-width:1240px) {
    [data-type="region"][data-name="sidebar_second"] .row:first-child aside:first-child .bean-bean-rte-rte:first-child :first-child {
        margin-top: 0;
    }
}

[data-type="region"][data-name="section"]>.container>.container>.row>[data-module="bean"],
[data-type="region"][data-name="section"]>.container>.container>.row>[data-type="block"] {
    margin-bottom: 40px;
}

[data-type="region"][data-name="section"]>.container>.container>.row>[data-module="bean"]>.block__title,
[data-type="region"][data-name="section"]>.container>.container>.row>[data-type="block"]>.block__title {
    margin-top: 0;
}

[data-type="region"][data-name="section"]>.container>.container>.row:last-child>[data-module="bean"]:last-child,
[data-type="region"][data-name="section"]>.container>.container>.row:last-child>[data-type="block"]:last-child {
    margin-bottom: 0;
}

@media (min-width:768px) {

    [data-type="region"][data-name="section"]>.container>.container>.row>[data-module="bean"],
    [data-type="region"][data-name="section"]>.container>.container>.row>[data-type="block"] {
        margin-bottom: 40px;
    }
}

#toolbar {
    font-family: 'Helvetica', 'Arial', sans-serif;
}

aside[data-module="ombubench"][data-delta="moderation"] {
    color: #3D3E39;
}

.cke_editable blockquote.blockquote--V1.position--right,
.cke_editable blockquote.blockquote--V2.position--right {
    float: right;
    width: 50%;
    margin: 0 0 40px 40px;
    padding: 40px;
}

.cke_editable blockquote.blockquote--V1.position--left,
.cke_editable blockquote.blockquote--V2.position--left {
    float: left;
    width: 50%;
    margin: 0 40px 40px 0;
    padding: 40px;
}

.file-video .video-frame {
    padding-bottom: 0;
}

.page-user [data-delta="page_title"] h1 {
    text-align: center;
}

#user-login {
    width: 100%;
    margin: 50px auto;
}

#user-login .form-group {
    margin-bottom: 40px;
}

#user-login label {
    margin-top: 1rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
    font-size: 0.9rem;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
}

@media (min-width:768px) {
    #user-login label {
        line-height: 1.5;
        font-size: 1.05rem;
        font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
        font-weight: 400;
    }
}

#user-login p {
    margin-top: 10px;
    margin-bottom: 0;
}

#user-login .password-request {
    display: block;
    margin: 20px 0;
}

@media (min-width:768px) {
    #user-login {
        width: 500px;
    }

    #user-login .password-request {
        display: inline-block;
        margin: 0 0 0 20px;
    }
}

[data-type="region"][data-name="content_top"] {
    background-color: #446252;
    color: #ffffff;
}

.node-type-news [data-type="region"][data-name="content_top"] {
    background-color: #3C4A55;
}

.node-type-contact [data-type="region"][data-name="content_top"] {
    background-color: #5A92AE;
}

[data-delta="page_title"] .page-title-banner__text-wrapper {
    padding: 1.5rem 0 20px 0;
}

[data-delta="page_title"] .page-title {
    margin: 0;
}

[data-delta="page_title"] .page-subtitle {
    margin-top: 1rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
    font-size: 0.9rem;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    margin-bottom: 0;
    font-weight: normal;
}

@media (min-width:768px) {
    [data-delta="page_title"] .page-subtitle {
        line-height: 1.5;
        font-size: 1.05rem;
        font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
        font-weight: 400;
    }
}

[data-delta="page_title"] .page-title-banner__info {
    margin-top: 20px;
}

[data-delta="page_title"] .page-title-banner__info:before,
[data-delta="page_title"] .page-title-banner__info:after {
    content: " ";
    display: table;
}

[data-delta="page_title"] .page-title-banner__info:after {
    clear: both;
}

[data-delta="page_title"] .page-title-banner__info:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

[data-delta="page_title"] .field-name-field-updated-date .field-label,
[data-delta="page_title"] .field-name-field-published-date .field-label,
[data-delta="page_title"] .field-name-field-document-state .field-label {
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: .07em;
    text-transform: uppercase;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
    line-height: 2;
    font-style: italic;
}

[data-delta="page_title"] .field-name-field-updated-date span,
[data-delta="page_title"] .field-name-field-published-date span,
[data-delta="page_title"] .field-name-field-document-state span {
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: .07em;
    text-transform: uppercase;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
    line-height: 2;
}

[data-delta="page_title"] .author-info__date,
[data-delta="page_title"] .author-info__author {
    font-size: 0.8rem;
}

[data-delta="page_title"] .author-info__date {
    display: inline-block;
    padding-right: 10px;
    text-transform: uppercase;
}

[data-delta="page_title"] .author-info__author {
    display: inline-block;
    position: relative;
    margin-left: -5px;
    padding-left: 10px;
    text-transform: uppercase;
    color: #EE8353;
}

[data-delta="page_title"] .author-info__author a {
    color: #EE8353;
    text-decoration: none;
}

[data-delta="page_title"] .author-info__author a:visited {
    color: #EE8353;
    text-decoration: none;
}

[data-delta="page_title"] .author-info__author a:hover {
    color: #f99264;
}

[data-delta="page_title"] .author-info__author:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
}

[data-delta="page_title"] .field-name-field-tags a {
    color: #ffffff;
    text-decoration: none;
}

[data-delta="page_title"] .field-name-field-tags a:visited {
    color: #ffffff;
    text-decoration: none;
}

[data-delta="page_title"] .field-name-field-tags a:hover {
    color: #CCCCCC;
}

[data-delta="page_title"] .field-name-field-updated-date,
[data-delta="page_title"] .field-name-field-published-date {
    margin-top: 0;
}

[data-delta="page_title"] .field-name-field-document-state .field-content {
    display: inline-block;
    margin-left: 5px;
    padding: 0 15px;
    font-size: 0.8rem;
    letter-spacing: .07em;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #446252;
}

[data-delta="page_title"] .field-name-field-report-id {
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: .07em;
    text-transform: uppercase;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
    line-height: 2;
}

[data-delta="page_title"] .field-name-field-report-id .field-label {
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: .07em;
    text-transform: uppercase;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
    line-height: 2;
    font-style: italic;
}

[data-delta="page_title"] .field-name-field-start-date-time,
[data-delta="page_title"] .field-name-field-end-date-time,
[data-delta="page_title"] .field-name-field-location-name,
[data-delta="page_title"] .field-name-field-address,
[data-delta="page_title"] .field-name-field-address-line-2,
[data-delta="page_title"] .field-name-field-city,
[data-delta="page_title"] .field-name-field-state,
[data-delta="page_title"] .field-name-field-phone-number,
[data-delta="page_title"] .calendar-tile-content-actions-subscribe {
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: .07em;
    text-transform: uppercase;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
    line-height: 2;
    display: block;
    margin: 10px 0;
}

[data-delta="page_title"] .field-name-field-start-date-time,
[data-delta="page_title"] .field-name-field-end-date-time {
    float: left;
    margin-top: 0;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-style: italic;
}

[data-delta="page_title"] .field-name-field-start-date-time {
    clear: both;
    position: relative;
    margin-right: 2em;
}

[data-delta="page_title"] .field-name-field-start-date-time:after {
    content: '-';
    position: absolute;
    right: -1.2em;
    top: 0;
}

[data-delta="page_title"] .field-name-field-location-name {
    clear: both;
}

[data-delta="page_title"] .field-name-field-address {
    float: left;
    clear: both;
}

[data-delta="page_title"] .field-name-field-address,
[data-delta="page_title"] .field-name-field-address-line-2,
[data-delta="page_title"] .field-name-field-city {
    position: relative;
    float: left;
    margin-top: 0;
    margin-right: .8em;
}

[data-delta="page_title"] .field-name-field-address.field__needs-separator:after,
[data-delta="page_title"] .field-name-field-address-line-2.field__needs-separator:after,
[data-delta="page_title"] .field-name-field-city.field__needs-separator:after {
    content: ',';
    position: absolute;
    right: -0.2em;
    top: 0;
}

[data-delta="page_title"] .field-name-field-state {
    float: left;
    margin-top: 0;
}

[data-delta="page_title"] .field-name-field-phone-number {
    clear: both;
}

[data-delta="page_title"] .calendar-tile-content-actions-subscribe {
    float: left;
    clear: both;
    margin-top: 0;
}

[data-delta="page_title"] .calendar-tile-content-actions-subscribe .subscribe-trigger {
    color: #EE8353;
    text-decoration: none;
}

[data-delta="page_title"] .calendar-tile-content-actions-subscribe .subscribe-trigger:visited {
    color: #EE8353;
    text-decoration: none;
}

[data-delta="page_title"] .calendar-tile-content-actions-subscribe .subscribe-trigger:hover {
    color: #f99264;
}

[data-delta="page_title"] .calendar-tile-content-actions-subscribe .subscribe-overlay {
    left: 0;
    right: auto;
}

[data-delta="page_title"] .calendar-tile-content-actions-subscribe+* {
    clear: both;
}

[data-delta="page_title"] .page-title-banner__image-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

[data-delta="page_title"] .file-image {
    margin: 0;
}

[data-delta="page_title"] .file-image img {
    display: block;
}

[data-delta="page_title"]>*:last-child {
    margin-bottom: 0;
}

@media (min-width:768px) {
    [data-delta="page_title"] .page-title-banner__text-wrapper {
        padding-top: 1.75rem;
        padding-bottom: 20px;
    }

    [data-delta="page_title"] .page-subtitle {
        margin-bottom: 0;
    }

    [data-delta="page_title"] .field-name-field-subtitle {
        margin-bottom: 0;
        font-weight: normal;
    }

    [data-delta="page_title"] .page-title-banner__image-wrapper {
        margin-left: -60px;
        margin-right: -60px;
    }

    [data-delta="page_title"] .author-info__date,
    [data-delta="page_title"] .author-info__author {
        font-size: 16px;
    }
}

@media (min-width:992px) {
    [data-delta="page_title"] .page-title-banner__text-wrapper {
        padding-bottom: 1.5rem;
    }

    [data-delta="page_title"] .page-title-banner__image-wrapper {
        margin-left: -80px;
        margin-right: calc(-80px - 31%);
    }

    [data-delta="page_title"] .field-name-field-updated-date,
    [data-delta="page_title"] .field-name-field-published-date {
        float: left;
    }

    [data-delta="page_title"] .field-name-field-published-date {
        margin-right: 30px;
    }

    [data-delta="page_title"] .field-name-field-document-state {
        clear: both;
        margin-top: 0;
    }

    [data-delta="page_title"] .calendar-tile-content-actions-subscribe {
        clear: none;
        margin-left: 2em;
    }
}

@media (min-width:1240px) {
    [data-delta="page_title"] {
        width: 79%;
    }
}



.node-type-contact.page-node .node-contact {
    margin-bottom: 50px;
}

.node-type-contact.page-node .node-contact:before,
.node-type-contact.page-node .node-contact:after {
    content: " ";
    display: table;
}

.node-type-contact.page-node .node-contact:after {
    clear: both;
}

.node-type-contact.page-node .node-contact:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.node-type-contact.page-node [data-type="region"][data-name="content"] .node .field-name-body {
    margin-bottom: 50px;
}

.node-type-contact.page-node .field-name-field-email,
.node-type-contact.page-node .field-name-field-phone-numbers,
.node-type-contact.page-node .field-name-field-linkedin-url {
    margin: 10px 0;
    font-size: 0.9rem;
    font-weight: bold;
}

.node-type-contact.page-node .field-name-field-email {
    margin-top: 0;
}

.node-type-contact.page-node .field-name-field-email .field-label {
    display: none;
    font-weight: bold;
}

.node-type-contact.page-node .field-name-field-phone-numbers {
    margin: 0;
}

.node-type-contact.page-node .field-collection-item-field-phone-numbers {
    margin-bottom: 10px;
}

.node-type-contact.page-node .field-name-field-phone-label {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.node-type-contact.page-node .field-name-field-phone-label:after {
    content: ':';
    position: absolute;
    right: -0.3em;
    top: 0;
}

.node-type-contact.page-node .field-name-field-phone-number {
    display: inline-block;
}

.node-type-contact.page-node .field-name-field-linkedin-url {
    margin-top: 0;
}

.node-type-contact.page-node .field-name-field-linkedin-url a {
    padding-right: 35px;
    background-image: url(/sites/all/themes/nwc_theme/images/icons/linkedin--blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 0 center;
}

@media (min-width:768px) {
    .node-type-contact.page-node .contact__headshot {
        float: left;
        width: 33.33%;
        padding-right: 40px;
    }

    .node-type-contact.page-node .contact__headshot .file-image {
        margin-top: 0;
    }

    .node-type-contact.page-node .contact__headshot~.contact__body-content {
        float: right;
        width: 66.66%;
    }

    .node-type-contact.page-node .field-name-field-topics,
    .node-type-contact.page-node .field-name-field-tags {
        margin-top: 40px;
    }
}

@media (min-width:992px) {

    .node-type-contact.page-node .field-name-field-email,
    .node-type-contact.page-node .field-name-field-phone-numbers,
    .node-type-contact.page-node .field-name-field-linkedin-url {
        font-size: 1.05rem;
    }
}

.node-type-news.page-node .node-news {
    margin-bottom: 50px;
}

.node-type-news.page-node .node-news:before,
.node-type-news.page-node .node-news:after {
    content: " ";
    display: table;
}

.node-type-news.page-node .node-news:after {
    clear: both;
}

.node-type-news.page-node .node-news:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

@media (min-width:992px) {
    .node-type-news.page-node .node-news {
        margin-bottom: 60px;
    }
}

.node-type-meeting.page-node .field-name-field-media {
    margin: 60px 0;
}

.node-type-meeting.page-node .field-name-field-media .field-label {
    margin-bottom: 15px;
}

.node-report .field-name-body {
    margin-top: 40px;
}

.page-title-banner__report-info .clearfix {
    display: inline-block;
    margin-right: 20px;
    float: left;
    clear: none;
}

.field-name-field-report-id .field-label {
    font-weight: bold;
}

.node-contact.node-teaser {
    width: 100%;
}

.node-contact.node-teaser .node__inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.node-contact.node-teaser .node__secondary {
    padding: 15px 20px 70px 20px;
}

.node-contact.node-teaser .file-image {
    margin: 0;
}

.node-contact.node-teaser .author-info__date {
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
    color: orange;
    border-bottom: 3px solid orange;
}

.node-contact.node-teaser .node__title {
    color: #3D3E39;
    text-decoration: none;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    line-height: 1.1em;
}

.node-contact.node-teaser .node__title:visited {
    color: #3D3E39;
    text-decoration: none;
}

.node-contact.node-teaser .node__title:hover {
    color: #696b63;
}

.node-contact.node-teaser .field-name-body {
    color: #3D3E39;
}

.node-contact.node-teaser .field-name-body p {
    margin-bottom: 0;
}

.node-contact.node-teaser .read-more {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: bold;
}

@media (min-width:768px) {
    .node-contact.node-teaser .field-name-body p {
        font-size: 1rem;
    }
}

.node-meeting.node-teaser {
    width: 100%;
}

.node-meeting.node-teaser .node__inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.node-meeting.node-teaser .node__secondary {
    padding: 15px 20px 70px 20px;
}

.node-meeting.node-teaser .file-image {
    margin: 0;
}

.node-meeting.node-teaser .author-info__date {
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
    color: orange;
    border-bottom: 3px solid orange;
}

.node-meeting.node-teaser .node__title {
    color: #3D3E39;
    text-decoration: none;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    line-height: 1.1em;
}

.node-meeting.node-teaser .node__title:visited {
    color: #3D3E39;
    text-decoration: none;
}

.node-meeting.node-teaser .node__title:hover {
    color: #696b63;
}

.node-meeting.node-teaser .field-name-body {
    color: #3D3E39;
}

.node-meeting.node-teaser .field-name-body p {
    margin-bottom: 0;
}

.node-meeting.node-teaser .read-more {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: bold;
}

@media (min-width:768px) {
    .node-meeting.node-teaser .field-name-body p {
        font-size: 1rem;
    }
}

.node-news.node-teaser {
    width: 100%;
}

.node-news.node-teaser .node__inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.node-news.node-teaser .node__secondary {
    padding: 15px 20px 70px 20px;
}

.node-news.node-teaser .file-image {
    margin: 0;
}

.node-news.node-teaser .author-info__date {
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
    color: orange;
    border-bottom: 3px solid orange;
}

.node-news.node-teaser .node__title {
    color: #3D3E39;
    text-decoration: none;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    line-height: 1.1em;
}

.node-news.node-teaser .node__title:visited {
    color: #3D3E39;
    text-decoration: none;
}

.node-news.node-teaser .node__title:hover {
    color: #696b63;
}

.node-news.node-teaser .field-name-body {
    color: #3D3E39;
}

.node-news.node-teaser .field-name-body p {
    margin-bottom: 0;
}

.node-news.node-teaser .read-more {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: bold;
}

@media (min-width:768px) {
    .node-news.node-teaser .field-name-body p {
        font-size: 1rem;
    }
}

.node-page.node-teaser {
    width: 100%;
}

.node-page.node-teaser .node__inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.node-page.node-teaser .node__secondary {
    padding: 15px 20px 70px 20px;
}

.node-page.node-teaser .file-image {
    margin: 0;
}

.node-page.node-teaser .author-info__date {
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
    color: orange;
    border-bottom: 3px solid orange;
}

.node-page.node-teaser .node__title {
    color: #3D3E39;
    text-decoration: none;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    line-height: 1.1em;
}

.node-page.node-teaser .node__title:visited {
    color: #3D3E39;
    text-decoration: none;
}

.node-page.node-teaser .node__title:hover {
    color: #696b63;
}

.node-page.node-teaser .field-name-body {
    color: #3D3E39;
}

.node-page.node-teaser .field-name-body p {
    margin-bottom: 0;
}

.node-page.node-teaser .read-more {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: bold;
}

@media (min-width:768px) {
    .node-page.node-teaser .field-name-body p {
        font-size: 1rem;
    }
}

.node-report.node-teaser {
    width: 100%;
}

.node-report.node-teaser .node__inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.node-report.node-teaser .node__secondary {
    padding: 15px 20px 70px 20px;
}

.node-report.node-teaser .file-image {
    margin: 0;
}

.node-report.node-teaser .author-info__date {
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
    color: orange;
    border-bottom: 3px solid orange;
}

.node-report.node-teaser .node__title {
    color: #3D3E39;
    text-decoration: none;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    line-height: 1.1em;
}

.node-report.node-teaser .node__title:visited {
    color: #3D3E39;
    text-decoration: none;
}

.node-report.node-teaser .node__title:hover {
    color: #696b63;
}

.node-report.node-teaser .field-name-body {
    color: #3D3E39;
}

.node-report.node-teaser .field-name-body p {
    margin-bottom: 0;
}

.node-report.node-teaser .read-more {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: bold;
}

@media (min-width:768px) {
    .node-report.node-teaser .field-name-body p {
        font-size: 1rem;
    }
}

#block-search-api-page-search .block__title,
#block-search-api-page-search--2 .block__title,
#block-search-api-page-documents .block__title {
    display: none;
}

#block-search-api-page-search .block__content:before,
#block-search-api-page-search--2 .block__content:before,
#block-search-api-page-documents .block__content:before,
#block-search-api-page-search .block__content:after,
#block-search-api-page-search--2 .block__content:after,
#block-search-api-page-documents .block__content:after {
    content: " ";
    display: table;
}

#block-search-api-page-search .block__content:after,
#block-search-api-page-search--2 .block__content:after,
#block-search-api-page-documents .block__content:after {
    clear: both;
}

#block-search-api-page-search .block__content:after,
#block-search-api-page-search--2 .block__content:after,
#block-search-api-page-documents .block__content:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#block-search-api-page-search .form-type-textfield,
#block-search-api-page-search--2 .form-type-textfield,
#block-search-api-page-documents .form-type-textfield {
    float: left;
    width: 85%;
    width: calc(100% - 105px);
}

#block-search-api-page-search .sr-only,
#block-search-api-page-search--2 .sr-only,
#block-search-api-page-documents .sr-only {
    display: none;
}

#block-search-api-page-search input[type="text"],
#block-search-api-page-search--2 input[type="text"],
#block-search-api-page-documents input[type="text"] {
    width: 100%;
    border: none;
}

#block-search-api-page-search .form-submit,
#block-search-api-page-search--2 .form-submit,
#block-search-api-page-documents .form-submit {
    line-height: 45px;
    margin: 0;
    padding: 0 20px;
    float: left;
    width: 15%;
    width: 105px;
}

#block-search-api-page-search--2 input[type="text"],
#block-search-api-page-documents input[type="text"] {
    padding-right: 45px;
}

#block-search-api-page-search--2+a.clear-search,
#block-search-api-page-documents+a.clear-search {
    background-image: url(/sites/all/themes/nwc_theme/images/icons/close-gray.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center center;
    display: block;
    float: left;
    height: 45px;
    left: -120px;
    position: relative;
    top: 0;
    transform: translateX(-100%);
    width: 45px;
}

#block-search-api-page-search--2+a.clear-search span,
#block-search-api-page-documents+a.clear-search span {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

[data-name="content_top"][data-type="region"] #block-search-api-page-search,
[data-name="content_top"][data-type="region"] #block-search-api-page-search--2,
[data-name="content_top"][data-type="region"] #block-search-api-page-documents {
    margin-bottom: 40px;
}

#block-nwc-search-nwc-search-box-search-tabs .nav-tabs {
    display: flex;
    list-style: none;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow-x: auto;
    overflow-y: visible;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 2px;
    position: relative;
    width: auto;
}

#block-nwc-search-nwc-search-box-search-tabs .nav-tabs:after {
    background: #5A92AE;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
}

@media (min-width:768px) {
    #block-nwc-search-nwc-search-box-search-tabs .nav-tabs {
        margin-left: -60px;
        padding-left: 35px;
        padding-right: 35px;
    }

    #block-nwc-search-nwc-search-box-search-tabs .nav-tabs:after {
        background-image: linear-gradient(to right, #ffffff 0, #5A92AE 5%, #5A92AE 95%, #ffffff 100%);
    }
}

@media (min-width:992px) {
    #block-nwc-search-nwc-search-box-search-tabs .nav-tabs {
        padding-left: 34.9995px;
        padding-right: 34.9995px;
    }
}

@media (min-width:1240px) {
    #block-nwc-search-nwc-search-box-search-tabs .nav-tabs {
        margin-right: -60px;
    }
}

#block-nwc-search-nwc-search-box-search-tabs .nav-tabs li {
    flex: 0 1 auto;
    margin-bottom: -2px;
    margin-right: 10px;
    width: calc(50% - 5px);
}

#block-nwc-search-nwc-search-box-search-tabs .nav-tabs li:last-child {
    margin-right: 0;
}

#block-nwc-search-nwc-search-box-search-tabs .nav-tabs li a:hover,
#block-nwc-search-nwc-search-box-search-tabs .nav-tabs li a:focus,
#block-nwc-search-nwc-search-box-search-tabs .nav-tabs li a.active,
#block-nwc-search-nwc-search-box-search-tabs .nav-tabs li.active a {
    background-color: #ffffff;
    color: #3D3E39;
}

#block-nwc-search-nwc-search-box-search-tabs .nav-tabs li a.active,
#block-nwc-search-nwc-search-box-search-tabs .nav-tabs li.active a {
    border-bottom: none;
    padding-bottom: 14px;
}

@media (min-width:768px) {
    #block-nwc-search-nwc-search-box-search-tabs .nav-tabs li {
        margin-right: 10px;
        width: auto;
    }

    #block-nwc-search-nwc-search-box-search-tabs .nav-tabs li a.active,
    #block-nwc-search-nwc-search-box-search-tabs .nav-tabs li.active a {
        padding-bottom: 24px;
    }
}

#block-nwc-search-nwc-search-box-search-tabs .nav-tabs a {
    align-items: center;
    background-color: #E7EFF3;
    border: 2px solid #5A92AE;
    border-radius: 4px 4px 0 0;
    color: #3D3E39;
    display: flex;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-size: 0.8rem;
    font-weight: 900;
    height: 100%;
    line-height: calc(1.25em);
    padding: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}

@media (min-width:768px) {
    #block-nwc-search-nwc-search-box-search-tabs .nav-tabs a {
        font-size: 1rem;
        line-height: calc(1.07142857em);
        padding: 22px;
    }
}

[data-module="facetapi"],
#block-nwc-search-nwc-search-keyword-block {
    margin-bottom: 20px;
}

[data-module="facetapi"] .block__title,
#block-nwc-search-nwc-search-keyword-block .block__title {
    margin: 0;
    padding: 10px 15px;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #5A92AE;
    padding-right: 40px;
    position: relative;
    text-transform: uppercase;
}

[data-module="facetapi"] .block__title .clear-search,
#block-nwc-search-nwc-search-keyword-block .block__title .clear-search {
    background-image: url(/sites/all/themes/nwc_theme/images/icons/close-white.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center center;
    display: block;
    height: 36px;
    position: absolute;
    right: 5px;
    top: 0;
    text-indent: -9999px;
    width: 36px;
}

[data-module="facetapi"] .facetapi-facetapi-links,
#block-nwc-search-nwc-search-keyword-block .facetapi-facetapi-links,
[data-module="facetapi"] .facetapi-facetapi-nwc-link,
#block-nwc-search-nwc-search-keyword-block .facetapi-facetapi-nwc-link {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: inherit;
    font-family: inherit;
    margin: 15px 0;
}

[data-module="facetapi"] .facetapi-facetapi-links li,
#block-nwc-search-nwc-search-keyword-block .facetapi-facetapi-links li,
[data-module="facetapi"] .facetapi-facetapi-nwc-link li,
#block-nwc-search-nwc-search-keyword-block .facetapi-facetapi-nwc-link li {
    margin: 0;
    padding: 0;
}

[data-module="facetapi"] .facetapi-facetapi-links li:before,
#block-nwc-search-nwc-search-keyword-block .facetapi-facetapi-links li:before,
[data-module="facetapi"] .facetapi-facetapi-nwc-link li:before,
#block-nwc-search-nwc-search-keyword-block .facetapi-facetapi-nwc-link li:before {
    display: none;
}

[data-module="facetapi"] .facetapi-facetapi-links li,
#block-nwc-search-nwc-search-keyword-block .facetapi-facetapi-links li,
[data-module="facetapi"] .facetapi-facetapi-nwc-link li,
#block-nwc-search-nwc-search-keyword-block .facetapi-facetapi-nwc-link li {
    margin-bottom: 10px;
}

[data-module="facetapi"] .facetapi-facetapi-links li:last-child,
#block-nwc-search-nwc-search-keyword-block .facetapi-facetapi-links li:last-child,
[data-module="facetapi"] .facetapi-facetapi-nwc-link li:last-child,
#block-nwc-search-nwc-search-keyword-block .facetapi-facetapi-nwc-link li:last-child {
    margin-bottom: 0;
}

[data-module="facetapi"] .facetapi-facetapi-links a,
#block-nwc-search-nwc-search-keyword-block .facetapi-facetapi-links a,
[data-module="facetapi"] .facetapi-facetapi-nwc-link a,
#block-nwc-search-nwc-search-keyword-block .facetapi-facetapi-nwc-link a {
    font-size: 0.8rem;
    letter-spacing: .07em;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    color: #3D3E39;
}

[data-module="facetapi"] .facetapi-facetapi-links a:hover:after,
#block-nwc-search-nwc-search-keyword-block .facetapi-facetapi-links a:hover:after,
[data-module="facetapi"] .facetapi-facetapi-nwc-link a:hover:after,
#block-nwc-search-nwc-search-keyword-block .facetapi-facetapi-nwc-link a:hover:after,
[data-module="facetapi"] .facetapi-facetapi-links a.facetapi-active:after,
#block-nwc-search-nwc-search-keyword-block .facetapi-facetapi-links a.facetapi-active:after,
[data-module="facetapi"] .facetapi-facetapi-nwc-link a.facetapi-active:after,
#block-nwc-search-nwc-search-keyword-block .facetapi-facetapi-nwc-link a.facetapi-active:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 4px;
    width: 14px;
    height: 14px;
    background-color: #5A92AE;
}

[data-module="facetapi"] .facetapi-facetapi-links a.facetapi-active:hover:after,
#block-nwc-search-nwc-search-keyword-block .facetapi-facetapi-links a.facetapi-active:hover:after,
[data-module="facetapi"] .facetapi-facetapi-nwc-link a.facetapi-active:hover:after,
#block-nwc-search-nwc-search-keyword-block .facetapi-facetapi-nwc-link a.facetapi-active:hover:after,
[data-module="facetapi"] .facetapi-facetapi-links a.facetapi-active:focus:after,
#block-nwc-search-nwc-search-keyword-block .facetapi-facetapi-links a.facetapi-active:focus:after,
[data-module="facetapi"] .facetapi-facetapi-nwc-link a.facetapi-active:focus:after,
#block-nwc-search-nwc-search-keyword-block .facetapi-facetapi-nwc-link a.facetapi-active:focus:after {
    background-image: url(/sites/all/themes/nwc_theme/images/icons/close.png);
    background-size: contain;
    background-color: transparent;
    opacity: .5;
}

[data-module="facetapi"] .facetapi-facetapi-links li.hidden,
#block-nwc-search-nwc-search-keyword-block .facetapi-facetapi-links li.hidden,
[data-module="facetapi"] .facetapi-facetapi-nwc-link li.hidden,
#block-nwc-search-nwc-search-keyword-block .facetapi-facetapi-nwc-link li.hidden {
    display: none;
}

[data-module="facetapi"] .show-more.more .show-more__more,
#block-nwc-search-nwc-search-keyword-block .show-more.more .show-more__more {
    display: inline;
}

[data-module="facetapi"] .show-more.more .show-more__less,
#block-nwc-search-nwc-search-keyword-block .show-more.more .show-more__less {
    display: none;
}

[data-module="facetapi"] .show-more.less .show-more__more,
#block-nwc-search-nwc-search-keyword-block .show-more.less .show-more__more {
    display: none;
}

[data-module="facetapi"] .show-more.less .show-more__less,
#block-nwc-search-nwc-search-keyword-block .show-more.less .show-more__less {
    display: inline;
}

.rss-link {
    padding-left: 30px;
    font-weight: bold;
    background-image: url(/sites/all/themes/nwc_theme/images/icons/rss.png);
    background-repeat: no-repeat;
    background-size: contain;
}

[data-type="region"][data-name="sidebar_second"] [data-delta="footer-social"] {
    width: 100% !important;
}

[data-type="region"][data-name="sidebar_second"] [data-delta="footer-social"] .block__title {
    margin: 0 0 20px 0;
    line-height: 1.2;
    font-size: 1.2rem;
    font-weight: 100;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-style: normal;
    color: #5A92AE;
}

[data-type="region"][data-name="sidebar_second"] .field-type-sociallinks .sociallink.sociallink-facebook {
    background-image: url(/sites/all/themes/nwc_theme/images/icons/facebook--blue.png);
}

[data-type="region"][data-name="sidebar_second"] .field-type-sociallinks .sociallink.sociallink-twitter {
    background-image: url(/sites/all/themes/nwc_theme/images/icons/twitter--blue.png);
}

[data-type="region"][data-name="sidebar_second"] .field-type-sociallinks .sociallink.sociallink-instagram {
    background-image: url(/sites/all/themes/nwc_theme/images/icons/instagram--blue.png);
}

[data-type="region"][data-name="sidebar_second"] .field-type-sociallinks .sociallink.sociallink-linkedin {
    background-image: url(/sites/all/themes/nwc_theme/images/icons/linkedin--blue.png);
}

[data-type="region"][data-name="sidebar_second"] .field-type-sociallinks .sociallink.sociallink-vimeo {
    background-image: url(/sites/all/themes/nwc_theme/images/icons/vimeo--blue.png);
}

[data-type="region"][data-name="sidebar_second"] .field-type-sociallinks .sociallink.sociallink-flickr {
    background-image: url(/sites/all/themes/nwc_theme/images/icons/flickr--blue.png);
}

#block-nwc-search-nwc-search-limit-quantity-select {
    display: none;
}

@media (min-width:1240px) {
    .paging-wrapper {
        position: relative;
        display: table;
        left: 50%;
        transform: translateX(-50%);
        margin: 50px 0;
    }

    .paging-wrapper .per-page-select {
        display: table-cell;
        vertical-align: middle;
        padding-right: 15px;
        width: auto !important;
    }

    .paging-wrapper .per-page-select h6,
    .paging-wrapper .per-page-select .form-group {
        display: table-cell;
        margin: 0;
        vertical-align: middle;
        padding: 0 10px 0 0;
    }

    .paging-wrapper .pager {
        display: table-cell;
        margin: 0;
    }
}

.paging-wrapper {
    text-align: center;
    margin: 40px 0;
}

.paging-wrapper .per-page-select {
    width: 10em;
    display: inline-block;
    text-align: left;
}

.paging-wrapper .pager {
    margin: 15px 0 !important;
}

.search-api-page-results .search-results {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: inherit;
    font-family: inherit;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
}

.search-api-page-results .search-results li {
    margin: 0;
    padding: 0;
}

.search-api-page-results .search-results li:before {
    display: none;
}

.search-api-page-results .search-results .search-result {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
}

.search-api-page-results .search-results .search-result a {
    color: #3D3E39;
    text-decoration: none;
}

.search-api-page-results .search-results .search-result a:visited {
    color: #3D3E39;
    text-decoration: none;
}

.search-api-page-results .search-results .search-result a:hover {
    color: #696b63;
}

.search-api-page-results .title a {
    color: #3D3E39;
    text-decoration: none;
}

.search-api-page-results .title a:visited {
    color: #3D3E39;
    text-decoration: none;
}

.search-api-page-results .title a:hover {
    color: #696b63;
}

.search-api-page-results .search-result__meta {
    font-size: 0.8rem;
    letter-spacing: .07em;
    margin-bottom: 10px;
    font-weight: bold;
    color: #EE8353;
}

.search-api-page-results .search-result__meta:last-child {
    margin-bottom: 0;
}

.search-api-page-results .search-result__meta__author {
    position: relative;
    margin-left: 5px;
    padding-left: 8px;
    font-weight: bold;
    color: #EE8353;
}

.search-api-page-results .search-result__meta__author:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #EE8353;
}

.search-api-page-results .search-result__summary p {
    font-size: 1rem;
}

.search-api-page-results .search-result__summary p:last-child {
    margin-bottom: 0;
}

.search-api-page-results .pager {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: inherit;
    font-family: inherit;
    margin: 40px 0;
    text-align: center;
}

.search-api-page-results .pager li {
    margin: 0;
    padding: 0;
}

.search-api-page-results .pager li:before {
    display: none;
}

.search-api-page-results .pager li {
    display: inline-block;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-size: 0.9rem;
    font-weight: normal;
    color: #EE8353;
}

.search-api-page-results .pager li.pager-current {
    padding: 15px 20px;
    background-color: #F9D9CB;
}

.search-api-page-results .pager a {
    display: block;
    padding: 15px 20px;
    color: #EE8353;
    text-decoration: none;
    text-transform: capitalize;
}

.search-api-page-results .pager a:visited {
    color: #EE8353;
    text-decoration: none;
}

.search-api-page-results .pager a:hover {
    color: #f99264;
}

@media (min-width:768px) {

    .search-api-page-results .search-results .search-result:before,
    .search-api-page-results .search-results .search-result:after {
        content: " ";
        display: table;
    }

    .search-api-page-results .search-results .search-result:after {
        clear: both;
    }

    .search-api-page-results .search-results .search-result:after {
        content: " ";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }

    .search-api-page-results .title {
        margin-top: 0;
    }

    .search-api-page-results .pager {
        margin: 50px 0;
    }

    .search-api-page-results .pager li {
        font-size: 1.05rem;
    }
}

.page-news .search-api-page-results .search-results .search-result {
    border-bottom: none;
}

.page-news .search-api-page-results .search-results .search-result .search-result__meta__date {
    margin-right: 0;
    text-transform: uppercase;
    font-weight: normal;
    color: #3D3E39;
}

.page-news .search-api-page-results .search-results .search-result .field-name-field-tags {
    margin: 7px 0 0 0;
}

.page-news .search-api-page-results .search-results .search-result .field-name-field-tags .field-label {
    display: none;
}

.page-news .search-api-page-results .search-results .search-result .field-name-field-tags a {
    color: #EE8353;
    text-decoration: none;
    display: inline;
    text-transform: capitalize;
}

.page-news .search-api-page-results .search-results .search-result .field-name-field-tags a:visited {
    color: #EE8353;
    text-decoration: none;
}

.page-news .search-api-page-results .search-results .search-result .field-name-field-tags a:hover {
    color: #f99264;
}

.page-news .search-api-page-results .search-results .search-result a {
    color: #3D3E39;
}

@media (min-width:768px) {

    .page-news .search-api-page-results .search-results .search-result:before,
    .page-news .search-api-page-results .search-results .search-result:after {
        content: " ";
        display: table;
    }

    .page-news .search-api-page-results .search-results .search-result:after {
        clear: both;
    }

    .page-news .search-api-page-results .search-results .search-result:after {
        content: " ";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }

    .page-news .search-api-page-results .search-result__image {
        display: block;
        float: left;
        width: 33.33%;
        padding-right: 20px;
    }

    .page-news .search-api-page-results .search-result__image img {
        display: block;
    }

    .page-news .search-api-page-results .search-result__image~.search-result__info {
        float: right;
        width: 66.66%;
    }
}

.page-calendar .date-filters {
    margin-bottom: 35px;
}

.page-calendar .date-filters ul {
    display: flex;
    list-style: none;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow-x: auto;
    overflow-y: visible;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 2px;
    position: relative;
    width: auto;
}

.page-calendar .date-filters ul:after {
    background: #5A92AE;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
}

@media (min-width:768px) {
    .page-calendar .date-filters ul {
        margin-left: -60px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .page-calendar .date-filters ul:after {
        background-image: linear-gradient(to right, #ffffff 0, #5A92AE 5%, #5A92AE 95%, #ffffff 100%);
    }
}

@media (min-width:992px) {
    .page-calendar .date-filters ul {
        padding-left: 34.9995px;
        padding-right: 34.9995px;
    }
}

@media (min-width:1240px) {
    .page-calendar .date-filters ul {
        margin-right: -60px;
    }
}

.page-calendar .date-filters ul li {
    flex: 0 1 auto;
    margin-bottom: -2px;
    margin-right: 10px;
    width: calc(50% - 5px);
}

.page-calendar .date-filters ul li:last-child {
    margin-right: 0;
}

.page-calendar .date-filters ul li a:hover,
.page-calendar .date-filters ul li a:focus,
.page-calendar .date-filters ul li a.active,
.page-calendar .date-filters ul li.active a {
    background-color: #ffffff;
    color: #3D3E39;
}

.page-calendar .date-filters ul li a.active,
.page-calendar .date-filters ul li.active a {
    border-bottom: none;
    padding-bottom: 14px;
}

@media (min-width:768px) {
    .page-calendar .date-filters ul li {
        margin-right: 10px;
        width: auto;
    }

    .page-calendar .date-filters ul li a.active,
    .page-calendar .date-filters ul li.active a {
        padding-bottom: 24px;
    }
}

.page-calendar .date-filters a {
    align-items: center;
    background-color: #E7EFF3;
    border: 2px solid #5A92AE;
    border-radius: 4px 4px 0 0;
    color: #3D3E39;
    display: flex;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-size: 0.8rem;
    font-weight: 900;
    height: 100%;
    line-height: calc(1.25em);
    padding: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}

@media (min-width:768px) {
    .page-calendar .date-filters a {
        font-size: 1rem;
        line-height: calc(1.07142857em);
        padding: 22px;
    }
}

.meeting-days-wrapper {
    margin-bottom: 40px;
}

.meeting-days-wrapper .meetings-days-wrapper__month {
    margin-bottom: 40px;
    color: #006699;
}

.meeting-days-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: inherit;
    font-family: inherit;
}

.meeting-days-wrapper ul li {
    margin: 0;
    padding: 0;
}

.meeting-days-wrapper ul li:before {
    display: none;
}

.meeting-days-wrapper>ul>li:first-child>.calendar-day>.calendar-day__date:before {
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    left: -40px;
    right: 0;
    height: 2px;
    background-color: #006699;
}

.meeting-days-wrapper .calendar-day {
    padding: 10px;
}

.meeting-days-wrapper .calendar-day:before,
.meeting-days-wrapper .calendar-day:after {
    content: " ";
    display: table;
}

.meeting-days-wrapper .calendar-day:after {
    clear: both;
}

.meeting-days-wrapper .calendar-day:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.meeting-days-wrapper .calendar-day__date {
    position: relative;
    float: left;
    width: 95px;
    padding-right: 15px;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
    text-align: right;
    color: #006699;
    border-right: 2px solid #006699;
}

.meeting-days-wrapper .date__first {
    display: block;
}

.meeting-days-wrapper .date__second {
    display: block;
}

.meeting-days-wrapper .date__date {
    display: block;
    line-height: 1;
}

.meeting-days-wrapper .date__day {
    display: block;
    padding-top: 8px;
    line-height: 1;
    text-transform: uppercase;
}

.meeting-days-wrapper .calendar-day__date.multi-day {
    position: relative;
}

.meeting-days-wrapper .calendar-day__date.multi-day:before,
.meeting-days-wrapper .calendar-day__date.multi-day:after {
    content: " ";
    display: table;
}

.meeting-days-wrapper .calendar-day__date.multi-day:after {
    clear: both;
}

.meeting-days-wrapper .calendar-day__date.multi-day:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.meeting-days-wrapper .calendar-day__date.multi-day .date__first {
    float: left;
    width: 50%;
    padding-right: 5px;
}

.meeting-days-wrapper .calendar-day__date.multi-day .date__second {
    float: left;
    width: 50%;
    padding-left: 5px;
}

.meeting-days-wrapper .calendar-day__date.multi-day .dash-divider {
    position: absolute;
    top: -0.4em;
    left: calc(50% - .5em);
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
}

.meeting-days-wrapper .calendar-day__meeting {
    float: left;
    width: calc(100% - 95px);
    padding-left: 15px;
}

.meeting-days-wrapper .calendar-day__meeting a {
    color: #3D3E39;
    text-decoration: none;
}

.meeting-days-wrapper .calendar-day__meeting a:visited {
    color: #3D3E39;
    text-decoration: none;
}

.meeting-days-wrapper .calendar-day__meeting a:hover {
    color: #696b63;
}

.meeting-days-wrapper .calendar-day__meeting .meeting__title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    line-height: 1.2;
}

.meeting-days-wrapper .calendar-day__meeting .meeting__title .not-council {
    font-weight: 400;
}

.meeting-days-wrapper .calendar-day__meeting ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: inherit;
    font-family: inherit;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
}

.meeting-days-wrapper .calendar-day__meeting ul li {
    margin: 0;
    padding: 0;
}

.meeting-days-wrapper .calendar-day__meeting ul li:before {
    display: none;
}

.meeting-days-wrapper .calendar-day__meeting ul li {
    margin-bottom: 20px;
}

.meeting-days-wrapper .calendar-day__meeting ul li a {
    display: block;
}

.meeting-days-wrapper .calendar-day__meeting ul li.last {
    margin-bottom: 0;
}

.meeting-days-wrapper .meeting__time {
    display: none;
}

@media (min-width:768px) {
    .meeting-days-wrapper>ul>li:first-child>.calendar-day>.calendar-day__date:before {
        left: -20px;
    }

    .meeting-days-wrapper .calendar-day {
        padding: 20px;
    }

    .meeting-days-wrapper .calendar-day__date {
        width: 160px;
        padding-right: 20px;
    }

    .meeting-days-wrapper .calendar-day__date.multi-day .date__first {
        padding-right: 15px;
    }

    .meeting-days-wrapper .calendar-day__date.multi-day .date__second {
        padding-left: 15px;
    }

    .meeting-days-wrapper .calendar-day__date.multi-day .dash-divider {
        top: -0.3em;
        left: calc(50% - .6em);
        font-size: 2;
    }

    .meeting-days-wrapper .date__date {
        font-size: 2rem;
    }

    .meeting-days-wrapper .date__day {
        font-size: 1rem;
    }

    .meeting-days-wrapper .calendar-day__meeting {
        width: calc(100% - 160px);
        padding-left: 20px;
    }

    .meeting-days-wrapper .calendar-day__meeting ul li {
        margin-bottom: 40px;
    }
}

@media (min-width:1240px) {
    .meeting-days-wrapper .calendar-day {
        padding: 10px;
    }

    .meeting-days-wrapper .calendar-day__date {
        width: 160px;
    }

    .meeting-days-wrapper .calendar-day__date.multi-day .dash-divider {
        top: -0.3em;
        left: calc(50% - .37em);
        font-size: 2rem;
    }

    .meeting-days-wrapper .date__date {
        display: block;
        font-size: 2rem;
    }

    .meeting-days-wrapper .date__day {
        font-size: 1rem;
    }

    .meeting-days-wrapper .calendar-day__meeting {
        width: calc(100% - 210px);
        padding-left: 50px;
    }
}

.page-calendar .search-api-page-results .pager a {
    color: #5A92AE;
    text-decoration: none;
    font-weight: bold;
}

.page-calendar .search-api-page-results .pager a:visited {
    color: #5A92AE;
    text-decoration: none;
}

.page-calendar .search-api-page-results .pager a:hover {
    color: #71afce;
}

@media (min-width:992px) {
    .page-calendar .search-api-page-results .pager {
        text-align: left;
        padding-left: 200px;
    }
}

.calendar-tile-content-actions-subscribe {
    position: relative;
}

.calendar-tile-content-actions-subscribe .subscribe-overlay {
    position: relative;
    display: none;
    padding: 15px;
    text-align: center;
    color: #3D3E39;
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
}

.calendar-tile-content-actions-subscribe .subscribe-overlay .close-overlay {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 30px;
    height: 30px;
    opacity: 0.5;
}

.calendar-tile-content-actions-subscribe .subscribe-overlay .close-overlay:hover {
    opacity: 1;
    cursor: pointer;
}

.calendar-tile-content-actions-subscribe .subscribe-overlay .close-overlay:before,
.calendar-tile-content-actions-subscribe .subscribe-overlay .close-overlay:after {
    position: absolute;
    left: 13px;
    top: 8px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #333;
}

.calendar-tile-content-actions-subscribe .subscribe-overlay .close-overlay:before {
    transform: rotate(45deg);
}

.calendar-tile-content-actions-subscribe .subscribe-overlay .close-overlay:after {
    transform: rotate(-45deg);
}

.calendar-tile-content-actions-subscribe .subscribe-overlay ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: inherit;
    font-family: inherit;
}

.calendar-tile-content-actions-subscribe .subscribe-overlay ul li {
    margin: 0;
    padding: 0;
}

.calendar-tile-content-actions-subscribe .subscribe-overlay ul li:before {
    display: none;
}

.calendar-tile-content-actions-subscribe .subscribe-overlay p {
    font-size: 0.8rem;
    letter-spacing: .07em;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
}

.calendar-tile-content-actions-subscribe .subscribe-overlay>*:first-child {
    margin-top: 0;
}

.calendar-tile-content-actions-subscribe .subscribe-overlay>*:last-child {
    margin-bottom: 0;
}

.calendar-tile-content-actions-subscribe .subscribe-overlay pre {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .85rem;
    text-transform: lowercase;
}

.calendar-tile-content-actions-subscribe.open .subscribe-overlay {
    display: block;
    margin-top: 15px;
}

@media (min-width:768px) {
    .calendar-tile-content-actions-subscribe .subscribe-overlay .btn {
        width: 270px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media (min-width:992px) {
    .calendar-tile-content-actions-subscribe.open .subscribe-overlay {
        z-index: 500;
        display: block;
        position: absolute;
        bottom: 100%;
        right: 0;
        width: 600px;
        margin: 0 0 10px;
    }
}

.content-main .bean-menu-block .block__title a,
[data-type="region"][data-name="section"] .bean-menu-block .block__title a,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block .block__title a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block .block__title a,
.content-main .bean-bean-menu-block .block__title a,
[data-type="region"][data-name="section"] .bean-bean-menu-block .block__title a,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block .block__title a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block .block__title a,
.content-main .bean-link .block__title a,
[data-type="region"][data-name="section"] .bean-link .block__title a,
[data-type="region"][data-name="sidebar_second"] .bean-link .block__title a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link .block__title a,
.content-main .bean-link-tile .block__title a,
[data-type="region"][data-name="section"] .bean-link-tile .block__title a,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile .block__title a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile .block__title a {
    color: #3D3E39;
}

.content-main .bean-menu-block .block__title a:hover,
[data-type="region"][data-name="section"] .bean-menu-block .block__title a:hover,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block .block__title a:hover,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block .block__title a:hover,
.content-main .bean-bean-menu-block .block__title a:hover,
[data-type="region"][data-name="section"] .bean-bean-menu-block .block__title a:hover,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block .block__title a:hover,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block .block__title a:hover,
.content-main .bean-link .block__title a:hover,
[data-type="region"][data-name="section"] .bean-link .block__title a:hover,
[data-type="region"][data-name="sidebar_second"] .bean-link .block__title a:hover,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link .block__title a:hover,
.content-main .bean-link-tile .block__title a:hover,
[data-type="region"][data-name="section"] .bean-link-tile .block__title a:hover,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile .block__title a:hover,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile .block__title a:hover,
.content-main .bean-menu-block .block__title a:focus,
[data-type="region"][data-name="section"] .bean-menu-block .block__title a:focus,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block .block__title a:focus,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block .block__title a:focus,
.content-main .bean-bean-menu-block .block__title a:focus,
[data-type="region"][data-name="section"] .bean-bean-menu-block .block__title a:focus,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block .block__title a:focus,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block .block__title a:focus,
.content-main .bean-link .block__title a:focus,
[data-type="region"][data-name="section"] .bean-link .block__title a:focus,
[data-type="region"][data-name="sidebar_second"] .bean-link .block__title a:focus,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link .block__title a:focus,
.content-main .bean-link-tile .block__title a:focus,
[data-type="region"][data-name="section"] .bean-link-tile .block__title a:focus,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile .block__title a:focus,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile .block__title a:focus {
    color: #7C7D73;
}

.content-main .bean-menu-block ul,
[data-type="region"][data-name="section"] .bean-menu-block ul,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block ul,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block ul,
.content-main .bean-bean-menu-block ul,
[data-type="region"][data-name="section"] .bean-bean-menu-block ul,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block ul,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block ul,
.content-main .bean-link ul,
[data-type="region"][data-name="section"] .bean-link ul,
[data-type="region"][data-name="sidebar_second"] .bean-link ul,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link ul,
.content-main .bean-link-tile ul,
[data-type="region"][data-name="section"] .bean-link-tile ul,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile ul,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: inherit;
    font-family: inherit;
}

.content-main .bean-menu-block ul li,
[data-type="region"][data-name="section"] .bean-menu-block ul li,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block ul li,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block ul li,
.content-main .bean-bean-menu-block ul li,
[data-type="region"][data-name="section"] .bean-bean-menu-block ul li,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block ul li,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block ul li,
.content-main .bean-link ul li,
[data-type="region"][data-name="section"] .bean-link ul li,
[data-type="region"][data-name="sidebar_second"] .bean-link ul li,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link ul li,
.content-main .bean-link-tile ul li,
[data-type="region"][data-name="section"] .bean-link-tile ul li,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile ul li,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile ul li {
    margin: 0;
    padding: 0;
}

.content-main .bean-menu-block ul li:before,
[data-type="region"][data-name="section"] .bean-menu-block ul li:before,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block ul li:before,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block ul li:before,
.content-main .bean-bean-menu-block ul li:before,
[data-type="region"][data-name="section"] .bean-bean-menu-block ul li:before,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block ul li:before,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block ul li:before,
.content-main .bean-link ul li:before,
[data-type="region"][data-name="section"] .bean-link ul li:before,
[data-type="region"][data-name="sidebar_second"] .bean-link ul li:before,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link ul li:before,
.content-main .bean-link-tile ul li:before,
[data-type="region"][data-name="section"] .bean-link-tile ul li:before,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile ul li:before,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile ul li:before {
    display: none;
}

.content-main .bean-menu-block ul>li,
[data-type="region"][data-name="section"] .bean-menu-block ul>li,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block ul>li,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block ul>li,
.content-main .bean-bean-menu-block ul>li,
[data-type="region"][data-name="section"] .bean-bean-menu-block ul>li,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block ul>li,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block ul>li,
.content-main .bean-link ul>li,
[data-type="region"][data-name="section"] .bean-link ul>li,
[data-type="region"][data-name="sidebar_second"] .bean-link ul>li,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link ul>li,
.content-main .bean-link-tile ul>li,
[data-type="region"][data-name="section"] .bean-link-tile ul>li,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile ul>li,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile ul>li {
    margin: 15px 0;
}

.content-main .bean-menu-block ul>li:first-child,
[data-type="region"][data-name="section"] .bean-menu-block ul>li:first-child,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block ul>li:first-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block ul>li:first-child,
.content-main .bean-bean-menu-block ul>li:first-child,
[data-type="region"][data-name="section"] .bean-bean-menu-block ul>li:first-child,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block ul>li:first-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block ul>li:first-child,
.content-main .bean-link ul>li:first-child,
[data-type="region"][data-name="section"] .bean-link ul>li:first-child,
[data-type="region"][data-name="sidebar_second"] .bean-link ul>li:first-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link ul>li:first-child,
.content-main .bean-link-tile ul>li:first-child,
[data-type="region"][data-name="section"] .bean-link-tile ul>li:first-child,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile ul>li:first-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile ul>li:first-child {
    margin-top: 0;
}

.content-main .bean-menu-block ul>li:last-child,
[data-type="region"][data-name="section"] .bean-menu-block ul>li:last-child,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block ul>li:last-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block ul>li:last-child,
.content-main .bean-bean-menu-block ul>li:last-child,
[data-type="region"][data-name="section"] .bean-bean-menu-block ul>li:last-child,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block ul>li:last-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block ul>li:last-child,
.content-main .bean-link ul>li:last-child,
[data-type="region"][data-name="section"] .bean-link ul>li:last-child,
[data-type="region"][data-name="sidebar_second"] .bean-link ul>li:last-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link ul>li:last-child,
.content-main .bean-link-tile ul>li:last-child,
[data-type="region"][data-name="section"] .bean-link-tile ul>li:last-child,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile ul>li:last-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile ul>li:last-child {
    margin-bottom: 0;
}

.content-main .bean-menu-block ul>li,
[data-type="region"][data-name="section"] .bean-menu-block ul>li,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block ul>li,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block ul>li,
.content-main .bean-bean-menu-block ul>li,
[data-type="region"][data-name="section"] .bean-bean-menu-block ul>li,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block ul>li,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block ul>li,
.content-main .bean-link ul>li,
[data-type="region"][data-name="section"] .bean-link ul>li,
[data-type="region"][data-name="sidebar_second"] .bean-link ul>li,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link ul>li,
.content-main .bean-link-tile ul>li,
[data-type="region"][data-name="section"] .bean-link-tile ul>li,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile ul>li,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile ul>li,
.content-main .bean-menu-block .field-name-field-bean-link-links a,
[data-type="region"][data-name="section"] .bean-menu-block .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block .field-name-field-bean-link-links a,
.content-main .bean-bean-menu-block .field-name-field-bean-link-links a,
[data-type="region"][data-name="section"] .bean-bean-menu-block .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block .field-name-field-bean-link-links a,
.content-main .bean-link .field-name-field-bean-link-links a,
[data-type="region"][data-name="section"] .bean-link .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second"] .bean-link .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link .field-name-field-bean-link-links a,
.content-main .bean-link-tile .field-name-field-bean-link-links a,
[data-type="region"][data-name="section"] .bean-link-tile .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile .field-name-field-bean-link-links a {
    display: block;
    margin: 15px 0;
}

.content-main .bean-menu-block ul a,
[data-type="region"][data-name="section"] .bean-menu-block ul a,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block ul a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block ul a,
.content-main .bean-bean-menu-block ul a,
[data-type="region"][data-name="section"] .bean-bean-menu-block ul a,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block ul a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block ul a,
.content-main .bean-link ul a,
[data-type="region"][data-name="section"] .bean-link ul a,
[data-type="region"][data-name="sidebar_second"] .bean-link ul a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link ul a,
.content-main .bean-link-tile ul a,
[data-type="region"][data-name="section"] .bean-link-tile ul a,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile ul a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile ul a,
.content-main .bean-menu-block .field-name-field-bean-link-links a,
[data-type="region"][data-name="section"] .bean-menu-block .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block .field-name-field-bean-link-links a,
.content-main .bean-bean-menu-block .field-name-field-bean-link-links a,
[data-type="region"][data-name="section"] .bean-bean-menu-block .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block .field-name-field-bean-link-links a,
.content-main .bean-link .field-name-field-bean-link-links a,
[data-type="region"][data-name="section"] .bean-link .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second"] .bean-link .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link .field-name-field-bean-link-links a,
.content-main .bean-link-tile .field-name-field-bean-link-links a,
[data-type="region"][data-name="section"] .bean-link-tile .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile .field-name-field-bean-link-links a {
    line-height: 1.1;
    font-size: 1rem;
    font-weight: 100;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
}

.content-main .bean-menu-block ul>li:first-child a,
[data-type="region"][data-name="section"] .bean-menu-block ul>li:first-child a,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block ul>li:first-child a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block ul>li:first-child a,
.content-main .bean-bean-menu-block ul>li:first-child a,
[data-type="region"][data-name="section"] .bean-bean-menu-block ul>li:first-child a,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block ul>li:first-child a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block ul>li:first-child a,
.content-main .bean-link ul>li:first-child a,
[data-type="region"][data-name="section"] .bean-link ul>li:first-child a,
[data-type="region"][data-name="sidebar_second"] .bean-link ul>li:first-child a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link ul>li:first-child a,
.content-main .bean-link-tile ul>li:first-child a,
[data-type="region"][data-name="section"] .bean-link-tile ul>li:first-child a,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile ul>li:first-child a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile ul>li:first-child a,
.content-main .bean-menu-block .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="section"] .bean-menu-block .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block .field-name-field-bean-link-links a:first-child,
.content-main .bean-bean-menu-block .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="section"] .bean-bean-menu-block .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block .field-name-field-bean-link-links a:first-child,
.content-main .bean-link .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="section"] .bean-link .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="sidebar_second"] .bean-link .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link .field-name-field-bean-link-links a:first-child,
.content-main .bean-link-tile .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="section"] .bean-link-tile .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile .field-name-field-bean-link-links a:first-child {
    margin-top: 0;
}

.content-main .bean-menu-block ul>li:last-child a,
[data-type="region"][data-name="section"] .bean-menu-block ul>li:last-child a,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block ul>li:last-child a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block ul>li:last-child a,
.content-main .bean-bean-menu-block ul>li:last-child a,
[data-type="region"][data-name="section"] .bean-bean-menu-block ul>li:last-child a,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block ul>li:last-child a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block ul>li:last-child a,
.content-main .bean-link ul>li:last-child a,
[data-type="region"][data-name="section"] .bean-link ul>li:last-child a,
[data-type="region"][data-name="sidebar_second"] .bean-link ul>li:last-child a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link ul>li:last-child a,
.content-main .bean-link-tile ul>li:last-child a,
[data-type="region"][data-name="section"] .bean-link-tile ul>li:last-child a,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile ul>li:last-child a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile ul>li:last-child a,
.content-main .bean-menu-block .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="section"] .bean-menu-block .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block .field-name-field-bean-link-links a:last-child,
.content-main .bean-bean-menu-block .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="section"] .bean-bean-menu-block .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block .field-name-field-bean-link-links a:last-child,
.content-main .bean-link .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="section"] .bean-link .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="sidebar_second"] .bean-link .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link .field-name-field-bean-link-links a:last-child,
.content-main .bean-link-tile .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="section"] .bean-link-tile .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile .field-name-field-bean-link-links a:last-child {
    margin-bottom: 0;
}

.content-main .bean-menu-block.orange-style ul>li,
[data-type="region"][data-name="section"] .bean-menu-block.orange-style ul>li,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block.orange-style ul>li,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block.orange-style ul>li,
.content-main .bean-bean-menu-block.orange-style ul>li,
[data-type="region"][data-name="section"] .bean-bean-menu-block.orange-style ul>li,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block.orange-style ul>li,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block.orange-style ul>li,
.content-main .bean-link.orange-style ul>li,
[data-type="region"][data-name="section"] .bean-link.orange-style ul>li,
[data-type="region"][data-name="sidebar_second"] .bean-link.orange-style ul>li,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link.orange-style ul>li,
.content-main .bean-link-tile.orange-style ul>li,
[data-type="region"][data-name="section"] .bean-link-tile.orange-style ul>li,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile.orange-style ul>li,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile.orange-style ul>li {
    margin: 15px 0;
}

.content-main .bean-menu-block.orange-style ul>li:first-child,
[data-type="region"][data-name="section"] .bean-menu-block.orange-style ul>li:first-child,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block.orange-style ul>li:first-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block.orange-style ul>li:first-child,
.content-main .bean-bean-menu-block.orange-style ul>li:first-child,
[data-type="region"][data-name="section"] .bean-bean-menu-block.orange-style ul>li:first-child,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block.orange-style ul>li:first-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block.orange-style ul>li:first-child,
.content-main .bean-link.orange-style ul>li:first-child,
[data-type="region"][data-name="section"] .bean-link.orange-style ul>li:first-child,
[data-type="region"][data-name="sidebar_second"] .bean-link.orange-style ul>li:first-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link.orange-style ul>li:first-child,
.content-main .bean-link-tile.orange-style ul>li:first-child,
[data-type="region"][data-name="section"] .bean-link-tile.orange-style ul>li:first-child,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile.orange-style ul>li:first-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile.orange-style ul>li:first-child {
    margin-top: 0;
}

.content-main .bean-menu-block.orange-style ul>li:last-child,
[data-type="region"][data-name="section"] .bean-menu-block.orange-style ul>li:last-child,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block.orange-style ul>li:last-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block.orange-style ul>li:last-child,
.content-main .bean-bean-menu-block.orange-style ul>li:last-child,
[data-type="region"][data-name="section"] .bean-bean-menu-block.orange-style ul>li:last-child,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block.orange-style ul>li:last-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block.orange-style ul>li:last-child,
.content-main .bean-link.orange-style ul>li:last-child,
[data-type="region"][data-name="section"] .bean-link.orange-style ul>li:last-child,
[data-type="region"][data-name="sidebar_second"] .bean-link.orange-style ul>li:last-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link.orange-style ul>li:last-child,
.content-main .bean-link-tile.orange-style ul>li:last-child,
[data-type="region"][data-name="section"] .bean-link-tile.orange-style ul>li:last-child,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile.orange-style ul>li:last-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile.orange-style ul>li:last-child {
    margin-bottom: 0;
}

.content-main .bean-menu-block.orange-style ul>li,
[data-type="region"][data-name="section"] .bean-menu-block.orange-style ul>li,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block.orange-style ul>li,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block.orange-style ul>li,
.content-main .bean-bean-menu-block.orange-style ul>li,
[data-type="region"][data-name="section"] .bean-bean-menu-block.orange-style ul>li,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block.orange-style ul>li,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block.orange-style ul>li,
.content-main .bean-link.orange-style ul>li,
[data-type="region"][data-name="section"] .bean-link.orange-style ul>li,
[data-type="region"][data-name="sidebar_second"] .bean-link.orange-style ul>li,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link.orange-style ul>li,
.content-main .bean-link-tile.orange-style ul>li,
[data-type="region"][data-name="section"] .bean-link-tile.orange-style ul>li,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile.orange-style ul>li,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile.orange-style ul>li,
.content-main .bean-menu-block.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="section"] .bean-menu-block.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block.orange-style .field-name-field-bean-link-links a,
.content-main .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="section"] .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a,
.content-main .bean-link.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="section"] .bean-link.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second"] .bean-link.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link.orange-style .field-name-field-bean-link-links a,
.content-main .bean-link-tile.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="section"] .bean-link-tile.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile.orange-style .field-name-field-bean-link-links a {
    margin: 15px 0;
}

.content-main .bean-menu-block.orange-style ul a,
[data-type="region"][data-name="section"] .bean-menu-block.orange-style ul a,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block.orange-style ul a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block.orange-style ul a,
.content-main .bean-bean-menu-block.orange-style ul a,
[data-type="region"][data-name="section"] .bean-bean-menu-block.orange-style ul a,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block.orange-style ul a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block.orange-style ul a,
.content-main .bean-link.orange-style ul a,
[data-type="region"][data-name="section"] .bean-link.orange-style ul a,
[data-type="region"][data-name="sidebar_second"] .bean-link.orange-style ul a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link.orange-style ul a,
.content-main .bean-link-tile.orange-style ul a,
[data-type="region"][data-name="section"] .bean-link-tile.orange-style ul a,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile.orange-style ul a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile.orange-style ul a,
.content-main .bean-menu-block.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="section"] .bean-menu-block.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block.orange-style .field-name-field-bean-link-links a,
.content-main .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="section"] .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a,
.content-main .bean-link.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="section"] .bean-link.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second"] .bean-link.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link.orange-style .field-name-field-bean-link-links a,
.content-main .bean-link-tile.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="section"] .bean-link-tile.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile.orange-style .field-name-field-bean-link-links a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile.orange-style .field-name-field-bean-link-links a {
    color: #EE8353;
    text-decoration: none;
}

.content-main .bean-menu-block.orange-style ul a:visited,
[data-type="region"][data-name="section"] .bean-menu-block.orange-style ul a:visited,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block.orange-style ul a:visited,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block.orange-style ul a:visited,
.content-main .bean-bean-menu-block.orange-style ul a:visited,
[data-type="region"][data-name="section"] .bean-bean-menu-block.orange-style ul a:visited,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block.orange-style ul a:visited,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block.orange-style ul a:visited,
.content-main .bean-link.orange-style ul a:visited,
[data-type="region"][data-name="section"] .bean-link.orange-style ul a:visited,
[data-type="region"][data-name="sidebar_second"] .bean-link.orange-style ul a:visited,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link.orange-style ul a:visited,
.content-main .bean-link-tile.orange-style ul a:visited,
[data-type="region"][data-name="section"] .bean-link-tile.orange-style ul a:visited,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile.orange-style ul a:visited,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile.orange-style ul a:visited,
.content-main .bean-menu-block.orange-style .field-name-field-bean-link-links a:visited,
[data-type="region"][data-name="section"] .bean-menu-block.orange-style .field-name-field-bean-link-links a:visited,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block.orange-style .field-name-field-bean-link-links a:visited,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block.orange-style .field-name-field-bean-link-links a:visited,
.content-main .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a:visited,
[data-type="region"][data-name="section"] .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a:visited,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a:visited,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a:visited,
.content-main .bean-link.orange-style .field-name-field-bean-link-links a:visited,
[data-type="region"][data-name="section"] .bean-link.orange-style .field-name-field-bean-link-links a:visited,
[data-type="region"][data-name="sidebar_second"] .bean-link.orange-style .field-name-field-bean-link-links a:visited,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link.orange-style .field-name-field-bean-link-links a:visited,
.content-main .bean-link-tile.orange-style .field-name-field-bean-link-links a:visited,
[data-type="region"][data-name="section"] .bean-link-tile.orange-style .field-name-field-bean-link-links a:visited,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile.orange-style .field-name-field-bean-link-links a:visited,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile.orange-style .field-name-field-bean-link-links a:visited {
    color: #EE8353;
    text-decoration: none;
}

.content-main .bean-menu-block.orange-style ul a:hover,
[data-type="region"][data-name="section"] .bean-menu-block.orange-style ul a:hover,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block.orange-style ul a:hover,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block.orange-style ul a:hover,
.content-main .bean-bean-menu-block.orange-style ul a:hover,
[data-type="region"][data-name="section"] .bean-bean-menu-block.orange-style ul a:hover,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block.orange-style ul a:hover,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block.orange-style ul a:hover,
.content-main .bean-link.orange-style ul a:hover,
[data-type="region"][data-name="section"] .bean-link.orange-style ul a:hover,
[data-type="region"][data-name="sidebar_second"] .bean-link.orange-style ul a:hover,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link.orange-style ul a:hover,
.content-main .bean-link-tile.orange-style ul a:hover,
[data-type="region"][data-name="section"] .bean-link-tile.orange-style ul a:hover,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile.orange-style ul a:hover,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile.orange-style ul a:hover,
.content-main .bean-menu-block.orange-style .field-name-field-bean-link-links a:hover,
[data-type="region"][data-name="section"] .bean-menu-block.orange-style .field-name-field-bean-link-links a:hover,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block.orange-style .field-name-field-bean-link-links a:hover,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block.orange-style .field-name-field-bean-link-links a:hover,
.content-main .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a:hover,
[data-type="region"][data-name="section"] .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a:hover,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a:hover,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a:hover,
.content-main .bean-link.orange-style .field-name-field-bean-link-links a:hover,
[data-type="region"][data-name="section"] .bean-link.orange-style .field-name-field-bean-link-links a:hover,
[data-type="region"][data-name="sidebar_second"] .bean-link.orange-style .field-name-field-bean-link-links a:hover,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link.orange-style .field-name-field-bean-link-links a:hover,
.content-main .bean-link-tile.orange-style .field-name-field-bean-link-links a:hover,
[data-type="region"][data-name="section"] .bean-link-tile.orange-style .field-name-field-bean-link-links a:hover,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile.orange-style .field-name-field-bean-link-links a:hover,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile.orange-style .field-name-field-bean-link-links a:hover {
    color: #f99264;
}

.content-main .bean-menu-block.orange-style ul>li:first-child a,
[data-type="region"][data-name="section"] .bean-menu-block.orange-style ul>li:first-child a,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block.orange-style ul>li:first-child a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block.orange-style ul>li:first-child a,
.content-main .bean-bean-menu-block.orange-style ul>li:first-child a,
[data-type="region"][data-name="section"] .bean-bean-menu-block.orange-style ul>li:first-child a,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block.orange-style ul>li:first-child a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block.orange-style ul>li:first-child a,
.content-main .bean-link.orange-style ul>li:first-child a,
[data-type="region"][data-name="section"] .bean-link.orange-style ul>li:first-child a,
[data-type="region"][data-name="sidebar_second"] .bean-link.orange-style ul>li:first-child a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link.orange-style ul>li:first-child a,
.content-main .bean-link-tile.orange-style ul>li:first-child a,
[data-type="region"][data-name="section"] .bean-link-tile.orange-style ul>li:first-child a,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile.orange-style ul>li:first-child a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile.orange-style ul>li:first-child a,
.content-main .bean-menu-block.orange-style .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="section"] .bean-menu-block.orange-style .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block.orange-style .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block.orange-style .field-name-field-bean-link-links a:first-child,
.content-main .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="section"] .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a:first-child,
.content-main .bean-link.orange-style .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="section"] .bean-link.orange-style .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="sidebar_second"] .bean-link.orange-style .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link.orange-style .field-name-field-bean-link-links a:first-child,
.content-main .bean-link-tile.orange-style .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="section"] .bean-link-tile.orange-style .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile.orange-style .field-name-field-bean-link-links a:first-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile.orange-style .field-name-field-bean-link-links a:first-child {
    margin-top: 0;
}

.content-main .bean-menu-block.orange-style ul>li:last-child a,
[data-type="region"][data-name="section"] .bean-menu-block.orange-style ul>li:last-child a,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block.orange-style ul>li:last-child a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block.orange-style ul>li:last-child a,
.content-main .bean-bean-menu-block.orange-style ul>li:last-child a,
[data-type="region"][data-name="section"] .bean-bean-menu-block.orange-style ul>li:last-child a,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block.orange-style ul>li:last-child a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block.orange-style ul>li:last-child a,
.content-main .bean-link.orange-style ul>li:last-child a,
[data-type="region"][data-name="section"] .bean-link.orange-style ul>li:last-child a,
[data-type="region"][data-name="sidebar_second"] .bean-link.orange-style ul>li:last-child a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link.orange-style ul>li:last-child a,
.content-main .bean-link-tile.orange-style ul>li:last-child a,
[data-type="region"][data-name="section"] .bean-link-tile.orange-style ul>li:last-child a,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile.orange-style ul>li:last-child a,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile.orange-style ul>li:last-child a,
.content-main .bean-menu-block.orange-style .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="section"] .bean-menu-block.orange-style .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="sidebar_second"] .bean-menu-block.orange-style .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-menu-block.orange-style .field-name-field-bean-link-links a:last-child,
.content-main .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="section"] .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="sidebar_second"] .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-bean-menu-block.orange-style .field-name-field-bean-link-links a:last-child,
.content-main .bean-link.orange-style .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="section"] .bean-link.orange-style .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="sidebar_second"] .bean-link.orange-style .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link.orange-style .field-name-field-bean-link-links a:last-child,
.content-main .bean-link-tile.orange-style .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="section"] .bean-link-tile.orange-style .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="sidebar_second"] .bean-link-tile.orange-style .field-name-field-bean-link-links a:last-child,
[data-type="region"][data-name="sidebar_second_nav"] .bean-link-tile.orange-style .field-name-field-bean-link-links a:last-child {
    margin-bottom: 0;
}

.bean-ombugallery a {
    color: #ffffff;
}

.bean-ombugallery .owl-nav {
    display: none;
}

.bean-ombugallery .owl-dots {
    margin-top: 20px;
    text-align: center;
}

.bean-ombugallery .owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 15px;
    border-radius: 15px;
    background-color: #CCCCCC;
    transition: background-color 0.3s ease-in-out;
}

.bean-ombugallery .owl-dot:hover {
    background-color: #DEDEDE;
}

.bean-ombugallery .owl-dot.active {
    background-color: #EE8353;
}

.bean-ombugallery .owl-dot.active:hover {
    background-color: #EE8353;
}

.bean-ombugallery .owl-item {
    color: #ffffff;
}

.bean-ombugallery .field-collection-item-field-slide {
    position: relative;
}

.bean-ombugallery .group_secondary {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.bean-ombugallery .file-image {
    margin: 0;
}

.bean-ombugallery .field-name-field-slide-title {
    font-size: 1.2rem;
    margin-bottom: 15px;
    padding: 0 15px;
}

.bean-ombugallery .field-name-field-slide-text {
    padding: 15px;
    background-color: rgba(105, 105, 105, 0.77);
}

.bean-ombugallery .field-name-field-slide-text p {
    margin-top: 1rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
    font-size: 0.9rem;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    margin-top: .8rem;
    line-height: 1.3;
    font-size: 1.1rem;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
    line-height: 1.1;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .bean-ombugallery .field-name-field-slide-text p {
        line-height: 1.5;
        font-size: 1.05rem;
        font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
        font-weight: 400;
    }
}

@media (min-width:768px) {
    .bean-ombugallery .field-name-field-slide-text p {
        line-height: 1.3;
        font-size: 1.3rem;
    }
}

.bean-ombugallery .field-name-field-slide-text p:first-child {
    margin-top: 0;
}

.bean-ombugallery .field-name-field-slide-text>* {
    margin-top: 0;
}

.bean-ombugallery .field-name-field-slide-text>*:last-child {
    margin-bottom: 0;
}

.bean-ombugallery .field-name-field-link {
    margin-top: 15px;
    padding: 0 15px;
}

.bean-ombugallery .field-name-field-link a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1rem;
}

.bean-ombugallery .field-name-field-link a:visited {
    color: #ffffff;
    text-decoration: none;
}

.bean-ombugallery .field-name-field-link a:hover {
    color: #CCCCCC;
}

.bean-ombugallery .field-name-field-caption {
    display: none;
}

@media (min-width:768px) {
    .bean-ombugallery .owl-nav {
        display: block;
    }

    .bean-ombugallery .owl-prev,
    .bean-ombugallery .owl-next {
        display: block;
        position: absolute;
        top: 50%;
        top: calc(50% - 22px);
        width: 25px;
        height: 44px;
        text-indent: 500px;
        overflow: hidden;
        background-size: 200%;
        background-repeat: no-repeat;
    }

    .bean-ombugallery .owl-prev:hover,
    .bean-ombugallery .owl-next:hover {
        background-position: 100%;
    }

    .bean-ombugallery .owl-prev {
        left: 15px;
        background-image: url(/sites/all/themes/nwc_theme/images/icons/arrow--left.png);
    }

    .bean-ombugallery .owl-next {
        right: 15px;
        background-image: url(/sites/all/themes/nwc_theme/images/icons/arrow--right.png);
    }

    .bean-ombugallery .field-name-field-slide-title {
        font-size: 1.7rem;
    }
}

@media (min-width:992px) {
    .bean-ombugallery .owl-prev {
        left: -60px;
    }

    .bean-ombugallery .owl-next {
        right: -60px;
    }

    .section-width--full .bean-ombugallery .owl-prev {
        left: 15px;
    }

    .section-width--full .bean-ombugallery .owl-next {
        right: 15px;
    }

    .bean-ombugallery .group_secondary {
        left: 50px;
        right: 50px;
        bottom: 50px;
    }
}

.bean-callout:not(.stinger-style):not(.second-style) .field-collection-view {
    max-width: 650px;
}

.bean-callout:not(.stinger-style):not(.second-style) .field-collection-view:first-child {
    margin-bottom: 20px;
}

.bean-callout:not(.stinger-style):not(.second-style) .callout-link-wrapper {
    color: #3D3E39;
    display: block;
    height: 100%;
    padding-bottom: 20px;
}

.bean-callout:not(.stinger-style):not(.second-style) .field-collection-item-field-callout-item {
    width: 100%;
    background-color: #ffffff;
}

.bean-callout:not(.stinger-style):not(.second-style) .field-collection-item-field-callout-item>.content {
    height: 100%;
}

.bean-callout:not(.stinger-style):not(.second-style) .callout-image-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.bean-callout:not(.stinger-style):not(.second-style) .callout-image-wrapper img {
    display: block;
}

.bean-callout:not(.stinger-style):not(.second-style) .callout-overlay-text {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    padding: 20px;
    line-height: 1;
    font-size: 1.4rem;
    text-align: center;
    color: #ffffff;
    border: 3px solid #ffffff;
}

.bean-callout:not(.stinger-style):not(.second-style) .callout--tinted .field-name-field-callout-image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.bean-callout:not(.stinger-style):not(.second-style) .field-name-field-callout-title,
.bean-callout:not(.stinger-style):not(.second-style) .field-name-field-callout-description,
.bean-callout:not(.stinger-style):not(.second-style) .field-name-field-callout-link {
    padding-left: 20px;
    padding-right: 20px;
}

.bean-callout:not(.stinger-style):not(.second-style) .field-name-field-callout-link span {
    display: inline-block;
    margin: 0 10px 15px 0;
    padding: 13px 40px;
    line-height: 1.6;
    font-size: .8rem;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background-color: #EE8353;
    border: none;
    border-radius: 0;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    margin: 0;
}

.bean-callout:not(.stinger-style):not(.second-style) .field-name-field-callout-link span:hover {
    color: #ffffff;
    background-color: #f99264;
}

.bean-callout:not(.stinger-style):not(.second-style) .field-name-field-callout-link span:visited {
    color: #ffffff;
}

@media (min-width:768px) {
    .bean-callout:not(.stinger-style):not(.second-style) .field-name-field-callout-item {
        display: flex;
    }

    .bean-callout:not(.stinger-style):not(.second-style) .field-collection-view {
        display: flex;
        float: left;
        width: 50%;
    }

    .bean-callout:not(.stinger-style):not(.second-style) .field-collection-view:first-child {
        padding-right: 15px;
        padding-left: 0;
        margin-bottom: 0;
    }

    .bean-callout:not(.stinger-style):not(.second-style) .field-collection-view:last-child {
        padding-left: 15px;
        padding-right: 0;
    }

    .bean-callout:not(.stinger-style):not(.second-style) .field-collection-view:first-child:last-child {
        padding: 0;
    }

    .bean-callout:not(.stinger-style):not(.second-style) .callout-overlay-text {
        display: block;
    }

    .bean-callout:not(.stinger-style):not(.second-style) .callout-overlay-text:after {
        content: '';
        position: absolute;
        left: calc(50% - -50px);
        bottom: 40px;
        border: solid #ffffff;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 10px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .bean-callout:not(.stinger-style):not(.second-style) .callout-overlay-text:before {
        content: '';
        position: absolute;
        left: calc(50% - 60px);
        bottom: 50px;
        width: 120px;
        height: 3px;
        background-color: #ffffff;
    }
}

@media (min-width:992px) {
    .bean-callout:not(.stinger-style):not(.second-style) .field-collection-view:first-child {
        padding-right: 25px;
    }

    .bean-callout:not(.stinger-style):not(.second-style) .field-collection-view:last-child {
        padding-left: 25px;
    }

    .bean-callout:not(.stinger-style):not(.second-style) .callout-link-wrapper {
        padding-bottom: 20px;
    }

    .bean-callout:not(.stinger-style):not(.second-style) .callout-image-wrapper {
        margin-bottom: 20px;
    }

    .bean-callout:not(.stinger-style):not(.second-style) .callout-overlay-text {
        display: flex;
    }
}

@media (min-width:1240px) {
    .bean-callout:not(.stinger-style):not(.second-style) .callout-overlay-text {
        position: absolute;
        left: 50px;
        right: 50px;
        top: 50px;
        bottom: 60px;
        padding: 40px;
        padding-bottom: 90px;
        font-size: 2rem;
    }

    .bean-callout:not(.stinger-style):not(.second-style) .callout-overlay-text:before,
    .bean-callout:not(.stinger-style):not(.second-style) .callout-overlay-text:after {
        transition: all 0.2s ease-in-out;
    }

    .bean-callout:not(.stinger-style):not(.second-style) .callout-link-wrapper:hover .callout-overlay-text:before {
        left: calc(50% - 55px);
    }

    .bean-callout:not(.stinger-style):not(.second-style) .callout-link-wrapper:hover .callout-overlay-text:after {
        left: calc(50% - -55px);
    }

    .bean-callout:not(.stinger-style):not(.second-style) .field-name-field-callout-title,
    .bean-callout:not(.stinger-style):not(.second-style) .field-name-field-callout-description,
    .bean-callout:not(.stinger-style):not(.second-style) .field-name-field-callout-link {
        padding-left: 40px;
        padding-right: 40px;
    }

    .bean-callout:not(.stinger-style):not(.second-style) .callout-link-wrapper {
        padding-bottom: 40px;
    }

    .bean-callout:not(.stinger-style):not(.second-style) .callout-image-wrapper {
        margin-bottom: 40px;
    }
}

.bean-callout.second-style .field-collection-view {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F9F9F9;
}

.bean-callout.second-style .field-collection-view:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.bean-callout.second-style .callout-link-wrapper {
    color: #3D3E39;
    display: block;
}

.bean-callout.second-style .field-name-field-callout-image {
    max-width: 225px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.bean-callout.second-style .field-name-field-callout-image img {
    display: block;
}

.bean-callout.second-style .field-name-field-callout-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.bean-callout.second-style .field-name-field-callout-link {
    clear: left;
}

.bean-callout.second-style .field-name-field-callout-link span {
    display: inline-block;
    margin: 0 10px 15px 0;
    padding: 13px 40px;
    line-height: 1.6;
    font-size: .8rem;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background-color: #EE8353;
    border: none;
    border-radius: 0;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    margin: 0;
}

.bean-callout.second-style .field-name-field-callout-link span:hover {
    color: #ffffff;
    background-color: #f99264;
}

.bean-callout.second-style .field-name-field-callout-link span:visited {
    color: #ffffff;
}

@media (min-width:768px) {
    .bean-callout.second-style .field-name-field-callout-image {
        float: left;
    }
}

.bean-callout.stinger-style {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}

.bean-callout.stinger-style .field-collection-item-field-callout-item {
    width: 100%;
}

.bean-callout.stinger-style .field-collection-item-field-callout-item>.content>a {
    display: block;
}

.bean-callout.stinger-style .callout-image-wrapper {
    position: relative;
    background-color: #CCCCCC;
    background-size: cover;
    background-position: center;
}

.bean-callout.stinger-style .callout-image-wrapper img {
    display: block;
    width: 100%;
}

.bean-callout.stinger-style .callout--tinted .callout-image-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.bean-callout.stinger-style .callout-overlay-title {
    z-index: 1;
    position: relative;
    display: block;
    padding: 15px 15px 0 15px;
    font-size: .85rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}

.bean-callout.stinger-style .callout-overlay-text {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px 40px 20px;
    text-align: center;
    color: #ffffff;
}

.bean-callout.stinger-style .callout-overlay-text__overlay-text {
    display: block;
    line-height: 1;
    font-family: 'Crimson Text', 'Georgia', serif;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.bean-callout.stinger-style .callout-overlay-text__overlay-description {
    display: block;
}

.bean-callout.stinger-style .callout-overlay-text__overlay-description p {
    margin: 0 0 5px 0;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #EE8353;
}

.bean-callout.stinger-style .callout-overlay-text__overlay-link {
    display: block;
}

.bean-callout.stinger-style .field-name-field-callout-link span {
    display: inline-block;
    margin: 0 10px 15px 0;
    padding: 13px 40px;
    line-height: 1.6;
    font-size: .8rem;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background-color: #EE8353;
    border: none;
    border-radius: 0;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    margin: 0;
}

.bean-callout.stinger-style .field-name-field-callout-link span:hover {
    color: #ffffff;
    background-color: #f99264;
}

.bean-callout.stinger-style .field-name-field-callout-link span:visited {
    color: #ffffff;
}

.bean-callout.stinger-style .field-name-field-callout-image {
    display: none;
}

@media (min-width:768px) {
    .bean-callout.stinger-style {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bean-callout.stinger-style .callout-overlay-text {
        padding: 60px 20px 50px 20px;
    }
}

@media (min-width:768px) and (min-width:768px) {
    .bean-callout.stinger-style {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:768px) and (min-width:992px) {
    .bean-callout.stinger-style {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:992px) {
    .bean-callout.stinger-style .callout-image-wrapper {
        background-color: transparent;
    }

    .bean-callout.stinger-style .callout-overlay-title {
        display: block;
        position: absolute;
        left: 30px;
        top: 30px;
        max-width: 375px;
        padding: 15px;
        text-align: center;
        border: 3px solid #ffffff;
    }

    .bean-callout.stinger-style .callout-overlay-text {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 20px;
    }

    .bean-callout.stinger-style .callout-image-wrapper img {
        min-height: 350px;
    }

    .bean-callout.stinger-style .callout-overlay-text__overlay-text {
        font-size: 2.5rem;
    }

    .bean-callout.stinger-style .field-name-field-callout-image {
        display: block;
    }
}

@media (min-width:1240px) {
    .bean-callout.stinger-style {
        margin-bottom: 50px;
    }

    .bean-callout.stinger-style .callout-overlay-title {
        padding: 20px 30px;
        font-size: 1rem;
    }

    .bean-callout.stinger-style .callout-overlay-text {
        position: absolute;
        left: 60px;
        right: 60px;
        top: 100px;
        bottom: 50px;
        padding: 40px;
    }

    .bean-callout.stinger-style .callout-overlay-text__overlay-description p {
        margin: 0 0 15px 0;
    }

    .bean-callout.stinger-style .callout-overlay-text__overlay-link {
        margin-top: 50px;
    }
}

.section-width--full .bean-callout.stinger-style {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .section-width--full .bean-callout.stinger-style {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:992px) {
    .section-width--full .bean-callout.stinger-style {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.calendar-item .calendar-tile-content-nodes-node-date span {
    display: flex;
    justify-content: space-between;
}

.calendar-item .calendar-tile-content-nodes-node-date-month {
    text-transform: uppercase;
    font-size: 0.8rem;
}

.calendar-item .calendar-tile-content-nodes-node-date-date {
    font-size: 2rem;
}

.calendar-item .calendar-tile-content-nodes-node-date-day {
    text-transform: uppercase;
    font-size: 0.8rem;
}

.calendar-item .date-end {
    text-align: right;
}

.calendar-item .calendar-tile-content-nodes-node-meetings-meeting {
    color: #006699;
    display: block;
    margin-bottom: 0.75em;
    position: relative;
}

.calendar-item .calendar-tile-content-nodes-node-meetings-meeting:hover {
    color: #007ebd;
}

.calendar-item .calendar-tile-content-nodes-node-meetings-meeting>span:first-child {
    position: absolute;
    left: 0;
    top: 2px;
}

.calendar-item .calendar-tile-content-nodes-node-meetings-meeting-rtf .icon-icon_bullet_calendar .path1:before,
.calendar-item .calendar-tile-content-nodes-node-meetings-meeting-rtf .icon-icon_bullet_calendar .path3:before,
.calendar-item .calendar-tile-content-nodes-node-meetings-meeting-rtf .icon-icon_bullet_calendar .path4:before {
    color: #EE8353;
}

.calendar-item .calendar-tile-content-nodes-node-meetings-meeting-rtf .icon-icon_bullet_calendar .path2:before {
    color: #f99264;
}

.calendar-item .calendar-tile-content-nodes-node-meetings-meeting-title,
.calendar-item .calendar-tile-content-nodes-node-meetings-meeting-title-time {
    display: block;
}

.calendar-item .calendar-tile-content-nodes-node-meetings-meeting-title {
    font-weight: 600;
}

.bean-calendar .block__title {
    margin-top: 0;
}

.bean-calendar.col-xs-12 .entity-bean {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

.bean-calendar .owl-nav {
    display: none;
}

.bean-calendar .calendar-tile-header {
    background-color: #5A92AE;
    padding-left: 15px;
    padding-right: 15px;
}

.bean-calendar .calendar-tile-header .calendar-tile-header-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.bean-calendar .calendar-tile-header .calendar-tile-title {
    color: #ffffff;
    margin-bottom: 0.25em;
    margin-top: 0;
    padding-top: 1em;
    text-align: center;
}

.bean-calendar .calendar-tile-header .calendar-tile-navigation {
    padding-bottom: 1em;
    text-align: center;
}

.bean-calendar .calendar-tile-header .calendar-tile-navigation .calendar-tile-navigation-help {
    color: #ffffff;
    font-style: italic;
    font-size: 14px;
    font-size: 1.4 rem;
    line-height: 1.2;
}

.bean-calendar .calendar-tile-header .calendar-tile-navigation .calendar-tile-navigation-prev,
.bean-calendar .calendar-tile-header .calendar-tile-navigation .calendar-tile-navigation-next {
    color: #ffffff;
}

.bean-calendar .calendar-tile-header .calendar-tile-navigation .calendar-tile-navigation-prev:before,
.bean-calendar .calendar-tile-header .calendar-tile-navigation .calendar-tile-navigation-next:before {
    position: relative;
    top: 2px;
}

.bean-calendar .calendar-tile-header .calendar-tile-navigation .calendar-tile-navigation-prev:hover,
.bean-calendar .calendar-tile-header .calendar-tile-navigation .calendar-tile-navigation-next:hover {
    color: #e6e6e6;
}

.bean-calendar .calendar-tile-header .calendar-tile-navigation .calendar-tile-navigation-prev span,
.bean-calendar .calendar-tile-header .calendar-tile-navigation .calendar-tile-navigation-next span {
    display: none;
}

.bean-calendar .calendar-tile-header .calendar-tile-navigation .calendar-tile-navigation-prev:before {
    padding-right: 10px;
    content: '\e600';
    font-family: 'theme-icons';
    font-size: 18px;
    line-height: 18px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bean-calendar .calendar-tile-header .calendar-tile-navigation .calendar-tile-navigation-next:before {
    padding-left: 10px;
    content: '\e601';
    font-family: 'theme-icons';
    font-size: 18px;
    line-height: 18px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bean-calendar .calendar-tile-content {
    background-color: #DFEBF1;
    color: #3D3E39;
}

.bean-calendar .calendar-tile-content .calendar-tile-content-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.bean-calendar .calendar-tile-content .owl-stage {
    display: flex;
}

.bean-calendar .calendar-tile-content .owl-stage .owl-item {
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.bean-calendar .calendar-tile-content .owl-stage .owl-item li {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.bean-calendar ul.calendar-tile-content-nodes {
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
}

.bean-calendar ul.calendar-tile-content-nodes.owl-loaded {
    opacity: 1;
    visibility: visible;
}

.bean-calendar ul.calendar-tile-content-nodes .calendar-tile-content-nodes-node-active {
    background-color: #EDF3F5;
}

.bean-calendar article.view-mode-calendar {
    margin-bottom: 0;
    padding: 30px;
}

.bean-calendar article.view-mode-calendar .calendar-tile-content-nodes-node-date span {
    display: flex;
    justify-content: space-between;
}

.bean-calendar article.view-mode-calendar .calendar-tile-content-nodes-node-date-month {
    text-transform: uppercase;
    font-size: 0.8rem;
}

.bean-calendar article.view-mode-calendar .calendar-tile-content-nodes-node-date-date {
    font-size: 2rem;
}

.bean-calendar article.view-mode-calendar .calendar-tile-content-nodes-node-date-day {
    text-transform: uppercase;
    font-size: 0.8rem;
}

.bean-calendar article.view-mode-calendar .date-end {
    text-align: right;
}

.bean-calendar article.view-mode-calendar .calendar-tile-content-nodes-node-meetings-meeting {
    color: #006699;
    display: block;
    margin-bottom: 0.75em;
    position: relative;
}

.bean-calendar article.view-mode-calendar .calendar-tile-content-nodes-node-meetings-meeting:hover {
    color: #007ebd;
}

.bean-calendar article.view-mode-calendar .calendar-tile-content-nodes-node-meetings-meeting>span:first-child {
    position: absolute;
    left: 0;
    top: 2px;
}

.bean-calendar article.view-mode-calendar .calendar-tile-content-nodes-node-meetings-meeting-rtf .icon-icon_bullet_calendar .path1:before,
.bean-calendar article.view-mode-calendar .calendar-tile-content-nodes-node-meetings-meeting-rtf .icon-icon_bullet_calendar .path3:before,
.bean-calendar article.view-mode-calendar .calendar-tile-content-nodes-node-meetings-meeting-rtf .icon-icon_bullet_calendar .path4:before {
    color: #EE8353;
}

.bean-calendar article.view-mode-calendar .calendar-tile-content-nodes-node-meetings-meeting-rtf .icon-icon_bullet_calendar .path2:before {
    color: #f99264;
}

.bean-calendar article.view-mode-calendar .calendar-tile-content-nodes-node-meetings-meeting-title,
.bean-calendar article.view-mode-calendar .calendar-tile-content-nodes-node-meetings-meeting-title-time {
    display: block;
}

.bean-calendar article.view-mode-calendar .calendar-tile-content-nodes-node-meetings-meeting-title {
    font-weight: 600;
}

.bean-calendar .calendar-tile-content-actions {
    padding: 20px;
    text-align: center;
}

.bean-calendar .calendar-tile-content-actions .calendar-tile-content-actions-subscribe {
    position: relative;
}

.bean-calendar .calendar-tile-content-actions .calendar-tile-content-actions-view {
    display: block;
    margin-bottom: 15px;
    color: #006699;
    text-decoration: none;
}

.bean-calendar .calendar-tile-content-actions .calendar-tile-content-actions-view:hover,
.bean-calendar .calendar-tile-content-actions .calendar-tile-content-actions-view:focus {
    color: #007ebd;
}

@media (min-width:768px) {
    .bean-calendar.col-sm-12 .entity-bean {
        margin-left: -60px;
        margin-right: -60px;
    }

    .bean-calendar .calendar-tile-content-actions .calendar-tile-content-actions-view {
        display: inline-block;
        margin-left: 40px;
        margin-bottom: 0;
    }

    .bean-calendar .calendar-tile-content-actions .calendar-tile-content-actions-view:first-child {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .bean-calendar.col-xs-12 .entity-bean {
        margin-left: 0;
        margin-right: 0;
    }

    .bean-calendar.col-md-12 .entity-bean {
        margin-left: 0;
        margin-right: 0;
    }

    .bean-calendar.col-md-12 .entity-bean .calendar-tile-navigation .calendar-tile-navigation-prev {
        left: 80px;
    }

    .bean-calendar.col-md-12 .entity-bean .calendar-tile-navigation .calendar-tile-navigation-next {
        right: 80px;
    }

    .bean-calendar .calendar-tile-header .calendar-tile-header-inner {
        position: relative;
    }

    .bean-calendar .calendar-tile-header .calendar-tile-title {
        margin-bottom: 0;
        padding-bottom: 0.75em;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 0.75em;
    }

    .bean-calendar .calendar-tile-header .calendar-tile-navigation {
        padding: 0;
    }

    .bean-calendar .calendar-tile-header .calendar-tile-navigation .calendar-tile-navigation-help {
        display: none;
    }

    .bean-calendar .calendar-tile-header .calendar-tile-navigation .calendar-tile-navigation-prev,
    .bean-calendar .calendar-tile-header .calendar-tile-navigation .calendar-tile-navigation-next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .bean-calendar .calendar-tile-header .calendar-tile-navigation .calendar-tile-navigation-prev:before,
    .bean-calendar .calendar-tile-header .calendar-tile-navigation .calendar-tile-navigation-next:before {
        font-size: 25px;
        font-size: 2.5 rem;
        line-height: 1;
    }

    .bean-calendar .calendar-tile-header .calendar-tile-navigation .calendar-tile-navigation-prev {
        left: 0;
    }

    .bean-calendar .calendar-tile-header .calendar-tile-navigation .calendar-tile-navigation-next {
        right: 0;
    }

    .bean-calendar .calendar-tile-content-inner {
        position: relative;
    }

    .bean-calendar.col-md-3 .calendar-tile-content-inner {
        padding-top: 120px;
    }

    .bean-calendar.col-md-3 .subscribe-overlay.active {
        width: 300px;
    }

    .bean-calendar.col-md-4 .calendar-tile-content-inner {
        padding-top: 84px;
    }

    .bean-calendar.col-md-4 .subscribe-overlay.active,
    .bean-calendar.col-md-5 .subscribe-overlay.active {
        width: 400px;
    }

    .bean-calendar.col-md-5 .calendar-tile-content-inner,
    .bean-calendar.col-md-6 .calendar-tile-content-inner {
        padding-top: 78px;
    }

    .bean-calendar.col-md-5 .calendar-tile-content-actions a,
    .bean-calendar.col-md-6 .calendar-tile-content-actions a {
        display: block;
    }

    .bean-calendar ul.calendar-tile-content-nodes .owl-stage-outer {
        overflow: hidden;
    }

    .bean-calendar article.view-mode-calendar {
        padding-bottom: 35px;
    }

    .bean-calendar article.view-mode-calendar .calendar-tile-content-nodes-node-date .calendar-tile-content-nodes-node-date-date {
        font-size: 2.3rem;
    }

    .bean-calendar article.view-mode-calendar .calendar-tile-content-nodes-node-meetings .calendar-tile-content-nodes-node-meetings-meeting>span:first-child {
        font-size: 15px;
        font-size: 1.5 rem;
        line-height: 1;
    }

    .bean-calendar article.view-mode-calendar .calendar-tile-content-nodes-node-meetings .calendar-tile-content-nodes-node-meetings-meeting .calendar-tile-content-nodes-node-meetings-meeting-title {
        font-weight: 600;
    }

    .bean-calendar .calendar-tile-content-actions {
        text-align: right;
    }

    .bean-calendar .calendar-tile-content-actions a {
        display: inline-block;
    }

    .bean-calendar .calendar-tile-content-actions .calendar-tile-content-actions-subscribe {
        display: inline-block;
        margin-right: 20px;
    }

    .bean-calendar .calendar-tile-content-actions .calendar-tile-content-actions-subscribe>span {
        top: 3px;
        font-size: 18px;
        font-size: 1.8 rem;
        line-height: 1;
    }
}

@media (min-width:1240px) {
    .bean-calendar.col-md-3 .calendar-tile-content-inner {
        padding-top: 110px;
    }
}

.file-download {
    position: relative;
    display: inline-block;
    max-width: 320px;
    padding: 0 2rem 1rem 1rem;
    margin-top: 25px;
    margin-bottom: 40px;
    background-color: #5A92AE;
    color: #ffffff;
}

.file-download:before,
.file-download:after {
    content: " ";
    display: table;
}

.file-download:after {
    clear: both;
}

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

.file-download:hover {
    color: #ffffff;
    background-color: #71afce;
}

.file-download:hover:before {
    border-bottom: 25px solid #71afce;
}

.file-download:visited {
    color: #ffffff;
    background-color: #5A92AE;
}

.file-download:before {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    width: 100%;
    height: 25px;
    border-bottom: 25px solid #5A92AE;
    border-right: 25px solid transparent;
    transition: border-color 0.2s ease-in-out;
}

.file-download .file-download__cta {
    display: block;
    margin-bottom: 15px;
    font-size: 1.0rem;
    line-height: 1;
}

.file-download .file-download__icon-wrapper {
    float: left;
    width: 25%;
    max-width: 40px;
    height: 100%;
    padding-right: 10px;
}

.file-download .icon-wrapper__icon {
    width: 100%;
    height: 30px;
    background-image: url(/sites/all/themes/nwc_theme/images/icons/file-o.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.file-download .file-download__file-info {
    float: left;
    width: 75%;
    font-size: 0.75rem;
}

.file-download .file-info__file-title {
    display: block;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
    word-break: break-all;
}

.file-download .file-info__file-type {
    display: inline-block;
    position: relative;
    padding-right: 10px;
}

.file-download .file-info__file-type:before {
    content: '';
    position: absolute;
    top: 0;
    top: calc(50% - 7px);
    right: 0;
    width: 1px;
    height: 14px;
    background-color: #ffffff;
}

.file-download .file-info__file-size {
    display: inline-block;
    margin-left: -5px;
    padding-left: 8px;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
}

@media (min-width:480px) {
    .file-download .file-download__icon-wrapper {
        padding-right: 10px;
    }
}

@media (min-width:768px) {
    .file-download .file-download__cta {
        font-size: 1.25rem;
    }

    .file-download .file-download__file-info {
        font-size: 0.8rem;
    }

    .file-download .file-download__icon-wrapper {
        max-width: 50px;
    }

    .file-download .icon-wrapper__icon {
        height: 35px;
    }
}

.bean-featured.nwc-grid-style .results,
.solr-bean.nwc-grid-style .results,
.bean-featured.nwc-grid-style .search-results,
.solr-bean.nwc-grid-style .search-results {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: inherit;
    font-family: inherit;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
}

.bean-featured.nwc-grid-style .results li,
.solr-bean.nwc-grid-style .results li,
.bean-featured.nwc-grid-style .search-results li,
.solr-bean.nwc-grid-style .search-results li {
    margin: 0;
    padding: 0;
}

.bean-featured.nwc-grid-style .results li:before,
.solr-bean.nwc-grid-style .results li:before,
.bean-featured.nwc-grid-style .search-results li:before,
.solr-bean.nwc-grid-style .search-results li:before {
    display: none;
}

.bean-featured.nwc-grid-style .field-name-field-more-link,
.solr-bean.nwc-grid-style .field-name-field-more-link {
    text-align: center;
}

.bean-featured.nwc-grid-style .field-name-field-more-link a,
.solr-bean.nwc-grid-style .field-name-field-more-link a {
    display: inline-block;
    margin: 0 10px 15px 0;
    padding: 13px 40px;
    line-height: 1.6;
    font-size: .8rem;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background-color: #EE8353;
    border: none;
    border-radius: 0;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    margin: 0;
}

.bean-featured.nwc-grid-style .field-name-field-more-link a:hover,
.solr-bean.nwc-grid-style .field-name-field-more-link a:hover {
    color: #ffffff;
    background-color: #f99264;
}

.bean-featured.nwc-grid-style .field-name-field-more-link a:visited,
.solr-bean.nwc-grid-style .field-name-field-more-link a:visited {
    color: #ffffff;
}

.bean-featured.nwc-grid-style .field-name-body,
.solr-bean.nwc-grid-style .field-name-body {
    word-wrap: break-word;
}

@media (min-width:768px) {

    .bean-featured.nwc-grid-style .results,
    .solr-bean.nwc-grid-style .results,
    .bean-featured.nwc-grid-style .search-results,
    .solr-bean.nwc-grid-style .search-results {
        margin-left: -20px;
        margin-right: -20px;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .bean-featured.nwc-grid-style .results>li,
    .solr-bean.nwc-grid-style .results>li,
    .bean-featured.nwc-grid-style .search-results>li,
    .solr-bean.nwc-grid-style .search-results>li {
        display: flex;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-width--full .bean-featured.nwc-grid-style .results,
    .section-width--full .solr-bean.nwc-grid-style .results,
    .section-width--full .bean-featured.nwc-grid-style .search-results,
    .section-width--full .solr-bean.nwc-grid-style .search-results {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width:1240px) {

    .bean-featured.nwc-grid-style .results>li,
    .solr-bean.nwc-grid-style .results>li,
    .bean-featured.nwc-grid-style .search-results>li,
    .solr-bean.nwc-grid-style .search-results>li {
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.bean-featured.photo-list-style .results,
.solr-bean.photo-list-style .results,
.bean-featured.photo-list-style .search-results,
.solr-bean.photo-list-style .search-results {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: inherit;
    font-family: inherit;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
}

.bean-featured.photo-list-style .results li,
.solr-bean.photo-list-style .results li,
.bean-featured.photo-list-style .search-results li,
.solr-bean.photo-list-style .search-results li {
    margin: 0;
    padding: 0;
}

.bean-featured.photo-list-style .results li:before,
.solr-bean.photo-list-style .results li:before,
.bean-featured.photo-list-style .search-results li:before,
.solr-bean.photo-list-style .search-results li:before {
    display: none;
}

.bean-featured.photo-list-style .results>li,
.solr-bean.photo-list-style .results>li,
.bean-featured.photo-list-style .search-results>li,
.solr-bean.photo-list-style .search-results>li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
}

.bean-featured.photo-list-style .results>li>a,
.solr-bean.photo-list-style .results>li>a,
.bean-featured.photo-list-style .search-results>li>a,
.solr-bean.photo-list-style .search-results>li>a {
    display: block;
}

.bean-featured.photo-list-style .photo-list-item:before,
.solr-bean.photo-list-style .photo-list-item:before,
.bean-featured.photo-list-style .photo-list-item:after,
.solr-bean.photo-list-style .photo-list-item:after {
    content: " ";
    display: table;
}

.bean-featured.photo-list-style .photo-list-item:after,
.solr-bean.photo-list-style .photo-list-item:after {
    clear: both;
}

.bean-featured.photo-list-style .photo-list-item:after,
.solr-bean.photo-list-style .photo-list-item:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.bean-featured.photo-list-style .photo-list-item__photo img,
.solr-bean.photo-list-style .photo-list-item__photo img {
    display: block;
}

.bean-featured.photo-list-style a,
.solr-bean.photo-list-style a {
    color: #3D3E39;
    text-decoration: none;
}

.bean-featured.photo-list-style a:visited,
.solr-bean.photo-list-style a:visited {
    color: #3D3E39;
    text-decoration: none;
}

.bean-featured.photo-list-style a:hover,
.solr-bean.photo-list-style a:hover {
    color: #696b63;
}

.bean-featured.photo-list-style .photo-list-item__content-text p,
.solr-bean.photo-list-style .photo-list-item__content-text p {
    font-size: 1rem;
}

.bean-featured.photo-list-style .photo-list-item__content-text p:last-child,
.solr-bean.photo-list-style .photo-list-item__content-text p:last-child {
    margin-bottom: 0;
}

.bean-featured.photo-list-style .photo-list-item__content-title h4:after,
.solr-bean.photo-list-style .photo-list-item__content-title h4:after {
    content: "›";
    padding-left: 0.35rem;
}

.bean-featured.photo-list-style .field-name-field-more-link,
.solr-bean.photo-list-style .field-name-field-more-link {
    text-align: center;
}

.bean-featured.photo-list-style .field-name-field-more-link a,
.solr-bean.photo-list-style .field-name-field-more-link a {
    display: inline-block;
    margin: 0 10px 15px 0;
    padding: 13px 40px;
    line-height: 1.6;
    font-size: .8rem;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background-color: #EE8353;
    border: none;
    border-radius: 0;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    margin: 0;
}

.bean-featured.photo-list-style .field-name-field-more-link a:hover,
.solr-bean.photo-list-style .field-name-field-more-link a:hover {
    color: #ffffff;
    background-color: #f99264;
}

.bean-featured.photo-list-style .field-name-field-more-link a:visited,
.solr-bean.photo-list-style .field-name-field-more-link a:visited {
    color: #ffffff;
}

.section-style--orange .bean-featured.photo-list-style a,
.section-style--orange .solr-bean.photo-list-style a,
.section-style--blue .bean-featured.photo-list-style a,
.section-style--blue .solr-bean.photo-list-style a,
.section-style--green .bean-featured.photo-list-style a,
.section-style--green .solr-bean.photo-list-style a {
    color: #ffffff;
    text-decoration: none;
}

.section-style--orange .bean-featured.photo-list-style a:visited,
.section-style--orange .solr-bean.photo-list-style a:visited,
.section-style--blue .bean-featured.photo-list-style a:visited,
.section-style--blue .solr-bean.photo-list-style a:visited,
.section-style--green .bean-featured.photo-list-style a:visited,
.section-style--green .solr-bean.photo-list-style a:visited {
    color: #ffffff;
    text-decoration: none;
}

.section-style--orange .bean-featured.photo-list-style a:hover,
.section-style--orange .solr-bean.photo-list-style a:hover,
.section-style--blue .bean-featured.photo-list-style a:hover,
.section-style--blue .solr-bean.photo-list-style a:hover,
.section-style--green .bean-featured.photo-list-style a:hover,
.section-style--green .solr-bean.photo-list-style a:hover {
    color: #CCCCCC;
}

.section-style--orange .bean-featured.photo-list-style .photo-list-item__content-text p,
.section-style--orange .solr-bean.photo-list-style .photo-list-item__content-text p,
.section-style--blue .bean-featured.photo-list-style .photo-list-item__content-text p,
.section-style--blue .solr-bean.photo-list-style .photo-list-item__content-text p,
.section-style--green .bean-featured.photo-list-style .photo-list-item__content-text p,
.section-style--green .solr-bean.photo-list-style .photo-list-item__content-text p {
    color: #ffffff;
}

@media (min-width:768px) {

    .bean-featured.photo-list-style .results>li:before,
    .solr-bean.photo-list-style .results>li:before,
    .bean-featured.photo-list-style .search-results>li:before,
    .solr-bean.photo-list-style .search-results>li:before,
    .bean-featured.photo-list-style .results>li:after,
    .solr-bean.photo-list-style .results>li:after,
    .bean-featured.photo-list-style .search-results>li:after,
    .solr-bean.photo-list-style .search-results>li:after {
        content: " ";
        display: table;
    }

    .bean-featured.photo-list-style .results>li:after,
    .solr-bean.photo-list-style .results>li:after,
    .bean-featured.photo-list-style .search-results>li:after,
    .solr-bean.photo-list-style .search-results>li:after {
        clear: both;
    }

    .bean-featured.photo-list-style .results>li:after,
    .solr-bean.photo-list-style .results>li:after,
    .bean-featured.photo-list-style .search-results>li:after,
    .solr-bean.photo-list-style .search-results>li:after {
        content: " ";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }

    .bean-featured.photo-list-style .photo-list-item__photo,
    .solr-bean.photo-list-style .photo-list-item__photo {
        float: left;
        width: 33.33%;
        padding-right: 20px;
    }

    .bean-featured.photo-list-style .photo-list-item__photo~.photo-list-item__content,
    .solr-bean.photo-list-style .photo-list-item__photo~.photo-list-item__content {
        float: right;
        width: 66.66%;
    }

    .bean-featured.photo-list-style .title,
    .solr-bean.photo-list-style .title {
        margin-top: 0;
    }
}

.bean-featured.icon-list-style,
.solr-bean.icon-list-style {
    -webkit-font-smoothing: auto;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
}

.bean-featured.icon-list-style ul.results,
.solr-bean.icon-list-style ul.results {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: inherit;
    font-family: inherit;
}

.bean-featured.icon-list-style ul.results li,
.solr-bean.icon-list-style ul.results li {
    margin: 0;
    padding: 0;
}

.bean-featured.icon-list-style ul.results li:before,
.solr-bean.icon-list-style ul.results li:before {
    display: none;
}

.bean-featured.icon-list-style a,
.solr-bean.icon-list-style a {
    color: #3D3E39;
    text-decoration: none;
}

.bean-featured.icon-list-style a:visited,
.solr-bean.icon-list-style a:visited {
    color: #3D3E39;
    text-decoration: none;
}

.bean-featured.icon-list-style a:hover,
.solr-bean.icon-list-style a:hover {
    color: #696b63;
}

.bean-featured.icon-list-style .list-item,
.solr-bean.icon-list-style .list-item {
    margin-bottom: 10px;
}

.bean-featured.icon-list-style .list-item:before,
.solr-bean.icon-list-style .list-item:before,
.bean-featured.icon-list-style .list-item:after,
.solr-bean.icon-list-style .list-item:after {
    content: " ";
    display: table;
}

.bean-featured.icon-list-style .list-item:after,
.solr-bean.icon-list-style .list-item:after {
    clear: both;
}

.bean-featured.icon-list-style .list-item:after,
.solr-bean.icon-list-style .list-item:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.bean-featured.icon-list-style .list-item .list-item__icon,
.solr-bean.icon-list-style .list-item .list-item__icon {
    display: inline-block;
    width: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

.bean-featured.icon-list-style .list-item .list-item__title,
.solr-bean.icon-list-style .list-item .list-item__title {
    float: right;
    width: calc(100% - 28px);
}

.bean-featured.icon-list-style ul.results>li:last-child .list-item,
.solr-bean.icon-list-style ul.results>li:last-child .list-item {
    margin-bottom: 0;
}

.bean-featured.icon-list-style .field-name-field-more-link,
.solr-bean.icon-list-style .field-name-field-more-link {
    margin-top: 30px;
}

.bean-featured.icon-list-style .field-name-field-more-link a,
.solr-bean.icon-list-style .field-name-field-more-link a {
    display: inline-block;
    margin: 0 10px 15px 0;
    padding: 13px 40px;
    line-height: 1.6;
    font-size: .8rem;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background-color: #EE8353;
    border: none;
    border-radius: 0;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    margin: 0;
}

.bean-featured.icon-list-style .field-name-field-more-link a:hover,
.solr-bean.icon-list-style .field-name-field-more-link a:hover {
    color: #ffffff;
    background-color: #f99264;
}

.bean-featured.icon-list-style .field-name-field-more-link a:visited,
.solr-bean.icon-list-style .field-name-field-more-link a:visited {
    color: #ffffff;
}

.section-style--orange .bean-featured.icon-list-style a,
.section-style--orange .solr-bean.icon-list-style a,
.section-style--blue .bean-featured.icon-list-style a,
.section-style--blue .solr-bean.icon-list-style a,
.section-style--green .bean-featured.icon-list-style a,
.section-style--green .solr-bean.icon-list-style a {
    color: #ffffff;
    text-decoration: none;
}

.section-style--orange .bean-featured.icon-list-style a:visited,
.section-style--orange .solr-bean.icon-list-style a:visited,
.section-style--blue .bean-featured.icon-list-style a:visited,
.section-style--blue .solr-bean.icon-list-style a:visited,
.section-style--green .bean-featured.icon-list-style a:visited,
.section-style--green .solr-bean.icon-list-style a:visited {
    color: #ffffff;
    text-decoration: none;
}

.section-style--orange .bean-featured.icon-list-style a:hover,
.section-style--orange .solr-bean.icon-list-style a:hover,
.section-style--blue .bean-featured.icon-list-style a:hover,
.section-style--blue .solr-bean.icon-list-style a:hover,
.section-style--green .bean-featured.icon-list-style a:hover,
.section-style--green .solr-bean.icon-list-style a:hover {
    color: #CCCCCC;
}

.bean-media .file-image {
    margin-top: 0;
}

.bean-media .file-video .video-frame {
    padding-bottom: 35px;
}

.bean-media .file-video .video-frame iframe {
    top: -20px;
}

.field-name-field-topics,
.field-name-field-tags {
    margin: 10px 0;
}

.field-name-field-topics .field-label,
.field-name-field-tags .field-label {
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: .07em;
    text-transform: uppercase;
    font-style: italic;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
}

.field-name-field-topics a {
    display: inline-block;
    margin-left: 1px;
    margin-bottom: 4px;
    padding: 2px 15px;
    font-size: 0.8rem;
    letter-spacing: .07em;
    text-transform: uppercase;
    background-color: #EE8353;
    color: #ffffff;
}

.field-name-field-topics a:hover,
.field-name-field-topics a:focus {
    color: #ffffff;
    background-color: #f99264;
}

.field-name-field-tags a {
    position: relative;
    display: inline-block;
    margin-right: 7px;
    font-size: 0.8rem;
    letter-spacing: .07em;
    text-transform: uppercase;
    font-weight: bold;
}

.field-name-field-tags a:after {
    content: ',';
    position: absolute;
    right: -2;
    bottom: 0;
    font-weight: bold;
}

.field-name-field-tags a:last-child:after {
    display: none;
}

.submenu-toggle {
    position: absolute;
    left: -30px;
    top: 1px;
    display: none;
    float: left;
    text-indent: 900px;
    overflow: hidden;
}

.submenu-toggle a {
    display: block;
    width: 30px;
    height: 20px;
    padding-right: 15px;
}

.submenu-toggle a:focus {
    border: 1px dotted;
}

.submenu-toggle a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #7C7D73 transparent transparent transparent;
    transition: transform 0.3s ease-in-out;
}

@media (min-width:768px) {
    .submenu-toggle {
        top: 3px;
    }

    .submenu-toggle a:after {
        top: calc(50% - 4px);
    }
}

#block-nwc-report-report-toc ul,
#block-nwc-report-report-toc-nav .toc-list ul {
    margin-top: 1rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
    font-size: 0.9rem;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    list-style-image: url(/sites/all/themes/nwc_theme/images/icons/bullet.png);
    padding-left: 1.0em;
}

@media (min-width:768px) {

    #block-nwc-report-report-toc ul,
    #block-nwc-report-report-toc-nav .toc-list ul {
        line-height: 1.5;
        font-size: 1.05rem;
        font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
        font-weight: 400;
    }
}

#block-nwc-report-report-toc ul li,
#block-nwc-report-report-toc-nav .toc-list ul li {
    margin: 0;
    padding-left: 5px;
}

#block-nwc-report-report-toc ul li:last-child,
#block-nwc-report-report-toc-nav .toc-list ul li:last-child {
    margin-bottom: 0;
}

#block-nwc-report-report-toc ul ul,
#block-nwc-report-report-toc-nav .toc-list ul ul {
    margin: 0;
    padding-left: 1em;
}

#block-nwc-report-report-toc ul ul li:last-child,
#block-nwc-report-report-toc-nav .toc-list ul ul li:last-child {
    margin-bottom: 0;
}

@media (min-width:768px) {

    #block-nwc-report-report-toc ul li,
    #block-nwc-report-report-toc-nav .toc-list ul li {
        padding-left: 10px;
    }
}

#block-nwc-report-report-toc ol,
#block-nwc-report-report-toc-nav .toc-list ol {
    margin-top: 1rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
    font-size: 0.9rem;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    display: table;
    list-style: none;
    counter-reset: li;
    padding-left: 0;
}

@media (min-width:768px) {

    #block-nwc-report-report-toc ol,
    #block-nwc-report-report-toc-nav .toc-list ol {
        line-height: 1.5;
        font-size: 1.05rem;
        font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
        font-weight: 400;
    }
}

#block-nwc-report-report-toc ol li,
#block-nwc-report-report-toc-nav .toc-list ol li {
    display: table-row;
    margin: 0;
    counter-increment: li;
}

#block-nwc-report-report-toc ol li::before,
#block-nwc-report-report-toc-nav .toc-list ol li::before {
    content: counter(li, decimal) '.';
    color: #EE8353;
    display: table-cell;
    padding-right: 10px;
    text-align: right;
}

#block-nwc-report-report-toc ol li:last-child,
#block-nwc-report-report-toc-nav .toc-list ol li:last-child {
    margin-bottom: 0;
}

#block-nwc-report-report-toc ol ol,
#block-nwc-report-report-toc-nav .toc-list ol ol {
    margin: 0;
    counter-reset: chapter;
}

#block-nwc-report-report-toc ol ol li,
#block-nwc-report-report-toc-nav .toc-list ol ol li {
    counter-increment: chapter;
}

#block-nwc-report-report-toc ol ol li::before,
#block-nwc-report-report-toc-nav .toc-list ol ol li::before {
    content: counter(chapter, lower-alpha) '.';
}

#block-nwc-report-report-toc ol ol ol,
#block-nwc-report-report-toc-nav .toc-list ol ol ol {
    counter-reset: roman;
}

#block-nwc-report-report-toc ol ol ol li,
#block-nwc-report-report-toc-nav .toc-list ol ol ol li {
    counter-increment: roman;
}

#block-nwc-report-report-toc ol ol ol li::before,
#block-nwc-report-report-toc-nav .toc-list ol ol ol li::before {
    content: counter(roman, lower-roman) '.';
}

@media (min-width:768px) {

    #block-nwc-report-report-toc ol li::before,
    #block-nwc-report-report-toc-nav .toc-list ol li::before {
        padding-right: 15px;
    }
}

#block-nwc-report-report-toc ul,
#block-nwc-report-report-toc-nav .toc-list ul,
#block-nwc-report-report-toc ol,
#block-nwc-report-report-toc-nav .toc-list ol {
    margin-top: 1.5rem;
}

@media (min-width:768px) {

    #block-nwc-report-report-toc ul,
    #block-nwc-report-report-toc-nav .toc-list ul,
    #block-nwc-report-report-toc ol,
    #block-nwc-report-report-toc-nav .toc-list ol {
        margin-top: 1.6rem;
    }
}

#block-nwc-report-report-toc .nav,
#block-nwc-report-report-toc-nav .toc-list .nav {
    list-style: none;
}

#block-nwc-report-report-toc .nav:before,
#block-nwc-report-report-toc-nav .toc-list .nav:before,
#block-nwc-report-report-toc .nav:after,
#block-nwc-report-report-toc-nav .toc-list .nav:after {
    content: " ";
    display: table;
}

#block-nwc-report-report-toc .nav:after,
#block-nwc-report-report-toc-nav .toc-list .nav:after {
    clear: both;
}

#block-nwc-report-report-toc .nav:after,
#block-nwc-report-report-toc-nav .toc-list .nav:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#block-nwc-report-report-toc li,
#block-nwc-report-report-toc-nav .toc-list li {
    position: relative;
}

#block-nwc-report-report-toc a,
#block-nwc-report-report-toc-nav .toc-list a {
    color: #3D3E39;
    text-decoration: none;
}

#block-nwc-report-report-toc a:visited,
#block-nwc-report-report-toc-nav .toc-list a:visited {
    color: #3D3E39;
    text-decoration: none;
}

#block-nwc-report-report-toc a:hover,
#block-nwc-report-report-toc-nav .toc-list a:hover {
    color: #696b63;
}

#block-nwc-report-report-toc .file-download-only>a,
#block-nwc-report-report-toc-nav .toc-list .file-download-only>a {
    padding-right: 35px;
    background-image: url(/sites/all/themes/nwc_theme/images/icons/file-o--gray.svg);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: right 0 center;
}

#block-nwc-report-report-toc>.nav,
#block-nwc-report-report-toc-nav .toc-list>.nav {
    padding-left: 30px;
    list-style: none;
}

#block-nwc-report-report-toc>.nav>li,
#block-nwc-report-report-toc-nav .toc-list>.nav>li {
    margin: 0;
    padding-left: 0;
}

#block-nwc-report-report-toc>.nav>li>a,
#block-nwc-report-report-toc-nav .toc-list>.nav>li>a {
    display: none;
}

#block-nwc-report-report-toc>.nav>li>.nav,
#block-nwc-report-report-toc-nav .toc-list>.nav>li>.nav {
    padding-left: 0;
}

#block-nwc-report-report-toc>.nav>li>.nav>li,
#block-nwc-report-report-toc-nav .toc-list>.nav>li>.nav>li {
    padding-left: 0;
}

#block-nwc-report-report-toc>.nav>li>.nav>li:first-child,
#block-nwc-report-report-toc-nav .toc-list>.nav>li>.nav>li:first-child {
    margin-top: 0;
}

#block-nwc-report-report-toc>.nav>li>.nav>li:last-child,
#block-nwc-report-report-toc-nav .toc-list>.nav>li>.nav>li:last-child {
    margin-bottom: 0;
}

#block-nwc-report-report-toc>.nav>li>.nav>li>.nav,
#block-nwc-report-report-toc-nav .toc-list>.nav>li>.nav>li>.nav {
    margin-top: 5px;
    padding-left: 10px;
}

#block-nwc-report-report-toc>.nav>li>.nav>li .nav,
#block-nwc-report-report-toc-nav .toc-list>.nav>li>.nav>li .nav {
    width: 100%;
}

#block-nwc-report-report-toc>.nav>li>.nav>li>.nav,
#block-nwc-report-report-toc-nav .toc-list>.nav>li>.nav>li>.nav {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, visibility 0s ease-out 0.3s;
    visibility: hidden;
}

#block-nwc-report-report-toc>.nav>li>.nav>li>a,
#block-nwc-report-report-toc-nav .toc-list>.nav>li>.nav>li>a {
    width: calc(100% - 30px);
}

#block-nwc-report-report-toc>.nav>li>.nav>li>.submenu-toggle,
#block-nwc-report-report-toc-nav .toc-list>.nav>li>.nav>li>.submenu-toggle {
    display: inline-block;
}

#block-nwc-report-report-toc>.nav>li>.nav>li.open>.submenu-toggle a:after,
#block-nwc-report-report-toc-nav .toc-list>.nav>li>.nav>li.open>.submenu-toggle a:after {
    transform: scaleY(-1);
}

#block-nwc-report-report-toc>.nav>li>.nav>li.open>.nav,
#block-nwc-report-report-toc-nav .toc-list>.nav>li>.nav>li.open>.nav {
    max-height: 2500px;
    transition: max-height 0.3s ease-out, visibility 0s ease-out 0s;
    visibility: visible;
}

@media (min-width:768px) {

    #block-nwc-report-report-toc>.nav,
    #block-nwc-report-report-toc-nav .toc-list>.nav {
        padding-left: 0;
    }
}

#block-nwc-report-report-toc-nav .toc-list>.nav>li>a {
    display: block;
}

#block-nwc-report-report-toc {
    margin: 20px 0 0;
    border-bottom: 1px solid #CCCCCC;
}

#block-nwc-report-report-toc .block__title {
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: bold;
}

#block-nwc-report-report-toc .nav {
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
}

#block-nwc-report-report-toc>.nav {
    margin: 1.5rem 0;
}

#block-nwc-report-report-toc>.nav>li>.nav {
    padding-left: 0;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
}

#block-nwc-report-report-toc>.nav>li>.nav>li {
    margin-bottom: 1rem;
    line-height: 1;
    font-size: 1rem;
    font-weight: bold;
}

#block-nwc-report-report-toc .nav>li>.nav>li>.nav>li {
    font-size: 1rem;
}

@media (min-width:768px) {
    #block-nwc-report-report-toc {
        margin-top: 40px;
    }

    #block-nwc-report-report-toc>.nav {
        margin: 2rem 0;
    }

    #block-nwc-report-report-toc>.nav>li>.nav>li {
        margin-bottom: 2rem;
        font-size: 1.5rem;
    }

    #block-nwc-report-report-toc>.nav>li>.nav>li .nav>li {
        font-size: 1.25rem;
    }
}

#block-nwc-report-report-toc-nav .toc-inner {
    margin-top: 40px;
}

#block-nwc-report-report-toc-nav .toc-button {
    padding: 15px 20px;
    color: #ffffff;
    background-color: #446252;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

#block-nwc-report-report-toc-nav .toc-button:hover {
    background-color: #5b7d6b;
}

#block-nwc-report-report-toc-nav .report-title--main,
#block-nwc-report-report-toc-nav .report-title--parent,
#block-nwc-report-report-toc-nav .report-title--page-title {
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
}

#block-nwc-report-report-toc-nav .report-title--parent {
    min-height: 25px;
    margin: 10px 0;
    padding-top: 4px;
    padding-left: 37px;
    background-image: url(/sites/all/themes/nwc_theme/images/icons/file-o.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0 center;
}

#block-nwc-report-report-toc-nav .report-title--page-title {
    margin-top: 13px;
    font-size: 1.1rem;
    line-height: 1;
}

#block-nwc-report-report-toc-nav .toc-list {
    display: none;
    padding: 15px;
    padding-right: 40px;
    color: #7C7D73;
    background-color: #EEEEEC;
    border: 1px solid #CCCCCC;
}

#block-nwc-report-report-toc-nav .toc-list a {
    color: #3D3E39;
    text-decoration: none;
}

#block-nwc-report-report-toc-nav .toc-list a:visited {
    color: #3D3E39;
    text-decoration: none;
}

#block-nwc-report-report-toc-nav .toc-list a:hover {
    color: #696b63;
}

#block-nwc-report-report-toc-nav .toc-list .submenu-toggle {
    width: 20px;
    left: -20px;
}

#block-nwc-report-report-toc-nav .toc-list .submenu-toggle a:after {
    top: 6px;
    border-width: 7px 5.5px 0 5.5px;
    border-color: #7C7D73 transparent transparent transparent;
}

#block-nwc-report-report-toc-nav .toc-list .file-download-only>a {
    padding-right: 25px;
    background-size: 15px;
}

#block-nwc-report-report-toc-nav .toc-list .nav {
    font-size: 1rem;
}

#block-nwc-report-report-toc-nav .toc-list>.nav {
    margin: 0;
}

#block-nwc-report-report-toc-nav .toc-list>.nav {
    padding-left: 15px;
}

#block-nwc-report-report-toc-nav .toc-list>.nav>li .nav {
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
}

#block-nwc-report-report-toc-nav .toc-list>.nav>li>.nav>li .nav {
    font-size: 0.8rem;
    letter-spacing: .07em;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
}

#block-nwc-report-report-toc-nav.open .toc-list {
    display: block;
}

@media (min-width:992px) {
    #block-nwc-report-report-toc-nav .report-title--page-title {
        font-size: 1.3rem;
    }

    #block-nwc-report-report-toc-nav .toc-wrapper:before,
    #block-nwc-report-report-toc-nav .toc-wrapper:after {
        content: " ";
        display: table;
    }

    #block-nwc-report-report-toc-nav .toc-wrapper:after {
        clear: both;
    }

    #block-nwc-report-report-toc-nav .toc-wrapper:after {
        content: " ";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }

    #block-nwc-report-report-toc-nav .toc-wrapper.stuck {
        position: fixed;
        top: 0;
        z-index: 20;
    }

    #block-nwc-report-report-toc-nav .toc-wrapper.stuck .toc-list {
        left: 0;
    }

    #block-nwc-report-report-toc-nav .toc-button {
        position: relative;
        float: left;
    }

    #block-nwc-report-report-toc-nav .toc-list {
        position: absolute;
        top: 100%;
        left: 15px;
        z-index: 100;
        padding: 20px;
        padding-right: 40px;
        overflow-y: scroll;
    }

    #block-nwc-report-report-toc-nav .submenu-toggle a:after {
        top: 6px;
    }
}

[data-module="ombubreadcrumbs"][data-delta="breadcrumb"]>.content {
    background-color: #F9F9F9;
}

[data-module="ombubreadcrumbs"][data-delta="breadcrumb"] .breadcrumb-container>h3 {
    margin: 0;
    padding: 15px 20px;
    font-size: 1.1rem;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
    font-style: italic;
    text-transform: uppercase;
    background-color: #EEEEEC;
}

[data-module="ombubreadcrumbs"][data-delta="breadcrumb"] .breadcrumb-container>h3 a {
    color: #EE8353;
    text-decoration: none;
}

[data-module="ombubreadcrumbs"][data-delta="breadcrumb"] .breadcrumb-container>h3 a:visited {
    color: #EE8353;
    text-decoration: none;
}

[data-module="ombubreadcrumbs"][data-delta="breadcrumb"] .breadcrumb-container>h3 a:hover {
    color: #f99264;
}

[data-module="ombubreadcrumbs"][data-delta="breadcrumb"] ul {
    list-style: none;
    padding: 0 20px;
    line-height: 1.4;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
}

[data-module="ombubreadcrumbs"][data-delta="breadcrumb"] ul:before,
[data-module="ombubreadcrumbs"][data-delta="breadcrumb"] ul:after {
    content: " ";
    display: table;
}

[data-module="ombubreadcrumbs"][data-delta="breadcrumb"] ul:after {
    clear: both;
}

[data-module="ombubreadcrumbs"][data-delta="breadcrumb"] ul:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

[data-module="ombubreadcrumbs"][data-delta="breadcrumb"] .breadcrumb-container>ul {
    margin: 0;
    padding-bottom: 20px;
}

[data-module="ombubreadcrumbs"][data-delta="breadcrumb"] .breadcrumb-container>ul>li.last {
    margin-bottom: 0;
}

[data-module="ombubreadcrumbs"][data-delta="breadcrumb"] .breadcrumb-container>ul li {
    margin: 20px 0;
    padding-left: 0;
}

[data-module="ombubreadcrumbs"][data-delta="breadcrumb"] .breadcrumb-container>ul a {
    color: #3D3E39;
    text-decoration: none;
}

[data-module="ombubreadcrumbs"][data-delta="breadcrumb"] .breadcrumb-container>ul a:visited {
    color: #3D3E39;
    text-decoration: none;
}

[data-module="ombubreadcrumbs"][data-delta="breadcrumb"] .breadcrumb-container>ul a:hover {
    color: #696b63;
}

[data-module="ombubreadcrumbs"][data-delta="breadcrumb"] .breadcrumb-container>ul a.active {
    color: #71afce;
}

[data-module="ombubreadcrumbs"][data-delta="breadcrumb"] .breadcrumb-container>ul ul {
    font-size: 16px;
}

@media (min-width:992px) {
    [data-module="ombubreadcrumbs"][data-delta="breadcrumb"] .breadcrumb-container>h3 {
        font-size: 1.3rem;
    }
}

[data-module="nwc_news"][data-delta="nwc_news_related"] .block__title,
[data-module="nwc_reports"][data-delta="nwc_reports_related"] .block__title {
    margin-top: 0;
    margin-bottom: 2rem;
}

[data-module="nwc_news"][data-delta="nwc_news_related"] .node,
[data-module="nwc_reports"][data-delta="nwc_reports_related"] .node {
    margin-bottom: 40px;
}

@media (min-width:768px) {

    [data-module="nwc_news"][data-delta="nwc_news_related"] .block__content,
    [data-module="nwc_reports"][data-delta="nwc_reports_related"] .block__content {
        margin-left: -20px;
        margin-right: -20px;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }

    [data-module="nwc_news"][data-delta="nwc_news_related"] .node,
    [data-module="nwc_reports"][data-delta="nwc_reports_related"] .node {
        display: flex;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width:1240px) {

    [data-module="nwc_news"][data-delta="nwc_news_related"] .node,
    [data-module="nwc_reports"][data-delta="nwc_reports_related"] .node {
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

[data-name="calendar_promo"][data-type="region"] {
    background-color: #EE8353;
}

[data-name="calendar_promo"][data-type="region"] [data-delta="nwc_meeting_calendar_promotion"] {
    min-height: 0 !important;
}

[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo {
    position: relative;
}

[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo:before,
[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo:after {
    content: " ";
    display: table;
}

[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo:after {
    clear: both;
}

[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo a {
    color: #ffffff;
    text-decoration: none;
}

[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo a:visited {
    color: #ffffff;
    text-decoration: none;
}

[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo a:hover {
    color: #ffffff;
    text-decoration: underline;
}

[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .next-meeting,
[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .previous-meeting {
    display: block;
}

[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .next-meeting:before,
[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .previous-meeting:before,
[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .next-meeting:after,
[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .previous-meeting:after {
    content: " ";
    display: table;
}

[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .next-meeting:after,
[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .previous-meeting:after {
    clear: both;
}

[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .next-meeting:after,
[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .previous-meeting:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .next-meeting {
    margin: 15px 0;
}

[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .next-meeting a {
    display: block;
}

[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .previous-meeting {
    display: none;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 15px;
    background-color: #446252;
}

[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .previous-meeting .calendar-icon {
    margin-bottom: 0;
}

[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .calendar-icon {
    float: left;
    width: 30px;
    margin: 0 15px 20px 0;
}

[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .next-meeting__text,
[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .next-meeting__date {
    display: block;
}

[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .next-meeting__text {
    line-height: 1;
    margin-bottom: .5rem;
}

[data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .next-meeting__date {
    font-size: 0.8rem;
}

@media (min-width:768px) {
    [data-delta="nwc_meeting_calendar_promotion"] .calendar-promo {
        padding: 15px 0;
    }

    [data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .next-meeting,
    [data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .previous-meeting {
        width: 50%;
    }

    [data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .next-meeting {
        float: left;
        margin: 0;
    }

    [data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .calendar-icon {
        width: 40px;
    }

    [data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .next-meeting__text {
        font-size: 1.5rem;
    }

    [data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .next-meeting__date {
        font-size: 16px;
    }

    [data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .previous-meeting {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        margin: 0;
        padding-right: 0;
        background-color: transparent;
    }

    [data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .previous-meeting span {
        width: 100%;
        text-align: right;
    }

    [data-delta="nwc_meeting_calendar_promotion"] .calendar-promo .previous-meeting .calendar-icon {
        display: none;
    }
}

.bean-container {
    margin-bottom: 50px;
}

.bean-container>.block__title {
    margin-top: 0;
    margin-bottom: 2rem;
}

.bean-container>.block__content {
    margin-left: -15px;
    margin-right: -15px;
}

.bean-container>.block__content:before,
.bean-container>.block__content:after {
    content: " ";
    display: table;
}

.bean-container>.block__content:after {
    clear: both;
}

.bean-container>.block__content:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.bean-container [data-module="bean"] {
    margin-bottom: 40px;
}

.bean-container p:last-child {
    margin-bottom: 0;
}

.bean-container-tabbed .tabbable-select {
    display: none;
}

.bean-container-tabbed .tabbable-tabs {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.bean-container-tabbed .nav-tabs {
    display: flex;
    list-style: none;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow-x: auto;
    overflow-y: visible;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 2px;
    position: relative;
    width: auto;
}

.bean-container-tabbed .nav-tabs:after {
    background: #5A92AE;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
}

@media (min-width:768px) {
    .bean-container-tabbed .nav-tabs {
        margin-left: -60px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .bean-container-tabbed .nav-tabs:after {
        background-image: linear-gradient(to right, #ffffff 0, #5A92AE 5%, #5A92AE 95%, #ffffff 100%);
    }
}

@media (min-width:992px) {
    .bean-container-tabbed .nav-tabs {
        padding-left: 34.9995px;
        padding-right: 34.9995px;
    }
}

@media (min-width:1240px) {
    .bean-container-tabbed .nav-tabs {
        margin-right: -60px;
    }
}

.bean-container-tabbed .nav-tabs li {
    flex: 0 1 auto;
    margin-bottom: -2px;
    margin-right: 10px;
    width: calc(50% - 5px);
}

.bean-container-tabbed .nav-tabs li:last-child {
    margin-right: 0;
}

.bean-container-tabbed .nav-tabs li a:hover,
.bean-container-tabbed .nav-tabs li a:focus,
.bean-container-tabbed .nav-tabs li a.active,
.bean-container-tabbed .nav-tabs li.active a {
    background-color: #ffffff;
    color: #3D3E39;
}

.bean-container-tabbed .nav-tabs li a.active,
.bean-container-tabbed .nav-tabs li.active a {
    border-bottom: none;
    padding-bottom: 14px;
}

@media (min-width:768px) {
    .bean-container-tabbed .nav-tabs li {
        margin-right: 10px;
        width: auto;
    }

    .bean-container-tabbed .nav-tabs li a.active,
    .bean-container-tabbed .nav-tabs li.active a {
        padding-bottom: 24px;
    }
}

.bean-container-tabbed .nav-tabs a {
    align-items: center;
    background-color: #E7EFF3;
    border: 2px solid #5A92AE;
    border-radius: 4px 4px 0 0;
    color: #3D3E39;
    display: flex;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-size: 0.8rem;
    font-weight: 900;
    height: 100%;
    line-height: calc(1.25em);
    padding: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}

@media (min-width:768px) {
    .bean-container-tabbed .nav-tabs a {
        font-size: 1rem;
        line-height: calc(1.07142857em);
        padding: 22px;
    }
}

.bean-container-tabbed .tab-pane {
    display: none;
}

.bean-container-tabbed .tab-pane.active {
    display: block;
}

.bean-container-tabbed .tab-pane [data-module="bean"] {
    margin-bottom: 0;
}

#block-nwc-base-nwc-base-home-hero {
    padding: 0;
}

#block-nwc-base-nwc-base-home-hero:before,
#block-nwc-base-nwc-base-home-hero:after {
    content: " ";
    display: table;
}

#block-nwc-base-nwc-base-home-hero:after {
    clear: both;
}

#block-nwc-base-nwc-base-home-hero:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#block-nwc-base-nwc-base-home-hero .home-hero-wrapper {
    background-color: #ffffff;
}

#block-nwc-base-nwc-base-home-hero .home-hero-wrapper__mobile-image {
    height: 150px;
    background-size: cover;
    background-position: center;
    background-image: url(/sites/all/themes/nwc_theme/images/test-menu-bg.jpg) !important;
}

#block-nwc-base-nwc-base-home-hero .home-hero-wrapper__overlay {
    padding: 40px;
    text-align: center;
    background-color: #ffffff;
}

#block-nwc-base-nwc-base-home-hero p {
    margin: 0;
    font-size: 1.2rem;
    color: #006699;
}

@media (min-width:768px) {
    #block-nwc-base-nwc-base-home-hero .home-hero-wrapper {
        padding: 50px 20px;
        text-align: center;
        background-size: cover;
        background-image: url(/sites/all/themes/nwc_theme/images/test-menu-bg.jpg) !important;
    }

    #block-nwc-base-nwc-base-home-hero .home-hero-wrapper__mobile-image {
        display: none;
    }

    #block-nwc-base-nwc-base-home-hero .home-hero-wrapper__overlay {
        max-width: 600px;
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 0.8);
    }
}

@media (min-width:992px) {
    #block-nwc-base-nwc-base-home-hero p {
        font-size: 1.7rem;
    }
}

.front #block-ombucleanup-page-title {
    display: none;
}

.front #block-system-main {
    margin-bottom: 0;
}

.front #block-bean-home-featured-news11 {
    margin-bottom: 0;
}

.skip-link,
.sitemap-link {
    color: #006699;
    display: block;
    height: 0;
    text-indent: -9999px;
}

.skip-link:focus,
.sitemap-link:focus,
.skip-link:active,
.sitemap-link:active,
.skip-link:hover,
.sitemap-link:hover {
    display: inline-block;
    height: auto;
    text-indent: 0;
}

#block-nwc-news-nwc-news-featured {
    padding: 0;
}

#block-nwc-news-nwc-news-featured .wrapper__inner {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 80px;
    padding-bottom: 20px;
}

@media (min-width:768px) {
    #block-nwc-news-nwc-news-featured .wrapper__inner {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width:992px) {
    #block-nwc-news-nwc-news-featured .wrapper__inner {
        padding-left: 80px;
        padding-right: 80px;
    }
}

#block-nwc-news-nwc-news-featured .content {
    color: #ffffff;
}

#block-nwc-news-nwc-news-featured .title {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
}

#block-nwc-news-nwc-news-featured .title a {
    color: #ffffff;
    text-decoration: none;
}

#block-nwc-news-nwc-news-featured .title a:visited {
    color: #ffffff;
    text-decoration: none;
}

#block-nwc-news-nwc-news-featured .title a:hover {
    color: #CCCCCC;
}

#block-nwc-news-nwc-news-featured .author-info {
    margin-bottom: 10px;
}

#block-nwc-news-nwc-news-featured .author-info__date,
#block-nwc-news-nwc-news-featured .author-info__author {
    font-size: 0.8rem;
}

#block-nwc-news-nwc-news-featured .author-info__date {
    display: inline-block;
    padding-right: 10px;
    text-transform: uppercase;
}

#block-nwc-news-nwc-news-featured .author-info__author {
    display: inline-block;
    position: relative;
    margin-left: -5px;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
}

#block-nwc-news-nwc-news-featured .author-info__author a {
    color: #ffffff;
    text-decoration: none;
}

#block-nwc-news-nwc-news-featured .author-info__author a:visited {
    color: #ffffff;
    text-decoration: none;
}

#block-nwc-news-nwc-news-featured .author-info__author a:hover {
    color: #CCCCCC;
}

#block-nwc-news-nwc-news-featured .author-info__author:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
}

#block-nwc-news-nwc-news-featured .summary {
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
    background-color: rgba(51, 51, 51, 0.67);
}

#block-nwc-news-nwc-news-featured .summary p {
    margin-top: 1rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
    font-size: 0.9rem;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    margin-top: .8rem;
    line-height: 1.3;
    font-size: 1.1rem;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
    line-height: 1.1;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    #block-nwc-news-nwc-news-featured .summary p {
        line-height: 1.5;
        font-size: 1.05rem;
        font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
        font-weight: 400;
    }
}

@media (min-width:768px) {
    #block-nwc-news-nwc-news-featured .summary p {
        line-height: 1.3;
        font-size: 1.3rem;
    }
}

#block-nwc-news-nwc-news-featured .summary p:first-child {
    margin-top: 0;
}

#block-nwc-news-nwc-news-featured .summary>* {
    margin-top: 0;
}

#block-nwc-news-nwc-news-featured .summary>*:last-child {
    margin-bottom: 0;
}

#block-nwc-news-nwc-news-featured .more-link a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

#block-nwc-news-nwc-news-featured .more-link a:visited {
    color: #ffffff;
    text-decoration: none;
}

#block-nwc-news-nwc-news-featured .more-link a:hover {
    color: #CCCCCC;
}

@media (min-width:768px) {
    #block-nwc-news-nwc-news-featured .wrapper__inner {
        padding-top: 150px;
    }
}

.bean-rte-rte .field-name-field-description ul {
    margin-top: 1rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
    font-size: 0.9rem;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    list-style-image: url(/sites/all/themes/nwc_theme/images/icons/bullet.png);
    padding-left: 1.0em;
}

@media (min-width:768px) {
    .bean-rte-rte .field-name-field-description ul {
        line-height: 1.5;
        font-size: 1.05rem;
        font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
        font-weight: 400;
    }
}

.bean-rte-rte .field-name-field-description ul li {
    margin: 0;
    padding-left: 5px;
}

.bean-rte-rte .field-name-field-description ul li:last-child {
    margin-bottom: 0;
}

.bean-rte-rte .field-name-field-description ul ul {
    margin: 0;
    padding-left: 1em;
}

.bean-rte-rte .field-name-field-description ul ul li:last-child {
    margin-bottom: 0;
}

@media (min-width:768px) {
    .bean-rte-rte .field-name-field-description ul li {
        padding-left: 10px;
    }
}

.bean-rte-rte .field-name-field-description ol {
    margin-top: 1rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
    font-size: 0.9rem;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    display: table;
    list-style: none;
    counter-reset: li;
    padding-left: 0;
}

@media (min-width:768px) {
    .bean-rte-rte .field-name-field-description ol {
        line-height: 1.5;
        font-size: 1.05rem;
        font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
        font-weight: 400;
    }
}

.bean-rte-rte .field-name-field-description ol li {
    display: table-row;
    margin: 0;
    counter-increment: li;
}

.bean-rte-rte .field-name-field-description ol li::before {
    content: counter(li, decimal) '.';
    color: #EE8353;
    display: table-cell;
    padding-right: 10px;
    text-align: right;
}

.bean-rte-rte .field-name-field-description ol li:last-child {
    margin-bottom: 0;
}

.bean-rte-rte .field-name-field-description ol ol {
    margin: 0;
    counter-reset: chapter;
}

.bean-rte-rte .field-name-field-description ol ol li {
    counter-increment: chapter;
}

.bean-rte-rte .field-name-field-description ol ol li::before {
    content: counter(chapter, lower-alpha) '.';
}

.bean-rte-rte .field-name-field-description ol ol ol {
    counter-reset: roman;
}

.bean-rte-rte .field-name-field-description ol ol ol li {
    counter-increment: roman;
}

.bean-rte-rte .field-name-field-description ol ol ol li::before {
    content: counter(roman, lower-roman) '.';
}

@media (min-width:768px) {
    .bean-rte-rte .field-name-field-description ol li::before {
        padding-right: 15px;
    }
}

.bean-rte-rte .field-name-field-description ul,
.bean-rte-rte .field-name-field-description ol {
    margin-top: 1.5rem;
}

@media (min-width:768px) {

    .bean-rte-rte .field-name-field-description ul,
    .bean-rte-rte .field-name-field-description ol {
        margin-top: 1.6rem;
    }
}

.field.field-name-body a {
    text-decoration: underline;
}

.search-api-page-results div.search-result__mini_info {
    padding-right: 10px;
    padding-left: 0;
    color: #5A92AE;
    font-size: 14px;
}

.search-api-page-results div.search-result__mini_info .mini_info_type {
    text-transform: uppercase;
    font-weight: bold;
}

.search-api-page-results div.search-result__mini_info .mini_info_date {
    margin-top: 2em;
    font-style: italic;
}

.search-api-page-results div.search-result__mini_info .mini_info_report_id,
.search-api-page-results div.search-result__mini_info .mini_info_author {
    font-style: italic;
}

.search-api-page-results div.search-result__info {
    padding-left: 10px;
    border-left: 1px solid #5A92AE;
}

.search-api-page-results .search-result__meta {
    display: none;
}

.page-news .search-api-page-results .search-result-news .search-result__meta,
.page-reports .search-api-page-results .search-result-report .search-result__meta {
    display: block;
}

.page-news .search-api-page-results .search-result-news .search-result__info,
.page-reports .search-api-page-results .search-result-report .search-result__info {
    border-left: none;
    padding-left: 0;
}

.page-search aside#block-system-main {
    padding-left: 0;
}

@media (min-width:320px) {}

@media (min-width:480px) {}

@media (min-width:768px) {

    #page>[data-type="region"]>.container,
    #page>[data-type="region-container"]>.container,
    #page>[data-type="region-container"][data-name="sections"]>.field-type-tiles-section [data-type="region"][data-name="section"]>.container,
    #page>[data-type="region-container"][data-name="sections"]>.field-type-tiles-section [data-type="region"][data-name="section"]>.container {
        max-width: none;
        position: relative;
        padding-left: 60px;
        padding-right: 60px;
    }

    #page>[data-type="region-container"][data-name="core"] [data-type="region"]>.container {
        padding-left: 0;
        padding-right: 0;
    }

    #page>[data-type="region-container"][data-name="sections"]>.field-type-tiles-section [data-type="region"][data-name="section"] .container.header .block.header {
        min-height: 0;
    }

    #page>[data-type="region-container"][data-name="sections"]>.field-type-tiles-section [data-type="region"][data-name="section"]>.container>.container {
        padding-left: 0;
        padding-right: 0;
    }

    .site-logo {
        width: 217px;
        padding-top: 9px;
    }
}

@media (min-width:992px) {

    #page>[data-type="region"]>.container,
    #page>[data-type="region-container"]>.container,
    #page>[data-type="region-container"][data-name="sections"]>.field-type-tiles-section [data-type="region"][data-name="section"]>.container,
    #page>[data-type="region-container"][data-name="sections"]>.field-type-tiles-section [data-type="region"][data-name="section"]>.container {
        max-width: 1440px;
        position: relative;
        padding-left: 80px;
        padding-right: 80px;
    }

    #page>[data-type="region-container"][data-name="core"] [data-type="region"]>.container {
        padding-left: 0;
        padding-right: 0;
    }

    #page>[data-type="region-container"][data-name="sections"]>.field-type-tiles-section [data-type="region"][data-name="section"] .container.header .block.header {
        min-height: 0;
    }

    #page>[data-type="region-container"][data-name="sections"]>.field-type-tiles-section [data-type="region"][data-name="section"]>.container>.container {
        padding-left: 0;
        padding-right: 0;
    }

    .footer__top {
        padding: 40px 0;
    }

    .footer__top [data-type="region"][data-name="footer"]>.container>.row {
        margin-left: -40px;
        margin-right: -40px;
    }

    .footer__top [data-type="region"][data-name="footer"]>.container>.row>* {
        margin-bottom: 0;
        padding-left: 40px;
        padding-right: 40px;
    }

    .footer__top [data-delta="footer-contact"] ul,
    .footer__top [data-delta="footer-contact"] .field-name-field-bean-link-links {
        max-width: 300px;
        column-count: 2;
        column-gap: 40px;
    }

    .footer__bottom {
        padding: 15px 0;
    }

    .footer__bottom [data-delta="copyright"] {
        margin: 0;
    }

    .footer__bottom .nav {
        float: right;
    }

    .footer__bottom .nav li {
        position: relative;
        display: inline-block;
        margin: 0 0 0 -5px;
    }

    .footer__bottom .nav li a {
        padding: 0 7px;
    }

    .footer__bottom .nav li:last-child a {
        border: none;
    }

    .footer__bottom .nav li:last-child a:before {
        content: '|';
        position: absolute;
        left: 0;
        top: 4px;
        color: #EE8353;
    }
}

@media (min-width:1155px) {
    .header__top {
        height: 100px;
        padding-top: 27px;
        padding-bottom: 27px;
    }

    .site-logo {
        width: 278px;
        height: 48px;
        padding: 0;
        margin-top: -2px;
    }

    .mobile-menu-toggles {
        display: none;
    }

    [data-type="region"][data-name="header"] {
        float: right;
        clear: none;
        width: 510px;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

    [data-delta="header-menu"] {
        display: block;
        width: 25%;
        padding-left: 0;
        padding-right: 0;
    }

    [data-delta="header-menu"] .block__title {
        display: none;
    }

    [data-delta="header-menu"] .nav {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: inherit;
        font-family: inherit;
    }

    [data-delta="header-menu"] .nav li {
        margin: 0;
        padding: 0;
    }

    [data-delta="header-menu"] .nav li:before {
        display: none;
    }

    [data-delta="header-menu"] a {
        color: #ffffff;
        text-decoration: none;
        float: right;
        margin-right: 35px;
        font-size: 1rem;
        font-weight: 100;
        font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
        line-height: 50px;
        text-transform: uppercase;
    }

    [data-delta="header-menu"] a:visited {
        color: #ffffff;
        text-decoration: none;
    }

    [data-delta="header-menu"] a:hover {
        color: #CCCCCC;
    }

    .header__top #block-search-api-page-search {
        display: block;
        position: relative;
        float: right;
        width: 75%;
    }

    .header__bottom {
        position: relative;
        display: block;
        height: 60px;
        background-color: transparent;
    }

    [data-type="region"][data-name="header_bottom"]>.container {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .dropdown-menu-open .region-overlay {
        display: none;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu {
        margin-left: -15px;
        padding: 0 15px;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
        margin-right: -5px;
        padding: 0 15px;
        background-color: #ffffff;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item .menu-link-item__dropdown-toggle {
        margin-top: 0;
        margin-left: 0;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item a.menu-link-item__link {
        height: 60px;
        line-height: 63px;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item.open {
        background-color: transparent;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item:first-child .menu-link-item__menu-bg,
    [data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item:last-child .menu-link-item__menu-bg {
        position: relative;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item:first-child .menu-link-item__menu-bg:after,
    [data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item:last-child .menu-link-item__menu-bg:after {
        content: '';
        position: absolute;
        top: 0;
        height: 60px;
        width: 2500px;
        background-color: #ffffff;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item:first-child .menu-link-item__menu-bg:after {
        right: calc(100% + 15px);
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item:last-child .menu-link-item__menu-bg:after {
        left: calc(100% + 15px);
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu-item {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 50;
        width: 100%;
        height: auto;
        padding: 0;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: visibility .15s, opacity .15s;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu__menu-link-item.open .rich-menu-item {
        visibility: visible;
        opacity: 1;
        pointer-events: all;
        overflow: visible;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu__menu-link-item.open .rich-menu-item.transition-height {
        transition: height 0.2s ease-in-out;
    }

    .header__menu-dropdown-spacer {
        z-index: -1;
        height: 0;
        margin-top: -60px;
        padding-top: 60px;
        overflow: hidden;
        pointer-events: none;
        transition: height 0.2s ease-in-out 0s, background-color 0s ease-in-out 0.2s;
        background-color: #006699;
    }

    .menu-open--meetings .header__menu-dropdown-spacer {
        background-color: #EE8353;
        transition: height 0.2s ease-in-out 0s, background-color 0s ease-in-out 0s;
    }

    .menu-open--no-transition .header__menu-dropdown-spacer {
        transition: height 0.2s ease-in-out 0s, background-color 0s ease-in-out 0s;
    }

    .header__menu-dropdown-spacer .menu-dropdown-spacer__bg-images {
        position: relative;
        height: 200px;
        margin-top: -60px;
        background-color: #3D3E39;
        border-bottom: 1px solid #5A92AE;
        transition: height .15s;
    }

    .menu-open--meetings .header__menu-dropdown-spacer .menu-dropdown-spacer__bg-images {
        border-bottom-width: 0;
    }

    .menu-open--meetings .header__menu-dropdown-spacer .menu-dropdown-spacer__bg-images:after {
        background-color: #EE8353;
        transition: all 0s ease-in-out 0s;
    }

    .menu-open--no-transition .header__menu-dropdown-spacer .menu-dropdown-spacer__bg-images:after {
        transition: all 0s ease-in-out 0s;
    }

    .header__menu-dropdown-spacer .menu-dropdown-spacer__bg-images:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 63, 117, 0.67);
        transition: all 0s ease 0.15s;
    }

    .header__menu-dropdown-spacer .menu-dropdown-spacer__bg-images .item-bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        filter: grayscale(1);
        opacity: 0;
        transition: opacity .15s;
    }

    .header__menu-dropdown-spacer .menu-dropdown-spacer__bg-images .item-bg.active {
        opacity: 1;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu-item .container.header {
        background-image: none !important;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu-item .container.header .header__inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu-item .container.header .header__bg-image {
        display: none;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu-item .container.header .header__text {
        float: left;
        width: 70%;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu-item .container.header .header__text br {
        display: inline;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu-item .container.header .header__cta {
        float: right;
        width: 30%;
        padding-top: 5px;
        padding-left: 20px;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu-item .container.header .btn {
        float: right;
        margin: 0;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu-item .container.content {
        border: none;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu-item ul>li,
    [data-delta="rich-menu-primary-menu"] .rich-menu-item .field-name-field-bean-link-links a {
        margin: 15px 0;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu__menu-link-item.meetings .rich-menu-item {
        width: 100vw;
        left: -65px;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu__menu-link-item.meetings #block-nwc-meeting-nwc-meeting-calendar-promotion {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:1155px) and (min-width:768px) {
    [data-type="region"][data-name="header_bottom"]>.container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width:1155px) and (min-width:992px) {
    [data-type="region"][data-name="header_bottom"]>.container {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (min-width:1155px) and (min-width:1240px) {
    [data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width:1155px) and (min-width:768px) {
    [data-delta="rich-menu-primary-menu"] .rich-menu__menu-link-item.meetings #block-nwc-meeting-nwc-meeting-calendar-promotion {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width:1155px) and (min-width:992px) {
    [data-delta="rich-menu-primary-menu"] .rich-menu__menu-link-item.meetings #block-nwc-meeting-nwc-meeting-calendar-promotion {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (min-width:1240px) {
    [data-delta="rich-menu-primary-menu"] .rich-menu {
        margin-left: -20px;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item {
        padding: 0 20px;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item:first-child .menu-link-item__menu-bg:after {
        right: calc(100% + 20px);
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu>li.rich-menu__menu-link-item:last-child .menu-link-item__menu-bg:after {
        left: calc(100% + 20px);
    }
}

@media (min-width:1440px) {
    [data-delta="rich-menu-primary-menu"] .rich-menu__menu-link-item.meetings .rich-menu-item {
        left: 0;
        overflow: visible;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu__menu-link-item.meetings .rich-menu-item .bean-calendar {
        width: 100vw;
        margin-left: calc((-100vw / 2) + ((1280px + (60px / 2)) / 2));
        margin-right: calc((-100vw / 2) + (1280px / 2));
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu__menu-link-item.meetings .rich-menu-item {
        width: 100%;
        left: 0;
    }

    [data-delta="rich-menu-primary-menu"] .rich-menu__menu-link-item.meetings #block-nwc-meeting-nwc-meeting-calendar-promotion {
        padding-left: 15px;
        padding-right: 15px;
    }
}

_:-moz-tree-row(hover),
html {
    overflow-x: visible;
}

* {
    text-shadow: none !important;
    color: #000;
    background: transparent;
    box-shadow: none !important;
}

a,
a:visited {
    text-decoration: underline;
}

a[href]:after {
    content: " ("attr(href) ")";
}

abbr[title]:after {
    content: " ("attr(title) ")";
}

.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
}

pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

thead {
    display: table-header-group;
}

tr,
img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}

@page {
    margin: 2cm .5cm;
}

p,
h2,
h3,
.bean-callout:not(.stinger-style):not(.second-style) .field-name-field-callout-title,
.bean-callout.second-style .field-name-field-callout-title {
    orphans: 3;
    widows: 3;
}

h2,
h3,
.bean-callout:not(.stinger-style):not(.second-style) .field-name-field-callout-title,
.bean-callout.second-style .field-name-field-callout-title {
    page-break-after: avoid;
}

.navbar {
    display: none;
}

.table td,
.table th {
    background-color: #fff !important;
}

.btn>.caret,
.dropup>.btn>.caret {
    border-top-color: #000 !important;
}

.label {
    border: 1px solid #000;
}

.table {
    border-collapse: collapse !important;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
}

#ribbon {
    display: none;
}

a:after {
    content: '';
}

a[href]:after {
    content: none !important;
}

.header,
.footer,
.bean-ombugallery,
.bean-callout,
.file-video,
.btn,
.btn.btn-primary,
.file-download,
.alert {
    display: none;
}

#toolbar {
    display: none !important;
}

blockquote {
    border: none;
}

table th,
table td {
    border: 1px solid #000000;
}

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

* {
    background-image: none !important;
}

html {
    padding-top: 0;
}

[data-type="region"][data-name="content"] .node .field-name-body,
body:not([class*="node-type-"]) #main {
    margin: 40px 0;
}

[data-name="calendar_promo"][data-type="region"],
[data-name="content_top"][data-type="region"],
.node-type-news [data-type="region"][data-name="content_top"] {
    background-color: transparent;
}

[data-name="calendar_promo"][data-type="region"] {
    display: none;
}

[data-type='region'][data-name='section'],
[data-type="region"][data-name="content_bottom"] {
    background-color: transparent !important;
}

[data-type='region'][data-name='section'].section-style--orange>.header>.row>.header>h2,
[data-type='region'][data-name='section'].section-style--blue>.header>.row>.header>h2,
[data-type='region'][data-name='section'].section-style--green>.header>.row>.header>h2 {
    color: #3D3E39;
}

[data-type='region'][data-name='section'].section-style--orange>.content>.container>.row>[data-module="bean"]>.block__title,
[data-type='region'][data-name='section'].section-style--blue>.content>.container>.row>[data-module="bean"]>.block__title,
[data-type='region'][data-name='section'].section-style--green>.content>.container>.row>[data-module="bean"]>.block__title {
    color: #3D3E39;
}

[data-type='region'][data-name='section'].section-style--orange>.content>.container>.row>.bean-rte-rte,
[data-type='region'][data-name='section'].section-style--blue>.content>.container>.row>.bean-rte-rte,
[data-type='region'][data-name='section'].section-style--green>.content>.container>.row>.bean-rte-rte,
[data-type='region'][data-name='section'].section-style--orange>.content>.container>.row>.solr-bean.icon-list-style,
[data-type='region'][data-name='section'].section-style--blue>.content>.container>.row>.solr-bean.icon-list-style,
[data-type='region'][data-name='section'].section-style--green>.content>.container>.row>.solr-bean.icon-list-style {
    color: #3D3E39;
}

[data-type='region'][data-name='section'].section-style--orange>.content>.container>.row>.bean-rte-rte a:not([class]),
[data-type='region'][data-name='section'].section-style--blue>.content>.container>.row>.bean-rte-rte a:not([class]),
[data-type='region'][data-name='section'].section-style--green>.content>.container>.row>.bean-rte-rte a:not([class]),
[data-type='region'][data-name='section'].section-style--orange>.content>.container>.row>.solr-bean.icon-list-style a:not([class]),
[data-type='region'][data-name='section'].section-style--blue>.content>.container>.row>.solr-bean.icon-list-style a:not([class]),
[data-type='region'][data-name='section'].section-style--green>.content>.container>.row>.solr-bean.icon-list-style a:not([class]) {
    color: #3D3E39;
    text-decoration: none;
    text-decoration: underline;
}

[data-type='region'][data-name='section'].section-style--orange>.content>.container>.row>.bean-rte-rte a:not([class]):visited,
[data-type='region'][data-name='section'].section-style--blue>.content>.container>.row>.bean-rte-rte a:not([class]):visited,
[data-type='region'][data-name='section'].section-style--green>.content>.container>.row>.bean-rte-rte a:not([class]):visited,
[data-type='region'][data-name='section'].section-style--orange>.content>.container>.row>.solr-bean.icon-list-style a:not([class]):visited,
[data-type='region'][data-name='section'].section-style--blue>.content>.container>.row>.solr-bean.icon-list-style a:not([class]):visited,
[data-type='region'][data-name='section'].section-style--green>.content>.container>.row>.solr-bean.icon-list-style a:not([class]):visited {
    color: #3D3E39;
    text-decoration: none;
}

[data-type='region'][data-name='section'].section-style--orange>.content>.container>.row>.bean-rte-rte a:not([class]):hover,
[data-type='region'][data-name='section'].section-style--blue>.content>.container>.row>.bean-rte-rte a:not([class]):hover,
[data-type='region'][data-name='section'].section-style--green>.content>.container>.row>.bean-rte-rte a:not([class]):hover,
[data-type='region'][data-name='section'].section-style--orange>.content>.container>.row>.solr-bean.icon-list-style a:not([class]):hover,
[data-type='region'][data-name='section'].section-style--blue>.content>.container>.row>.solr-bean.icon-list-style a:not([class]):hover,
[data-type='region'][data-name='section'].section-style--green>.content>.container>.row>.solr-bean.icon-list-style a:not([class]):hover {
    color: #696b63;
}

#block-nwc-base-nwc-base-home-hero .home-hero-wrapper {
    background-image: none !important;
    padding-bottom: 0;
}

#block-ombucleanup-page-title {
    border-bottom: 1px solid #CCCCCC;
}

#block-ombucleanup-page-title .page-title-banner__text-wrapper {
    margin-top: 0;
}

.field-name-field-topics a,
.field-name-field-tags a {
    color: #000000 !important;
}

[data-module="nwc_report"][data-delta="report_toc"] .submenu-toggle {
    display: none;
}

#block-ombucleanup-page-title {
    width: 100%;
}

.calendar-tile-content-actions-subscribe {
    display: none !important;
}

.page-calendar #main {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.page-calendar #block-ombucleanup-page-title,
.page-calendar [data-type="region"][data-name="sidebar_second"] {
    display: none;
}

.page-calendar .date-filters,
.pager,
[data-module="facetapi"] {
    display: none;
}

.meeting-days-wrapper {
    margin-bottom: 20px;
}

.meeting-days-wrapper .meetings-days-wrapper__month {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    color: #006699;
    border-bottom: 1px solid #006699;
}

.meeting-days-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: inherit;
    font-family: inherit;
}

.meeting-days-wrapper ul li {
    margin: 0;
    padding: 0;
}

.meeting-days-wrapper ul li:before {
    display: none;
}

.meeting-days-wrapper>ul>li:first-child>.calendar-day>.calendar-day__date:before {
    display: none !important;
}

.meeting-days-wrapper .calendar-day {
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #CCCCCC;
}

.meeting-days-wrapper .calendar-day:before,
.meeting-days-wrapper .calendar-day:after {
    content: " ";
    display: table;
}

.meeting-days-wrapper .calendar-day:after {
    clear: both;
}

.meeting-days-wrapper .calendar-day:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.meeting-days-wrapper .calendar-day__date {
    position: relative;
    float: none;
    width: 100%;
    padding-right: 15px;
    padding-bottom: 7px;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
    text-align: right;
    color: #006699;
    border-right: none;
}

.meeting-days-wrapper .date__first {
    display: block;
    text-align: left;
}

.meeting-days-wrapper .date__second {
    display: block;
    text-align: left;
}

.meeting-days-wrapper .date__date {
    display: inline-block;
    line-height: 1;
    font-size: 1rem;
}

.meeting-days-wrapper .date__day {
    display: inline-block;
    padding-top: 0;
    line-height: 1;
    text-transform: uppercase;
}

.meeting-days-wrapper .calendar-day__date.multi-day {
    position: relative;
}

.meeting-days-wrapper .calendar-day__date.multi-day:before,
.meeting-days-wrapper .calendar-day__date.multi-day:after {
    content: " ";
    display: table;
}

.meeting-days-wrapper .calendar-day__date.multi-day:after {
    clear: both;
}

.meeting-days-wrapper .calendar-day__date.multi-day:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.meeting-days-wrapper .calendar-day__date.multi-day .date__first {
    position: relative;
    float: left;
    width: auto;
    padding-right: 20px;
}

.meeting-days-wrapper .calendar-day__date.multi-day .date__first:after {
    content: '-';
    position: absolute;
    right: .03em;
    top: 0;
    font-size: 1rem;
}

.meeting-days-wrapper .calendar-day__date.multi-day .date__second {
    float: left;
    width: auto;
    padding-left: 5px;
}

.meeting-days-wrapper .calendar-day__date.multi-day .dash-divider {
    display: none;
}

.meeting-days-wrapper .calendar-day__meeting {
    float: left;
    width: auto;
    padding-left: 0;
}

.meeting-days-wrapper .calendar-day__meeting a {
    color: #3D3E39;
    text-decoration: none;
}

.meeting-days-wrapper .calendar-day__meeting a:visited {
    color: #3D3E39;
    text-decoration: none;
}

.meeting-days-wrapper .calendar-day__meeting a:hover {
    color: #696b63;
}

.meeting-days-wrapper .calendar-day__meeting .meeting__title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: 'Brandon Text', 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
}

.meeting-days-wrapper .calendar-day__meeting ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: inherit;
    font-family: inherit;
    font-family: 'Brandon Text Light', 'Helvetica', 'Arial', sans-serif;
}

.meeting-days-wrapper .calendar-day__meeting ul li {
    margin: 0;
    padding: 0;
}

.meeting-days-wrapper .calendar-day__meeting ul li:before {
    display: none;
}

.meeting-days-wrapper .calendar-day__meeting ul li {
    margin-bottom: 5px;
}

.meeting-days-wrapper .calendar-day__meeting ul li a {
    display: block;
}

.meeting-days-wrapper .calendar-day__meeting ul li.last {
    margin-bottom: 0;
}

.meeting-days-wrapper .vert-divider {
    display: none;
}

.meeting-days-wrapper .meeting__location {
    display: block;
    font-size: 14px;
}

@media (min-width:768px) {
    .meeting-days-wrapper .date__date {
        font-size: 1rem;
    }

    .meeting-days-wrapper .date__day {
        font-size: 1rem;
    }
}

@media (min-width:1240px) {
    .meeting-days-wrapper .calendar-day__date {
        width: auto;
    }

    .meeting-days-wrapper .calendar-day__date.multi-day .dash-divider {
        display: none;
    }

    .meeting-days-wrapper .date__date {
        display: inline-block;
        font-size: 1rem;
    }

    .meeting-days-wrapper .calendar-day__meeting {
        width: auto;
        padding-left: 0;
    }

    .meeting-days-wrapper .vert-divider {
        display: inline;
    }

    .meeting-days-wrapper .meeting__location {
        display: inline;
    }
}

[data-type="region"][data-name="sidebar_second"],
[data-type="region"][data-name="sidebar_second_nav"] {
    display: none;
}

.bean-calendar {
    display: none;
}