@charset "UTF-8";
  :root { --color_header_background: #0779bb; --color_header_text: #fafcfe; --color_header_decoration: #07599b; --color_navigation_background: #1a1c2e; --color_navigation_text: #fafcfe; --color_navigation_border: #3a3c4e; --color_header_info_background: #07599b; --color_header_info_text: #fafcfe; --color_intro_background: #4abcfe; --color_intro_title_background: #07599b; --color_intro_title_text: #fafcfe; --color_content_background: #fafcfe; --color_content_text: #5a5c5e; --color_content_headings: #1a1c1e; --color_content_border: #caccce; --color_sidebar_background: #f1f3f5; --color_sidebar_decoration: #07599b; --color_footer_background: #1a1c2e; --color_footer_text: #aaacbe; --color_footer_headings: #eaecfe; --color_footer_border: #3a3c4e; --color_footer_decoration: #07599b; --color_footer_accent: #eaecfe; --color_footer_accent_text: #3a3c4e; --color_footer_info_background: #07599b; --color_footer_info_text: #fafcfe; --color_site_info_background: #07599b; --color_site_info_text: #fafcfe; --color_accent: #07599b; --color_accent_text: #fafcfe; --color_error_background: #aa3e0e; --color_error_text: #fafcfe; --color_info_background: #07599b; --color_info_text: #fafcfe; --color_neutral_background: #dadcde; --color_neutral_text: #3a3c3e; --color_success_background: #038547; --color_success_text: #fafcfe; --color_warning_background: #eaae3e; --color_warning_text: #3a3c3e; --color_button_simple_light: #fafcfe; --color_button_simple_dark: #1a1c1e; --color_header_info_text--a20: rgba(250, 252, 254, 0.2); --color_footer_info_text--a20: rgba(250, 252, 254, 0.2); --layout_width_site: 1640px; --layout_width_content: 1160px; --typography_size_html: 16px; --typography_fonts_text: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif; --typography_fonts_headings: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif; --typography_fonts_logo: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif; }      html { line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }  body { margin: 0; } article, aside, footer, header, nav, section { display: block; } h1 { font-size: 2em; margin: 0.67em 0; }  figcaption, figure, main { display: block; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; overflow: visible; } pre { font-family: monospace, monospace; font-size: 1em; }  a { background-color: transparent; -webkit-text-decoration-skip: objects; } abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b, strong { font-weight: inherit; } b, strong { font-weight: bolder; } code, kbd, samp { font-family: monospace, monospace; font-size: 1em; } dfn { font-style: italic; } mark { background-color: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }  audio, video { display: inline-block; } audio:not([controls]) { display: none; height: 0; } img { border-style: none; } svg:not(:root) { overflow: hidden; }  button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } button, input { overflow: visible; } button, select { text-transform: none; } button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } fieldset { padding: 0.35em 0.75em 0.625em; } legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress { display: inline-block; vertical-align: baseline; } textarea { overflow: auto; } [type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } [type="search"] { -webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }  details, menu { display: block; } summary { display: list-item; }  canvas { display: inline-block; } template { display: none; }  [hidden] { display: none; }
html { overflow-y: scroll; box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
menu, ol, ul { padding: 0; margin: 0; }
ul { list-style: disc; }
figure { margin: 0; }
caption { text-align: left; caption-side: bottom; }
::-webkit-input-placeholder { line-height: normal; }
::-moz-placeholder { line-height: normal; }
:-ms-input-placeholder { line-height: normal; }
::placeholder { line-height: normal; }
img { max-width: 100%; }
embed, iframe, object, video { width: 100%; max-width: 100%; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-webkit-viewport { width: device-width; }
@viewport { width: device-width; }
[role="button"] { cursor: pointer; } a { text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus { outline: thin dashed; }
hr { clear: both; height: 2px; margin: 1.9044rem 0; border-width: 0; }
abbr[title], acronym[title] { cursor: help; text-decoration: none; }
blockquote { clear: both; position: relative; padding: 1em 0; margin: 1.62em 0; }
blockquote p { margin-bottom: 1em; }
blockquote p:last-child { margin: 0; }
cite { border-width: 0; }
cite::before { content: '\2014\2002'; }
blockquote cite { display: block; margin-top: 0.62em; }
q::before { content: "“"; }
q::after { content: "”"; }
mark, ins, .highlight { padding: 0.19em 0; margin: 0 0.38em; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
s, del { text-decoration: line-through; color: inherit; }
img, iframe { vertical-align: middle; }
img[width], img[height] { height: auto; }
iframe { border-width: 0; outline: 0; }
iframe:focus { outline: thin dotted; }
code { position: relative; display: inline-block; padding: 0 0.62em; margin: 0 0.19em; }
mark code, ins code, .highlight code, .form-allowed-tags code, .taxonomy-description code { display: inline; padding: 0 0.38em; background: none; color: inherit; }
pre { position: relative; max-width: 100%; padding: 1em; margin-bottom: 1.62em; overflow: auto; -moz-tab-size: 2; tab-size: 2; }
ul, ol { margin-top: 0; margin-bottom: 1em; margin-left: 1.38em; margin-right: 0; }
li > ul, li > ol { margin-bottom: 0; }
ol ol { list-style: upper-alpha; }
ol ol ol { list-style: upper-roman; }
ol ol ol ol { list-style: lower-alpha; }
dl { margin-top: 0; margin-bottom: 1.62em; }
dt { margin-top: 0.62em; }
dt:first-child { margin-top: 0; }
dd { margin-left: 1.62em; }
a, p, address, textarea, .comment-content a, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .entry-title, .page-title { overflow-wrap: break-word; word-wrap: break-word; }
pre, pre code, select { overflow-wrap: normal; word-wrap: normal; -webkit-hyphens: manual; -moz-hyphens: manual; -ms-hyphens: manual; hyphens: manual; } table { width: 100%; margin: 0 0 1.62em; border-width: 2px; border-style: solid; }
caption { padding: 1em 0; }
th, td { padding: 0.62em 1em; border-width: 1px; border-style: solid; vertical-align: top; }
th, tfoot td { text-align: left; border-width: 2px; } .screen-reader-text, .comments-title .add-comment-link, .comments-link .comments-title, .hide-widget-title-accessible .widget-title, .hide-widget-title-accessible .widgettitle, .blog .site-content .page-header, .site-content .archives-listing .page-header, .site-content .search-results-listing .page-header, .site-description, .main-navigation-container .hide > a, .main-navigation-container .hide-link > a, .menu-toggle-skip-link-container, .entry-meta-description, .posts .entry-meta .author, .widget-staff-filter label span, html:not(.fl-builder-edit) .hide-accessibly { clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); position: absolute !important; width: 1px; height: 1px; line-height: 1px; overflow: hidden; }
.main-navigation-container .hide > a:focus, .main-navigation-container .hide-link > a:focus { clip: auto !important; -webkit-clip-path: none; clip-path: none; position: static !important; height: auto; width: auto; line-height: normal; overflow: visible; }
.screen-reader-text, .comments-title .add-comment-link { padding: 0; margin: -1px; word-wrap: normal !important; border: 0; }
.screen-reader-text.skip-link:hover, .comments-title .skip-link.add-comment-link:hover, .screen-reader-text.skip-link:active, .comments-title .skip-link.add-comment-link:active, .screen-reader-text.skip-link:focus, .comments-title .skip-link.add-comment-link:focus { clip: auto !important; -webkit-clip-path: none; clip-path: none; display: block; width: auto; height: auto; left: 0.38rem; top: 0.38rem; padding: 1rem; margin: 0; font-size: 14px; font-size: .81rem; font-weight: 700; line-height: normal; text-decoration: none; background-color: #47c; color: #fff; z-index: 100000; }
.focus-position-static:hover, .comments-title .add-comment-link:hover, .focus-position-static:active, .comments-title .add-comment-link:active, .focus-position-static:focus, .comments-title .add-comment-link:focus { position: static !important; margin: 1px; text-align: center; }
.overflow-hidden, .wp-caption, .wp-caption .wp-caption-text, .gallery, .gallery-item, .gallery-icon, .gallery-caption, .comment-meta, .comment-navigation, .tiled-gallery-item, .site .search-form .search-submit, .site .search-form .search-submit:hover, .site .search-form .search-submit:active, .site .search-form .search-submit:focus, .social-links ul, .pagination, .content-container .widget-staff-filter { overflow: hidden; }
.vertical-align-top { vertical-align: top; }
.vertical-align-middle, [class^="icon-"].vertical-align-middle::before, [class*="icon-"].vertical-align-middle::before { vertical-align: middle; }
.vertical-align-baseline, [class^="icon-"].vertical-align-baseline::before, [class*="icon-"].vertical-align-baseline::before { vertical-align: baseline; }
.vertical-align-bottom, [class^="icon-"].vertical-align-bottom::before, [class*="icon-"].vertical-align-bottom::before { vertical-align: bottom; } .clearfix::after, .clear::after, .gallery::after, .site-header::after, .site-content::after, .site-footer::after, .entry-content::after, .comment-content::after, .widget_text::after, .tagcloud::after, .jetpack_subscription_widget form::after, .site-header-inner::after, .site-main::after, .posts::after, .list-subpages-container::after, .footer-area-site-info::after, .textwidget::after, .header-info-widgets::after, .site-footer-area-inner::after, .footer-widgets::after { content: ''; clear: both; display: table; table-layout: fixed; }
.clear { clear: both; } body:before { display: none; }
@media only screen and (min-width: 28em) { body:before { content: "device_s"; } }
@media only screen and (min-width: 42em) { body:before { content: "device_m"; } }
@media only screen and (min-width: 55em) { body:before { content: "device_l"; } }
@media only screen and (min-width: 80em) { body:before { content: "device_xl"; } }
@media only screen and (min-width: 100em) { body:before { content: "device_xxl"; } }
@media only screen and (min-width: 120em) { body:before { content: "device_xxxl"; } }
@media only screen and (min-width: 160em) { body:before { content: "device_xxxxl"; } } html { font-size: 100%; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
@media only screen and (min-width: 28em) { html { font-size: 100%; } }
pre, code, kbd, tt, var { font-family: 'Lucida Console', Monaco, 'Courier New', monospace; font-size: 1em; font-style: normal; font-weight: 400; text-transform: none; text-decoration: none; }
pre, pre code { white-space: pre-wrap; line-height: 1.5; }
p, address { padding: 0; margin: 0 0 1.62em; }
.uppercase { text-transform: uppercase; }
[class^="icon-"]::before, [class*="icon-"]::before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }
input, select, textarea, .mobile-search-form, .fl-widget .jetpack_subscription_widget .widgettitle, .posts .entry-subtitle { font-size: 1rem; }
.widget-title, .sidebar .widgettitle { font-size: 0.905rem; }
.site-title { font-size: 1.19rem; }
.list-subpages .page-icon, .single-fl-builder-template .entry-header h1 { font-size: 1.62rem; }
blockquote blockquote, .sidebar .widget-recent-entries-list .entry-date, .widget-area .widget-recent-entries-list .entry-date, .sidebar .widget-recent-entries-list .entry-title, .widget-area .widget-recent-entries-list .entry-title, div.sharedaddy .sd-title { font-size: 1em; }
.font-size-xs, .post-navigation .label, .post-navigation .taxonomy, .entry-subtitle { font-size: 0.62em; }
blockquote cite, code, pre, small, .small, .font-size-s, .wp-caption .wp-caption-text, .gallery-caption, #cancel-comment-reply-link, .comment-form label, .comments-title .add-comment-link, .comment-metadata, .comment .reply, .menu-item-description, .widget-recent-entries-list .month, .widget-recent-entries-list .entry-title .entry-subtitle, .sidebar .widget-recent-entries-list .link-more, .widget-area .widget-recent-entries-list .link-more, .posts .type-wm_staff .entry-subtitle { font-size: 0.81em; }
.font-size-sm, .main-navigation-container li ul, .posts .entry-meta .entry-date .year, .posts .entry-meta, .site-footer, .sidebar, .header-info-widgets, .breadcrumbs-container, .widget .entry-subtitle { font-size: 0.905em; }
.post-table-of-contents a::before, .fl-col .widget-staff-filter .widget-title { font-size: 1.19em; }
blockquote, .font-size-l, .comments-title, .posts .entry-title, .posts .page-title, .social-links, .post-navigation a, .widget-recent-entries-list .entry-title { font-size: 1.38em; }
.font-size-xl, .intro-title, .mobile-menu-container i, .mobile-menu-container span, .widget-recent-entries-list .entry-date { font-size: 1.62em; }
.weight-100 { font-weight: 100; }
.weight-200 { font-weight: 200; }
blockquote, .weight-300, .menu-item-description, .post-navigation .label, .single-fl-builder-template .entry-header h1 { font-weight: 300; }
blockquote cite, .weight-400, #cancel-comment-reply-link, .comments-title .add-comment-link, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .mobile-menu-container i, .mobile-menu-container span, .post-navigation .taxonomy, .comments-title span, .sidebar .wm-subnav li li a::before, .sidebar .widget_nav_menu li li a::before, .widget-recent-entries-list .entry-title .entry-subtitle, .sidebar .widget-recent-entries-list .link-more, .widget-area .widget-recent-entries-list .link-more, .entry-subtitle, .posts .entry-subtitle { font-weight: 400; }
.weight-500 { font-weight: 500; }
.weight-600 { font-weight: 600; }
dt, th, tfoot td, .weight-700, .comment-form label, .link-more, .pagination .current, .widget_calendar caption, .widget .current-menu-item > a, .widget .current_page_item > a, abbr, .button, button, input[type="button"], input[type="reset"], input[type="submit"], .main-navigation-container .button > a, .entry-title, .page-title, .widget-title, .sidebar .widgettitle, .site-title, .current-menu-item > a, .current-menu-ancestor > a, .menu-toggle-bar-container, .post-table-of-contents a::before, .post-table-of-contents .is-current, .post-navigation a, .post-navigation .taxonomy-staff_position, .list-subpages .subpage-media, .list-subpages .more-link, .comments-title, .comment-navigation, .footer-area-site-info a, .widget-recent-entries-list .day, .footer-info-widgets a, .breadcrumbs-title, div#jp-relatedposts .jp-relatedposts-headline, div.sharedaddy .sd-title { font-weight: 700; }
.weight-800 { font-weight: 800; }
.weight-900 { font-weight: 900; }
caption, .font-style-italic, .gallery-caption, .recentcomments a, blockquote, .comments-title span, .single-fl-builder-template .entry-header h1 { font-style: italic; }
cite, .font-style-normal, .widget_calendar caption, .list-subpages .subpage-media { font-style: normal; }
.line-height-xs, .button, button, input[type="button"], input[type="reset"], input[type="submit"], .main-navigation-container .button > a, .header-info-widgets .social-links { line-height: 1; }
blockquote, table, .line-height-s, .wp-caption .wp-caption-text, .gallery-caption, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .main-navigation-container li ul a { line-height: 1.38; }
html, .line-height-m, .form-allowed-tags, .sidebar, .tagcloud, blockquote, .mobile-search-form { line-height: 1.62; }   .alignleft, .wp-caption.alignleft, img.alignleft { float: left; margin-right: 6%; margin-bottom: 1em; }
.alignright, .wp-caption.alignright, img.alignright { float: right; margin-left: 6%; margin-bottom: 1em; }
.aligncenter, .wp-caption.aligncenter, img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignnone, img.alignnone { margin: 0; }
blockquote.alignleft, blockquote.alignright { clear: none; width: 50%; padding: 0; margin-top: 0; margin-left: 6%; margin-right: 6%; padding: 0 6%; }
@media only screen and (min-width: 28em) { blockquote.alignleft, blockquote.alignright { width: 38%; } }
blockquote.alignleft { padding-left: 0; margin-left: 0; text-align: right; }
@media only screen and (min-width: 100em) { blockquote.alignleft { margin-left: -9.5%; } }
blockquote.alignright { padding-right: 0; margin-right: 0; text-align: left; }
@media only screen and (min-width: 100em) { blockquote.alignright { margin-right: -9.5%; } } .wp-caption { position: relative; display: inline-block; max-width: 100%; padding: 0; margin: 0 auto 1.62em; text-align: center; text-transform: uppercase; background: transparent; }
.wp-caption .wp-caption-text { padding: 1em 0 0; } .gallery { clear: both; margin: 0 0 1.62em; }
.gallery a { display: block; width: 100%; }
.gallery img { width: 100%; }
.gallery-item { float: left; position: relative; width: 48%; padding: 0; margin: 0 1% 2%; }
.gallery-columns-1 .gallery-item { float: none; width: 100%; margin: 1.62em 0 0; }
.gallery-columns-1 .gallery-item:first-child { margin-top: 0; }
@media only screen and (min-width: 42em) { .gallery-item { width: 31.33333%; }
.gallery-columns-2 .gallery-item { width: 48%; } }
@media only screen and (min-width: 55em) { .gallery-columns-3 .gallery-item { width: 31.33333%; }
.gallery-columns-4 .gallery-item { width: 23%; }
.gallery-columns-5 .gallery-item { width: 18%; }
.gallery-columns-6 .gallery-item { width: 14.66667%; }
.gallery-columns-7 .gallery-item { width: 12.28571%; }
.gallery-columns-8 .gallery-item { width: 10.5%; }
.gallery-columns-9 .gallery-item { width: 9.11111%; } }
.gallery-icon { display: block; }
.gallery-caption { display: block; position: absolute; width: 100%; max-height: 50%; left: 0; right: 0; bottom: 0; padding: 0.62em 1em; opacity: 0; transition: opacity .3s; }
.gallery-item:hover .gallery-caption { opacity: 1; }
@media only screen and (min-width: 42em) { .gallery-columns-5 .gallery-caption, .gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; } } .page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley { display: inline; width: auto; max-height: 1em; margin: 0; border-width: 0; } .twitter-tweet-rendered { width: 100% !important; margin: 1.62em 0 !important; }
.wp-video { width: 100% !important; height: auto !important; }
.wp-a11y-speak-region { left: 0; top: 0; }  form { margin: 0 0 1.62em; }
fieldset { padding: 0; margin: 0; border-width: 0; }
button, input, select, textarea { max-width: 100%; padding: 0.62em; line-height: normal; font-size: 1em; font-family: inherit; color: inherit; border-width: 2px; border-style: solid; outline: 0; vertical-align: baseline; }
select { padding: calc( 0.62em - 4px); }
option { background: #fafcfe !important; color: #6a6c6e !important; }
textarea, select[multiple], select[size] { height: auto; line-height: 1.62; }
textarea, input:not([type]), input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"] { -webkit-appearance: none; }
input[type="search"] { box-sizing: border-box; }
:invalid { box-shadow: none; }
label { display: inline-block; padding-bottom: 0.19em; }
label[for] { cursor: pointer; }
label + input[type="checkbox"] { margin-left: 0.38em; }
select, input:not([type]), input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input[type="range"] { width: 17em; }
textarea { vertical-align: top; overflow-y: auto; resize: vertical; }
input[type="checkbox"], input[type="radio"] { position: relative; width: 1em; height: 1em; bottom: -0.19em; margin-right: 0.38em; vertical-align: baseline; }
select { position: relative; height: auto; padding-right: 21px; line-height: 1.62; -webkit-appearance: none; -moz-appearance: none; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAASCAYAAAAQeC39AAAACXBIWXMAABuvAAAbrwFeGpEcAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAADNJREFUeNrt1MENADAIAzFGZ/N0B4T41JYyQD5Xxb96aY6dSNIbcwxUURVVEVRRFVVx6AEDTK7MSHGk9QAAAABJRU5ErkJggg==); background-size: 21px 9px; background-position: right center; background-repeat: no-repeat; }
select:disabled { cursor: default; opacity: .66; }
select::-ms-expand { display: none; }
input[disabled] { cursor: default; opacity: .66; } .comment-respond { padding: 1.62em 0 0; border-top-width: 2px; border-top-style: solid; }
.comment-list .comment-respond { margin: 1.62em 0; border-bottom-width: 2px; border-bottom-style: solid; }
.comment-reply-title { margin-bottom: 0.62em; }
#cancel-comment-reply-link { float: right; }
.comment-form p { margin-bottom: 1em; }
.comment-form label { display: block; }
.comment-form [type="checkbox"] + label, .comment-form [type="radio"] + label { display: inline-block; }
.comment-form-author input, .comment-form-email input, .comment-form-url input, .comment-form-comment textarea { width: 100%; }
.comment-form-url { clear: both; }
@media only screen and (min-width: 28em) { .comment-form-author, .comment-form-email { float: left; width: 48%; margin-left: 4%; }
.comment-form-author { margin-left: 0; } } form[role="search"], .form-search, .search-form { display: block; position: relative; max-width: 100%; margin: 0; text-align: left; }
form[role="search"] input[type="search"], form[role="search"] .search-field, .form-search input[type="search"], .form-search .search-field, .search-form input[type="search"], .search-form .search-field { position: relative; width: 100%; text-align: inherit; z-index: 0; } .post-password-form { max-width: 38em; max-width: 70ch; padding: 2.6244em 12%; margin-left: auto; margin-right: auto; text-align: center; border-width: 2px; border-style: dashed; }
.post-password-form label, .post-password-form input { display: block; width: 100%; text-align: inherit; }
.post-password-form label { margin-bottom: 1em; }
.post-password-form label input { margin-top: 0.38em; } .entry-summary { margin: 0 0 1.62em; } .entry-media img { width: 100%; }
.wp-video .mejs-container, .wp-video-playlist .mejs-container { position: relative; max-width: 100%; height: 0 !important; padding: 0 0 56.25%; }
.wp-video .mejs-container .mejs-inner, .wp-video-playlist .mejs-container .mejs-inner { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }   .pagination { clear: both; }
.pagination a, .pagination span { display: none; width: 2.6244em; padding: 0.62em 0; margin: 0.19em; margin-left: 0; text-align: center; text-decoration: none; vertical-align: top; }
.pagination .prev, .pagination .next { display: inline-block; }
.pagination > span.dots, .pagination .extend { width: auto; }
@media only screen and (min-width: 42em) { .pagination a, .pagination span { display: inline-block; } } .post-table-of-contents { padding: 1.62em 0 0; margin: 1.62em 0; border-top-width: 2px; border-top-style: solid; }
.post-table-of-contents.top { display: none; }
.post-table-of-contents.bottom { clear: both; }
.post-table-of-contents ol { margin: 0; list-style: none; }
.post-table-of-contents li { padding: 0.19em 0; }
.post-table-of-contents a { display: block; line-height: 1.38; }
.post-table-of-contents .is-current a, .post-table-of-contents .is-passed a { color: inherit; }
@media only screen and (min-width: 42em) { .post-table-of-contents.top { float: left; display: block; max-width: 38%; padding: 0 1em 1em; padding-left: 0; margin: 0 1.62em 1em; margin-left: 0; border-width: 0; border-style: solid; border-right-width: 2px; border-bottom-width: 2px; } } .entry-meta { padding: 1em 0 0; margin: 1.62em 0 0; border-top-width: 2px; border-top-style: solid; }
.entry-meta a { color: inherit; }
.single .entry-meta { margin-bottom: 1.62em; }
.entry-meta-top { padding: 1em 0; margin-top: 0; border-bottom-width: 2px; border-bottom-style: solid; }
.entry-meta-element { margin-right: 0.38em; }
.single .entry-meta-element { margin-right: 1em; }
.entry-meta .tags-links a { margin: 0 0.19em; text-transform: lowercase; }
.entry-date { cursor: help; } .comments-area { position: relative; }
.comments-title .add-comment-link { display: block; margin: 1em 0; }
@media only screen and (min-width: 55em) { .comments-title .add-comment-link { float: right; margin: 0; } } .comment-list { padding: 0; margin: 0 0 1.62em; }
.comment-list, .comment-list ol, .comment-list ol ol, .comment-list ol ol ol { list-style: none; }
.comments-closed + .comment-list { margin-top: 1.62em; }
.comment-list > li, .comment-list .children > li { position: relative; min-height: 6.25rem; padding: 1.62em 0 0; padding-left: 3.125rem; margin: 0; background: none; }
@media only screen and (min-width: 42em) { .comment-list > li, .comment-list .children > li { padding-left: 5rem; } }
.comment-list .children { clear: both; margin: 0; margin-left: -2.5rem; }
@media only screen and (min-width: 42em) { .comment-list .children { margin-left: -3.75rem; } }
.comment-body { padding: 1.62em; } .comment-meta { clear: both; padding-bottom: 0.62em; margin-bottom: 1em; border-bottom-width: 2px; border-bottom-style: solid; }
.comment-meta .avatar { position: absolute; width: 3.75rem; left: 0; top: 1.62em; border-radius: 50%; }
@media only screen and (min-width: 42em) { .comment-meta .avatar { width: 5.625rem; } }
@media only screen and (min-width: 42em) { .comment-author { float: left; } }
@media only screen and (min-width: 42em) { .comment-metadata { float: right; } }
.comment-metadata .edit-link { padding-left: 1.62em; font-variant: small-caps; } .comment-content p, .comment-content blockquote, .comment-content table { margin-bottom: 1em; } .comment-navigation { display: block; position: relative; clear: both; padding: 1.62em 0; }
.comment-navigation div { padding: 1em 0 0; text-align: center; }
@media only screen and (min-width: 42em) { .comment-navigation div { width: auto; padding: 0; margin: 0; } }
.comment-navigation a { display: block; padding: 0.62em 1em; line-height: normal; cursor: pointer; }
.comment-navigation a:hover { text-decoration: none; }
@media only screen and (min-width: 42em) { .comment-navigation .nav-previous { float: left; }
.comment-navigation .nav-next { float: right; } } .sidebar { margin: 1.62rem 0 0; padding: 1.62rem 0 0; }
@media only screen and (min-width: 55em) { .sidebar { float: right; margin-top: 0; padding-top: 0; } } .sidebar .widget { margin: 0 0 2.6244em; }
.sidebar .widget:last-child { margin-bottom: 0; }
.widget ul { margin: 0; list-style: none; }
.widget ul li { padding: 0.38em 0; border-top-width: 1px; border-top-style: solid; border-bottom-width: 1px; border-bottom-style: solid; }
.widget ul li + li { margin-top: -1px; }
.widget ul li ul { position: relative; bottom: -0.38em; margin: 0 0 -1px; }
.widget ul li li { padding-left: 1em; }
.widget_calendar caption { text-align: center; caption-side: top; }
.widget_calendar table { margin: 0; }
.widget_calendar tr th, .widget_calendar tr td { width: auto; height: 2.6244em; padding: 0; text-align: center; }
.widget_calendar tbody a { display: block; width: 100%; height: 100%; line-height: 2.6244; }
.widget_calendar tfoot a { color: inherit; }
.widget_recent_comments ul li, .widget_recent_entries ul li { position: relative; padding-left: 1.62em; }
.widget_recent_entries .post-date { display: block; }
.widget .tagcloud a { float: left; position: relative; display: inline-block; width: auto; padding: 0.19rem 0.62rem; margin: 2px 2px 0; margin-left: 0; white-space: nowrap; background-color: transparent; color: inherit; border-width: 1px; border-style: solid; z-index: 0; transition: background .3s, color .3s, border .3s; }
.widget .tagcloud a:hover, .widget .tagcloud a:focus, .widget .tagcloud a:active { text-decoration: none; }  .breadcrumbs-title { margin-right: 0.62em; }
@media only screen and (min-width: 42em) { .breadcrumbs-title { margin-right: 1.62em; } }
@media only screen and (min-width: 42em) { .breadcrumbs .sep { margin: 0 0.62em; } } .site .contact-form textarea { width: 100%; }
.neverending.infinite-scroll .site-footer { display: none; }
.neverending.infinity-end .site-footer { display: block; }
.infinite-scroll .posts.masonry { margin-bottom: 4.25153rem; }
#infinite-handle { clear: both; text-align: center; }
.masonry #infinite-handle { position: absolute; width: 100%; bottom: -4.25153rem; }
.site #infinite-handle span { display: inline-block; padding: 1em; font-size: 1em; border-radius: 0; }
.infinite-loader { clear: both; text-align: center; }
.masonry .infinite-loader { position: absolute; width: 100%; bottom: -4.25153rem; }
.infinite-loader .spinner { left: auto !important; right: auto !important; margin: 0 auto; }
.infinite-loader .spinner > div > div { width: 1.62em !important; }
.infinite-wrap { clear: both; }
div#jp-relatedposts { font-size: 1rem; }
.site div#jp-relatedposts { padding-top: 1.62em; margin: 1.62em 0 0; border-top-width: 2px; border-top-style: solid; }
.site div#jp-relatedposts a::before { display: none; }
.site div#jp-relatedposts .jp-relatedposts-headline, .site div#jp-relatedposts h3.jp-relatedposts-headline { float: none; display: block; font-size: 1em; }
.site div#jp-relatedposts .jp-relatedposts-headline em::before, .site div#jp-relatedposts h3.jp-relatedposts-headline em::before { display: none; }
.site div#jp-relatedposts div.jp-relatedposts-items-visual { margin: 0; }
.site div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post-title, .site div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title { margin: 0.62em 0 0.38em; font-size: 1em; }
.site div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post { width: 100%; padding: 0; margin: 1.62em 0 0; opacity: 1; }
.site div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:first-child { margin: 0; }
.site div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img { display: none; width: 100%; }
@media only screen and (min-width: 42em) { .site div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img { display: block; } }
@media only screen and (min-width: 42em) { .site div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post { width: 32%; margin: 0; margin-left: 2%; } }
.jetpack-video-wrapper { margin: 1.62em 0; }
.jetpack-video-wrapper:first-child { margin-top: 0; }
.entry-media .jetpack-video-wrapper, .fl-video .jetpack-video-wrapper { margin: 0; }
div.sharedaddy { padding: 1.62em 0 0; margin: 1.62em 0 0; font-size: 1rem; border-top-width: 2px; border-top-style: solid; }
div.sharedaddy .sd-social .sd-button .share-count { background: inherit; color: inherit; border-width: 1px; border-style: solid; }
.site div.sharedaddy .sd-title::before { display: none; }
.site div.sharedaddy .sd-content ul li a.sd-button { margin: 0.31em 0.62em; margin-left: 0; }
.site div.sharedaddy .sd-content ul li a.sd-button:not(.no-text) { padding: 0.62em 1em; line-height: normal; border-width: 0; border-radius: 0; cursor: pointer; box-shadow: none; }
.entry-content .sd-content ul { margin: 0 !important; }
.video-player, .videopress-placeholder, .videopress-placeholder img { width: 100% !important; height: auto !important; }
.is-singular .video-player object, .is-singular .videopress-placeholder { position: absolute; width: 100%; height: 100%; left: 0; right: 0; top: 0; }
.video-player object { width: 100%; }
.is-singular .video-player { position: relative; height: 0 !important; padding: 0 0 56.25%; }
.videopress-placeholder .play-button + div { display: none; }
.jetpack_subscription_widget form { margin-bottom: 0; }
.jetpack_subscription_widget #subscribe-email { float: left; width: 62%; padding-right: 0.62em; margin-bottom: 0; }
.jetpack_subscription_widget #subscribe-email input { width: 100%; padding: 0.62em; }
.jetpack_subscription_widget #subscribe-submit { float: right; width: 38%; margin-bottom: 0; }
.widget .widgets-list-layout li { margin-bottom: 0; }
.widget .widgets-list-layout .widgets-list-layout-blavatar { width: 2.5rem; margin-right: 1em; }
.widget .widgets-list-layout-links { float: none; width: auto; }  .slick-arrow::before, .wm-accordion .wm-item-title::before, .wm-testimonials-item::before, .wm-tour-nav .prev a::before, .wm-tour-nav .next a::after, .site .search-form::before, .menu-toggle::before, .menu-toggle-bar-container i::before, .menu-toggle-bar-container span::before, .social-links a.back-to-top::before, .entry-meta .author::before, .entry-meta .cat-links::before, .entry-meta .comments-link a::before, .entry-meta .entry-date::before, .entry-meta .tags-links::before, .entry-meta .entry-likes a::before, .entry-meta .entry-views::before, .entry-meta .entry-edit::before, .list-subpages .page-icon.default, .bypostauthor > .comment-body .comment-author::before, .comment-edit-link::before, .comment-reply-link::before, .widget_archive li::before, .widget_categories li::before, .widget_pages li::before, .widget_recent_comments li::before, .widget_recent_entries li::before, .contact-info::before { font-family: 'Genericons-Neue'; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: inherit; text-transform: none; speak: none; }
[class^="icon-"]::before, [class*="icon-"]::before { line-height: 1; }
.svgicon { display: inline-block; position: relative; width: 1em; height: 1em; top: -0.0625em; fill: currentColor; vertical-align: middle; }
.svg-fallback { display: none; } ul { list-style: square; }
.entry-content ol { counter-reset: orderedList; margin-left: 0; margin-right: 0; list-style: none; }
.entry-content ol ol { margin-left: 1.38em; }
.entry-content ol > li { display: block; }
.entry-content ol > li::before { counter-increment: orderedList; content: counters(orderedList, ".") ") "; margin-right: 0.62em; font-weight: 700; }
blockquote { text-align: center; }
blockquote::after, blockquote::before { content: ''; display: block; position: absolute; width: 38%; height: 100%; left: 31%; top: 0; pointer-events: none; border-top: 1px solid; border-bottom: 1px solid; }
blockquote::after { width: 2%; left: 49%; border-top: 0.19em solid; border-bottom: 0.19em solid; }
mark, ins, .highlight { padding: 0; }
table, th, td { border-left: 0; border-right: 0; }
th, tfoot td { border-width: 1px; }
hr { height: 0; margin: 3.62674em 0; border-bottom: 1px solid; border-color: inherit; }
h1:last-child, h2:last-child, h3:last-child, .h1:last-child, .h2:last-child, .h3:last-child, p:last-child, ol:last-child, ul:last-child, .gallery:last-child, .tiled-gallery:last-child { margin-bottom: 0; } @media only screen and (max-width: 54.9375em) { .main-navigation-container { will-change: transform; } }
@media only screen and (max-width: 41.9375em) { .mobile-menu-container { will-change: transform; } }
@media only screen and (max-width: 41.9375em) { .menu-toggle { will-change: transform; } }
@media only screen and (min-width: 42em) and (max-width: 54.9375em) { .active .menu-toggle { will-change: transform; } }
@media only screen and (min-width: 80em) and (min-height: 28em) { .has-scrolled .site-header { will-change: transform; } } @media only screen and (max-width: 41.9375em) and (min-height: 28em) { body.has-mobile-bar { padding-bottom: 66.5314px; } }
.site { position: relative; width: 100%; margin: 0 auto; }
@media only screen and (min-width: 42em) { .site-layout-boxed { padding: 1.38rem 2%; } }
.site-layout-boxed .site { max-width: 1640px; max-width: 102.5rem; max-width: var(--layout_width_site); box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1); }
.site-layout-fullwidth { padding: 0; }
.intro-inner, .site-header-inner, .content-area, .list-subpages, .site-footer-area-inner, .header-info-widgets, .site .fl-row-fixed-width, .breadcrumbs { width: 88%; margin: 0 auto; }
.fl-row-content { max-width: 1920px; max-width: 120rem; } .intro-inner, .site-header-inner, .content-area, .list-subpages, .site-footer-area-inner, .header-info-widgets, .site .fl-row-fixed-width, .breadcrumbs { max-width: 1160px; max-width: 72.5rem; max-width: var(--layout_width_content); } .site-header::before, .site-footer::after, .sidebar::before, .sidebar.fl-module::before, .content-container .widget-staff-filter::before { content: ''; display: block; width: 100%; height: 0.38rem; } @media only screen and (min-width: 55em) { .no-wrap { white-space: nowrap; } }
.text-left { text-align: left; }
.text-center { text-align: center; }
@media only screen and (min-width: 42em) { .text-right { text-align: right; } }
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.zindex-10 { position: relative; z-index: 10; }
.background-size-stretch, .background-size-stretch.fl-row, .background-size-stretch.fl-col { background-size: 100% 100%; }
.dropcap-text::first-letter { float: left; display: block; padding: 0 0.19em; padding-left: 0; line-height: 1; font-size: 2.6244em; color: inherit; }
.inline li, .inline .widget ul li { display: inline-block; padding: 0 0.62em; border: 0; border-left: 1px solid; }
.inline li:first-child, .inline .widget ul li:first-child { border: 0; }
.inline li::before, .inline .widget ul li::before { display: none; }
.inline li:hover, .inline .widget ul li:hover { -webkit-transform: none; -ms-transform: none; transform: none; }
.message-oldie { display: block; padding: 1em; margin: 1em; text-align: center; background: #c33; color: #fff; }
.message-oldie a { text-decoration: underline; font-weight: bold; color: inherit; }
.bordered .wm-column { padding: 1.62rem; border: 1px solid; border-color: inherit; transition: box-shadow .2s; }
.bordered .wm-column:hover { z-index: 99; }
.bordered .wm-column.no-margin { margin: 0 -1px -1px; margin-left: 0; } .site .wp-playlist { background: none; border: 1px solid; border-color: inherit; }
.site .wp-playlist-item { border-color: inherit; } html { font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.site-title, .logo-font { font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif; text-rendering: auto; }
@media only screen and (min-width: 420px) { html { font-size: 16px; font-size: var(--typography_size_html); } }
.intro-title, .post-navigation { line-height: 1.19; }
.display-1, .display-2, .display-3, .display-4 { margin-top: 1.62rem; margin-bottom: 1.62rem; line-height: 1; }
.display-1:first-child, .display-2:first-child, .display-3:first-child, .display-4:first-child { margin-top: 0; }
.display-1:last-child, .display-2:last-child, .display-3:last-child, .display-4:last-child { margin-bottom: 0; }
.display-1 { font-size: 2.1222em; }
@media only screen and (min-width: 55em) { .display-1 { font-size: 2.62em; } }
.display-2 { font-size: 2.5883em; }
@media only screen and (min-width: 55em) { .display-2 { font-size: 3.62em; } }
.display-3 { font-size: 2.90417em; }
@media only screen and (min-width: 55em) { .display-3 { font-size: 4.25em; } }
.display-4 { font-size: 3.3375em; }
@media only screen and (min-width: 55em) { .display-4 { font-size: 5em; } } button, input, select, textarea { border-width: 1px; border-radius: 0.19rem; }
input:focus, select:focus, textarea:focus { border-color: currentColor; box-shadow: 0 0 0 1px; }
select { padding: calc( 0.62em - 2px); }
.site .fullwidth input[type], .site .fullwidth select, .site .fullwidth textarea { width: 100%; max-width: 100%; } .button, button, input[type="button"], input[type="reset"], input[type="submit"], .main-navigation-container .button > a { padding: 0.62em 1.38em; margin-top: 2px; margin-bottom: 2px; border: 0; cursor: pointer; border-radius: 0.19rem; box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.4); transition: background .3s, color .3s, box-shadow .3s, opacity .3s; }
form .button, form button, form input[type="button"], form input[type="reset"], form input[type="submit"], form .main-navigation-container .button > a, .main-navigation-container form .button > a { margin-top: 0; margin-bottom: 0; }
div[class*="hover-color-"] .button, div[class*="hover-color-"] button, div[class*="hover-color-"] input[type="button"], div[class*="hover-color-"] input[type="reset"], div[class*="hover-color-"] input[type="submit"], div[class*="hover-color-"] .main-navigation-container .button > a, .main-navigation-container div[class*="hover-color-"] .button > a { transition: none; }
@media only screen and (min-width: 55em) { .button, button, input[type="button"], input[type="reset"], input[type="submit"], .main-navigation-container .button > a { line-height: inherit; } }
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .main-navigation-container .button > a:hover, .button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .main-navigation-container .button > a:focus, .button:active, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .main-navigation-container .button > a:active { text-decoration: none; box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.26); }
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .main-navigation-container .button > a:hover { outline: 0; }
.button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .main-navigation-container .button > a:focus { outline: thin dashed; }
.button:active, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .main-navigation-container .button > a:active { outline: 0; opacity: .9; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.13); } .search-form { position: relative; }
.site .search-form::before { content: '\f400'; position: absolute; width: 2.6244rem; height: 100%; right: 0; top: 0; text-align: center; font-size: 1.62em; z-index: 1; }
.site .search-form .search-submit, .site .search-form .search-submit:hover, .site .search-form .search-submit:active, .site .search-form .search-submit:focus { position: absolute; width: 2.6244rem; height: 100%; right: 0; top: 0; padding: 0; text-indent: -999em; background: none; color: inherit; border: 0; z-index: 2; box-shadow: none; }
.search-form label { display: block; padding: 0; }
.search-field { padding-right: 2.6244rem; } h1, .h1 { font-size: 2.1222em; line-height: 1.19; margin-top: 0.66496em; margin-bottom: 0.5196em; }
h2, .h2 { font-size: 1.539em; line-height: 1.19; margin-top: 1.36789em; margin-bottom: 0.7165em; }
h3, .h3 { font-size: 1.3122em; line-height: 1.38; margin-top: 1.62em; margin-bottom: 0.72464em; }
h4, .h4 { font-size: 1.1178em; line-height: 1.38; margin-top: 0.96783em; margin-bottom: 0.85066em; }
h5, .h5 { font-size: 1em; line-height: 1.62; margin-top: 0.62em; margin-bottom: 0.62em; }
h6, .h6 { font-size: 1em; line-height: 1.62; margin-top: 0.62em; margin-bottom: 0.62em; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { padding: 0; text-rendering: optimizeLegibility; }
h1:first-child, .screen-reader-text + h1, .comments-title .add-comment-link + h1, .h1:first-child, .screen-reader-text + .h1, .comments-title .add-comment-link + .h1, h2:first-child, .screen-reader-text + h2, .comments-title .add-comment-link + h2, .h2:first-child, .screen-reader-text + .h2, .comments-title .add-comment-link + .h2, h3:first-child, .screen-reader-text + h3, .comments-title .add-comment-link + h3, .h3:first-child, .screen-reader-text + .h3, .comments-title .add-comment-link + .h3, h4:first-child, .screen-reader-text + h4, .comments-title .add-comment-link + h4, .h4:first-child, .screen-reader-text + .h4, .comments-title .add-comment-link + .h4, h5:first-child, .screen-reader-text + h5, .comments-title .add-comment-link + h5, .h5:first-child, .screen-reader-text + .h5, .comments-title .add-comment-link + .h5, h6:first-child, .screen-reader-text + h6, .comments-title .add-comment-link + h6, .h6:first-child, .screen-reader-text + .h6, .comments-title .add-comment-link + .h6 { margin-top: 0; }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a { text-decoration: none; color: inherit; }
@media only screen and (min-width: 42em) { h1, .h1 { font-size: 2.62em; line-height: 1.19; margin-top: 0.66496em; margin-bottom: 0.5196em; }
h2, .h2 { font-size: 1.9em; line-height: 1.19; margin-top: 1.36789em; margin-bottom: 0.7165em; }
h3, .h3 { font-size: 1.62em; line-height: 1.38; margin-top: 1.62em; margin-bottom: 0.72464em; }
h4, .h4 { font-size: 1.38em; line-height: 1.38; margin-top: 0.96783em; margin-bottom: 0.85066em; }
h5, .h5 { font-size: 1.19em; line-height: 1.62; margin-top: 1.10269em; margin-bottom: 0.84034em; }
h6, .h6 { font-size: 1em; line-height: 1.62; margin-top: 0.62em; margin-bottom: 0.62em; } }
.entry-header { margin-bottom: 2.6244rem; }
@media only screen and (min-width: 55em) { .entry-header { margin-bottom: 3.62674rem; } }
.entry-header.intro-container { margin-bottom: 0; }
.posts .entry-header { padding-bottom: 1.62rem; margin-bottom: 0; }
@media only screen and (min-width: 42em) { .single-post .entry-header { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; overflow: hidden; }
.single-post .entry-header h1 { -webkit-order: 2; -ms-flex-order: 2; order: 2; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 76.44%; margin: 0; float: right; } }
.entry-title, .page-title { padding: 0; margin: 0 0 2.6244rem; } .widget-title, .sidebar .widgettitle { margin: 0 0 1.62rem; text-transform: uppercase; }
.hide-widget-title .widget-title, .hide-widget-title .widgettitle { display: none; } .intro { margin-bottom: 1.62rem; background-position: 50% 50%; background-size: cover; }
@media only screen and (min-width: 42em) { .intro { background-size: 100%; } }
@media only screen and (max-width: 79.9375em) { .intro.parallax-enabled { background-position: 50% 50% !important; } }
.intro-container { position: relative; z-index: 1; }
.intro-inner { padding-top: 4%; }
.is-singular .intro-inner, .single-wm_staff .has-featured-image .intro-inner { padding-top: 8%; }
.has-featured-image .intro-inner { padding-top: 16%; }
.intro-title { position: relative; display: inline-block; max-width: 100%; bottom: -1.62rem; padding: 2% 4%; margin-bottom: 0; border-radius: 0.19rem; }
.intro-title a { color: inherit; } .site-header { position: relative; z-index: 99; box-shadow: 0 6px 4px -3px rgba(0, 0, 0, 0.1); }
.site-header-inner { line-height: 3rem; }
@media only screen and (min-width: 28em) { .site-header-inner { line-height: 5rem; } }
.site-header a { color: inherit; } @media only screen and (min-width: 80em) and (min-height: 28em) { .has-scrolled .site-header { position: fixed; display: block; width: 100%; left: 0; top: 0; box-shadow: 0 0 1.62rem 0 rgba(0, 0, 0, 0.33); -webkit-transform: translate3d(0, -120%, 0); transform: translate3d(0, -120%, 0); }
.has-scrolled .site-header-inner { line-height: 3.62674rem; }
.has-scrolled.admin-bar .site-header { margin-top: 32px; }
.has-scrolled .main-navigation-container li ul { margin-top: -0.31rem; margin-top: calc( -0.31rem - 1px); }
.scrolling-up .site-header { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; } }
.site-header-placeholder { display: none; }
@media only screen and (min-width: 80em) { .has-scrolled .site-header-placeholder { display: block; } } .site-branding a, .site-branding a:hover, .site-branding a:active, .site-title { text-decoration: none; color: inherit; }
.site-branding { margin: 1em 0 0; color: inherit; }
.site-branding img { display: inline-block; width: auto; max-height: 4rem; vertical-align: middle; }
.has-scrolled .site-branding img { max-height: 2.4rem; }
@media only screen and (min-width: 28em) { .site-branding { float: left; margin: 0; } }
.site-title { display: inline-block; position: relative; top: -0.095em; margin: 0; vertical-align: middle; }
.has-styled-logo .type-text { position: relative; display: inline-block; padding: 0.62rem 1rem; padding-left: 40px; line-height: 1; text-transform: uppercase; font-size: 1rem; border: 2px solid; border-radius: 0.19rem; }
.has-styled-logo .type-text::after, .has-styled-logo .type-text::before { content: ''; position: absolute; left: 22px; top: 50%; background: currentColor; }
.has-styled-logo .type-text::before { width: 16px; height: 4px; margin: -2px -8px; }
.has-styled-logo .type-text::after { width: 4px; height: 16px; margin: -8px -2px; }
@media only screen and (min-width: 28em) { .info-tagline { float: left; margin: 0; margin-left: 1.38rem; } } .main-navigation { position: relative; }
@media only screen and (min-width: 42em) { .main-navigation { float: right; } }
@media only screen and (min-width: 55em) and (max-width: 79.9375em) { .main-navigation { clear: both; width: 100%; margin: -1em 0 0; line-height: 3rem; }
.main-navigation-container li .sub-menu { margin-top: 0; } }
@media only screen and (max-width: 54.9375em) { .main-navigation-container { position: fixed; display: none; width: 100%; height: 100%; right: 100%; top: 0; line-height: 1.38em; background: inherit; color: inherit; border-color: inherit; overflow-y: auto; z-index: 995; }
.active .main-navigation-container { display: block; right: 0; }
.main-navigation-container .menu { position: relative; height: 100%; }
.main-navigation-container .menu > ul { max-width: 28rem; padding: 2.6244rem 1.62rem 5.87153rem; padding-top: 38vh; margin-left: auto; margin-right: auto; }
.main-navigation-container .menu > ul > li > a { font-weight: 700; }
.main-navigation-container li { border-top: 1px solid; border-color: inherit; }
.main-navigation-container li.button { display: block; padding-top: 1em; padding-bottom: 1em; border-radius: 0; }
.main-navigation-container li li a::before { content: '\21B3\2002'; font-weight: 400; opacity: .5; }
.main-navigation-container li li li a { padding-left: 2.48em; } }
.main-navigation-container .menu { margin-top: 1.62rem; }
@media only screen and (min-width: 42em) { .main-navigation-container .menu { margin-top: 0; } }
@media only screen and (min-width: 55em) { .main-navigation-container .menu > ul > li { margin-left: 0.38rem; }
.main-navigation-container .menu > ul > li > a { padding: 0 0.62em; margin: 0; line-height: 2.24rem; font-weight: 700; border-radius: 0.19rem; transition: line-height .1s, background .3s, color .3s; }
.main-navigation-container .menu > ul > li > a .menu-item-description { display: none; }
.main-navigation-container .menu > ul > li > a:hover, .main-navigation-container .menu > ul > li > a:focus, .main-navigation-container .menu > ul > li > a:active { line-height: 3rem; }
.main-navigation-container .menu > ul > li.menu-item-has-children > a { padding-right: 2em; }
.main-navigation-container .menu > ul > li.button > a { padding-top: 0; padding-bottom: 0; }
.no-js .main-navigation-container .menu > ul > li.menu-item-has-children:hover > a, .main-navigation-container .menu > ul > li.focus > a { border-bottom-right-radius: 0; border-bottom-left-radius: 0; box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1); }
.main-navigation-container .menu > ul > li:not(.button):hover > a, .main-navigation-container .menu > ul > li.focus > a { line-height: 3rem; } }
.main-navigation-container a { position: relative; }
@media only screen and (max-width: 54.9375em) { .main-navigation-container a { margin-top: 1px; margin-bottom: 1px; } }
.main-navigation-container a:hover, .main-navigation-container a:active { color: inherit; }
.main-navigation-container ul { padding: 0; margin: 0; list-style: none; }
.main-navigation-container ul a { display: block; max-width: 100%; padding: 0.81em 1.24em; text-decoration: none; }
@media only screen and (min-width: 55em) { .main-navigation-container ul a { display: inline-block; } }
.main-navigation-container li { position: relative; padding: 0; margin: 0; }
@media only screen and (min-width: 55em) { .main-navigation-container li { float: left; white-space: nowrap; } }
.main-navigation-container li.button { background: transparent; box-shadow: none; }
.main-navigation-container li.button:active { opacity: 1; }
.main-navigation-container li ul ul { font-size: 1em; }
@media only screen and (min-width: 55em) { .main-navigation-container li ul { position: absolute; min-width: 100%; min-width: calc( 100% + 2em); left: -9999rem; top: 138%; padding: 1em; margin: -1rem -1em 0; border-radius: 0.19rem; box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1); opacity: 0; z-index: 9; } }
@media only screen and (min-width: 80em) { .main-navigation-container li ul { transition: top .3s, opacity .3s; } }
.main-navigation-container li ul a { margin: 1px 0; transition: opacity .3s, background .3s; }
@media only screen and (min-width: 55em) { .no-js .main-navigation-container li:hover > ul, .main-navigation-container li.focus > ul { left: 0; top: 100%; opacity: 1; } }
.no-js .main-navigation-container li:hover > a .expander::after, .main-navigation-container li.focus > a .expander::after { visibility: hidden; }
.main-navigation-container li li { border-top: 1px solid; }
@media only screen and (min-width: 55em) { .main-navigation-container li li { float: none; display: block; }
.main-navigation-container li li > a { display: block; min-width: 10em; }
.main-navigation-container li li.menu-item-has-children > a { padding-right: 2.38em; }
.main-navigation-container li li ul { min-width: 0; margin-left: 0; margin-top: -0.38em; }
.no-js .main-navigation-container li li:hover > ul, .main-navigation-container li li.focus > ul { left: 100%; top: 0; }
.main-navigation-container li li:first-child { border: 0; } }
.main-navigation-container .expander { display: none; }
@media only screen and (min-width: 55em) { .main-navigation-container .expander { display: inline-block; position: absolute; width: 16px; height: 16px; right: 0.62em; top: 50%; margin-left: 2px; border: 1px solid; border-radius: 50%; opacity: .66; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.main-navigation-container .expander::after, .main-navigation-container .expander::before { content: ''; position: absolute; left: 50%; top: 50%; border: 1px solid; }
.main-navigation-container .expander::before { width: 8px; height: 2px; margin: -1px -4px; }
.main-navigation-container .expander::after { width: 2px; height: 8px; margin: -4px -1px; } }
.main-navigation-container [class^="icon-"] { margin-right: 0.38em; }
.menu-item-description { display: block; margin-top: 0.38em; text-transform: uppercase; opacity: .66; } @media only screen and (min-width: 55em) { .main-navigation-container .megamenu { position: inherit; }
.main-navigation-container .megamenu > ul { display: block; width: 100%; right: 0; padding: 1em .5em 0; margin-left: 0; margin-right: 0; border-radius: 0.19rem; }
.main-navigation-container .megamenu > ul > li { float: left; padding: 0 .5em; border: 0; vertical-align: top; }
.main-navigation-container .megamenu > ul > li a { min-width: 0; }
.main-navigation-container .megamenu > ul > li > a { margin-bottom: 0.38em; text-transform: uppercase; letter-spacing: 1px; font-size: 0.81em; font-weight: 700; opacity: .66; }
.main-navigation-container .megamenu > ul > li > a .expander { display: none; }
.main-navigation-container .megamenu > ul > li > a .menu-item-description { opacity: .81; }
.main-navigation-container .megamenu > ul > li > ul { display: block; position: relative; min-width: 100%; left: 0; top: 0; padding: 0; margin: 0 0 1em; border-radius: 0; box-shadow: none; transition: none; }
.no-js .main-navigation-container .megamenu > ul > li:hover ul { left: 0; }
.main-navigation-container .megamenu.columns-2 > ul > li { width: 50%; }
.main-navigation-container .megamenu.columns-2 > ul > li:nth-child(3n) { clear: left; }
.main-navigation-container .megamenu.columns-3 > ul > li { width: 33.33333%; }
.main-navigation-container .megamenu.columns-3 > ul > li:nth-child(4n) { clear: left; }
.main-navigation-container .megamenu.columns-4 > ul > li { width: 25%; }
.main-navigation-container .megamenu.columns-4 > ul > li:nth-child(5n) { clear: left; }
.no-js .main-navigation-container .megamenu:hover ul, .main-navigation-container .megamenu.focus ul { opacity: 1; }
.main-navigation-container .megamenu li { white-space: normal; }
.main-navigation-container .megamenu > ul > li > ul ul, .main-navigation-container .megamenu .menu-item-has-children > a::after { display: none; }
.main-navigation-container .menu .megamenu > ul > li > a:hover, .main-navigation-container .menu .megamenu > ul > li:hover > a, .main-navigation-container .menu .megamenu > ul > li.current-menu-item > a, .main-navigation-container .menu .megamenu > ul > li.current-menu-ancestor > a { background: none; } } .mobile-menu-container { position: fixed; width: 100%; left: 0; bottom: 0; line-height: 1.19; font-size: 13px; text-align: center; z-index: 991; box-shadow: 0 0 1.62rem rgba(0, 0, 0, 0.33); }
@media only screen and (max-height: 27.9375em) { .mobile-menu-container { clear: both; position: relative; box-shadow: none; } }
@media only screen and (min-width: 42em) { .mobile-menu-container { display: none; } }
.mobile-menu-container ul { display: table; table-layout: fixed; width: 100%; margin: 0; border-color: inherit; border-collapse: collapse; }
.mobile-menu-container ul a, .mobile-menu-container ul button { display: block; padding: 1em 0; color: inherit; }
.mobile-menu-container ul button { width: 100%; line-height: inherit; background: transparent; box-shadow: none; }
.mobile-menu-container li { display: table-cell; border: 1px solid; border-color: inherit; vertical-align: middle; }
.mobile-menu-container li::before { display: none; }
.mobile-menu-container i, .mobile-menu-container span { display: block; }
.mobile-menu-container i::before, .mobile-menu-container span::before { vertical-align: top; }
.menu-toggle, .menu-toggle-bar { margin-top: 0; margin-bottom: 0; }
.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active { box-shadow: 0 0 1.62rem rgba(0, 0, 0, 0.33); }
@media only screen and (max-width: 41.9375em) { .menu-toggle { position: fixed; right: 0; bottom: 0; padding: 0.62em 1em; line-height: 1.38; text-align: center; font-weight: 700; border: 1px solid; border-radius: 0; z-index: 999; }
.has-mobile-bar .menu-toggle { display: none; }
.active .menu-toggle { width: 100%; }
.has-mobile-bar .active .menu-toggle { display: block; border: 0; } }
@media only screen and (min-width: 42em) and (max-width: 54.9375em) { .active .menu-toggle { position: fixed; top: 1.62rem; right: 1.62rem; border: 1px solid; border-color: inherit; z-index: 999; box-shadow: none; } }
@media only screen and (min-width: 55em) { .menu-toggle { display: none; } }
.menu-toggle::before { content: '\f419'; margin-right: 0.62em; vertical-align: middle; }
.active .menu-toggle::before { content: '\f406'; }
@media only screen and (max-width: 41.9375em) { .menu-toggle::before { display: block; margin-right: 0; } }
@media only screen and (max-height: 27.9375em) { .menu-toggle::before { display: inline; margin-right: 0.62em; } }
.menu-toggle-bar-container i::before, .menu-toggle-bar-container span::before { content: '\f476'; }
@media only screen and (min-width: 55em) { .menu-toggle-skip-link-container { display: none; } } .mobile-search-form { max-width: 28rem; padding: 0 1.62rem; margin: 4.25153em auto 0; }
@media only screen and (min-width: 55em) { .mobile-search-form { display: none; } }
@media only screen and (max-width: 54.9375em) { .main-navigation-container .mobile-search-form + .menu > ul { padding-top: 26vh; } } @media only screen and (min-width: 80em) { .social-links { float: right; } }
.site-footer .social-links { margin-top: 1em; }
@media only screen and (min-width: 80em) { .site-footer .social-links { margin-top: -0.19em; } }
.widget.widget_nav_menu .social-links { float: none; }
.social-links ul { margin: 0; list-style: none; }
.social-links li { display: inline-block; }
.widget.widget_nav_menu .social-links li { border: 0; }
.header-info-widgets .social-links li { margin-right: 0; }
.sidebar .social-links li, .fl-widget .social-links li { margin-right: 0.19em; }
.text-right .social-links li { margin-left: 0.19em; margin-right: 0; }
.social-links:hover a { opacity: .5; }
.social-links a { display: inline-block; padding-left: 0.19em; padding-right: 0.19em; margin: 1px; color: inherit; transition: opacity .3s; }
.social-links a:hover { text-decoration: none; opacity: 1; }
.social-links a.back-to-top::before { content: '\f435'; display: inline-block; padding: 0 0.38em; vertical-align: top; }
.widget.widget_nav_menu .social-links a { text-align: center; }
.sidebar .widget.widget_nav_menu .social-links a, .fl-widget .widget.widget_nav_menu .social-links a { width: 2em; height: 2em; padding: 0; line-height: 2em; line-height: calc( 2em - 2px); border: 1px solid; border-radius: 2em; }
.sidebar .widget.widget_nav_menu .social-links a:last-child, .fl-widget .widget.widget_nav_menu .social-links a:last-child { margin-right: 0; }
.widget.widget_nav_menu .social-links a::after { display: none; }
.site-header .social-links .back-to-top-link { display: none; }  .alignleft, .wp-caption.alignleft, img.alignleft { margin-right: 1em; }
.alignright, .wp-caption.alignright, img.alignright { margin-left: 1em; }
blockquote.alignleft::after, blockquote.alignright::after, blockquote.alignleft::before, blockquote.alignright::before { width: 1px; height: 62%; top: 19%; border: 0; left: auto; right: auto; }
blockquote.alignleft::after, blockquote.alignright::after { height: 6%; top: 47%; border: 0; }
blockquote.alignleft::after, blockquote.alignleft::before { right: 0; border-right: 1px solid; }
blockquote.alignleft::after { border-right: 0.19em solid; }
blockquote.alignright::after, blockquote.alignright::before { left: 0; border-right: 1px solid; }
blockquote.alignright::after { border-left: 0.19em solid; }
.mejs-container { margin-bottom: 1.62em; }
.posts .mejs-container { min-width: 0 !important; }
.entry-media .mejs-container a { width: auto; }
.entry-media .mejs-container .mejs-horizontal-volume-slider { width: 56px; } .site-content { padding: 2.6244rem 0; }
@media only screen and (min-width: 55em) { .site-content { padding-top: 3.62rem; padding-bottom: 3.62rem; } }
.site-content * { border-color: inherit; }
.site-content[tabindex="-1"]:focus { outline: 0; }
@media only screen and (min-width: 55em) { .content-container, .single .entry, .attachment .entry, .page-template-with-sidebar .entry { float: left; width: 62%; } }
@media only screen and (min-width: 55em) { .no-sidebar .content-container, .no-sidebar.single .entry, .no-sidebar.attachment .entry, .no-sidebar.page-template-with-sidebar .entry { float: none; width: 100%; } }
.entry-content h1 a, .entry-content .h1 a, .entry-content h2 a, .entry-content .h2 a, .entry-content h3 a, .entry-content .h3 a, .entry-content h4 a, .entry-content .h4 a, .entry-content h5 a, .entry-content .h5 a, .entry-content h6 a, .entry-content .h6 a, .entry-content p a, .entry-content blockquote a, .entry-content li a, .entry-content dd a, .list-subpages .more-link, .breadcrumbs a { text-decoration: none; border-bottom: 1px dotted; }
.entry-content h1 a:hover, .entry-content .h1 a:hover, .entry-content h2 a:hover, .entry-content .h2 a:hover, .entry-content h3 a:hover, .entry-content .h3 a:hover, .entry-content h4 a:hover, .entry-content .h4 a:hover, .entry-content h5 a:hover, .entry-content .h5 a:hover, .entry-content h6 a:hover, .entry-content .h6 a:hover, .entry-content p a:hover, .entry-content blockquote a:hover, .entry-content li a:hover, .entry-content dd a:hover, .list-subpages .more-link:hover, .breadcrumbs a:hover, .entry-content h1 a:focus, .entry-content .h1 a:focus, .entry-content h2 a:focus, .entry-content .h2 a:focus, .entry-content h3 a:focus, .entry-content .h3 a:focus, .entry-content h4 a:focus, .entry-content .h4 a:focus, .entry-content h5 a:focus, .entry-content .h5 a:focus, .entry-content h6 a:focus, .entry-content .h6 a:focus, .entry-content p a:focus, .entry-content blockquote a:focus, .entry-content li a:focus, .entry-content dd a:focus, .list-subpages .more-link:focus, .breadcrumbs a:focus, .entry-content h1 a:active, .entry-content .h1 a:active, .entry-content h2 a:active, .entry-content .h2 a:active, .entry-content h3 a:active, .entry-content .h3 a:active, .entry-content h4 a:active, .entry-content .h4 a:active, .entry-content h5 a:active, .entry-content .h5 a:active, .entry-content h6 a:active, .entry-content .h6 a:active, .entry-content p a:active, .entry-content blockquote a:active, .entry-content li a:active, .entry-content dd a:active, .list-subpages .more-link:active, .breadcrumbs a:active { border-bottom-style: solid; outline: thin dotted; }
.entry-content h1 .button, .entry-content .h1 .button, .entry-content h2 .button, .entry-content .h2 .button, .entry-content h3 .button, .entry-content .h3 .button, .entry-content h4 .button, .entry-content .h4 .button, .entry-content h5 .button, .entry-content .h5 .button, .entry-content h6 .button, .entry-content .h6 .button, .entry-content p .button, .entry-content blockquote .button, .entry-content li .button, .entry-content dd .button { border-bottom: 0; }
.sidebar h1 a, .posts .entry h1 a, .sidebar .h1 a, .posts .entry .h1 a, .sidebar h2 a, .posts .entry h2 a, .sidebar .h2 a, .posts .entry .h2 a, .sidebar h3 a, .posts .entry h3 a, .sidebar .h3 a, .posts .entry .h3 a, .sidebar h4 a, .posts .entry h4 a, .sidebar .h4 a, .posts .entry .h4 a, .sidebar h5 a, .posts .entry h5 a, .sidebar .h5 a, .posts .entry .h5 a, .sidebar h6 a, .posts .entry h6 a, .sidebar .h6 a, .posts .entry .h6 a, .sidebar p a, .posts .entry p a, .sidebar blockquote a, .posts .entry blockquote a, .sidebar li a, .posts .entry li a, .sidebar dd a, .posts .entry dd a { border-bottom: 0; } .entry-media { margin-bottom: 2.6244rem; }
@media only screen and (min-width: 55em) { .entry-media { margin-bottom: 3.62674rem; } }
.single-wm_staff .entry-media { float: left; width: 38%; margin: 0 1.62em 1em; margin-left: 0; }
.single-wm_staff .entry-media img { cursor: -webkit-zoom-in; cursor: zoom-in; }
.posts .entry-media { margin: 0 -1.62rem 1.62rem; }
.hide-media .entry-media { display: none; }
.entry-media a { display: inline-block; width: 100%; }
.single-post .entry-media a img { cursor: -webkit-zoom-in; cursor: zoom-in; }
.entry-media iframe { height: auto; }
.attachment caption { caption-side: top; }
.attachment .post-thumbnail img { cursor: -webkit-zoom-in; cursor: zoom-in; }
.single-wm_staff .entry-media img, .attachment .post-thumbnail img, .photo { padding: 0.38em; border: 1px solid; border-color: inherit; }
.posts .wp-playlist { border-top: 0; border-left: 0; border-right: 0; } .pagination { margin-top: 1.62rem; text-align: center; border: 1px solid; }
@media only screen and (min-width: 55em) { .pagination { margin-top: 2.6244rem; } }
.pagination a, .pagination span { margin: 0; background: transparent; color: inherit; }
.pagination a { opacity: 1; }
.pagination .prev { float: left; border-right: 1px solid; border-color: inherit; }
.pagination .next { float: right; border-left: 1px solid; border-color: inherit; } .post-table-of-contents { margin-top: 2.6244rem; }
.post-table-of-contents ol { counter-reset: table-of-contents-counter; }
.post-table-of-contents li { padding: 0; border-top: 1px solid; border-color: inherit; }
.post-table-of-contents li:first-child { border: 0; }
.post-table-of-contents li::before { display: none; }
.post-table-of-contents a { padding: 0.62em 1em; padding-left: 2.6244em; }
.entry-content .post-table-of-contents a { border: 0; }
.post-table-of-contents a::before { content: counter(table-of-contents-counter); counter-increment: table-of-contents-counter; float: left; margin-top: -0.19em; margin-left: -1.38em; }
.post-table-of-contents a::after { content: '\00bb'; margin-left: 0.62em; }
.post-table-of-contents .is-passed a { text-decoration: line-through; }
.post-table-of-contents .is-passed a:hover, .post-table-of-contents .is-passed a:focus, .post-table-of-contents .is-passed a:active { text-decoration: none; }
.post-table-of-contents .is-passed a::before { text-decoration: inherit; }
.post-table-of-contents.top { display: none; } .sticky { }
.bordered .wm-column:hover, .single-wm_staff .entry-media img, .attachment .post-thumbnail img, .photo, .posts .entry:hover, .list-subpages .subpage:hover { box-shadow: 0 0.19em 0.62em rgba(0, 0, 0, 0.2); }
.entry-summary.has-more-tag { text-transform: uppercase; }
.posts .entry-header + .entry-content, .hide-media .entry-media + .entry-content { padding-top: 1.62rem; border-top: 2px solid; border-color: inherit; }
@media only screen and (min-width: 42em) { .single-post:not(.fl-builder) .entry-content { float: right; width: 76.44%; }
.single-wm_staff:not(.fl-builder) .entry-content { padding-left: 23.56%; } }
.posts:not(.wm-posts) { margin: 0; margin-left: -0.81rem; margin-right: -0.81rem; }
.posts .entry { position: relative; width: 100%; width: calc( 100% - 1.62rem); padding: 1.62rem; margin: 0 0 1.62rem; margin-left: calc( 0.81rem - 1px); margin-right: calc( 0.81rem - 1px); border: 1px solid; border-color: inherit; border-radius: 0.19rem; border-top-left-radius: 0; border-top-right-radius: 0; transition: box-shadow .2s; }
@media only screen and (min-width: 42em) { .posts .entry { float: left; width: 50%; width: calc( 50% - 1.62rem); } }
.blog:not(.paged) .posts .entry:first-child { float: none; width: 100%; width: calc( 100% - 1.62rem); }
.posts .type-post { padding-left: 5.24674rem; }
.posts .type-page .entry-summary { margin-bottom: 0; }
.posts .page-icon { position: relative; display: inline-block; width: 5.2488rem; height: 5.2488rem; margin-bottom: 1.38rem; line-height: 5.2488rem; text-align: center; font-size: 2.6244rem; }
.posts .page-icon::before { position: relative; z-index: 1; }
.posts .page-icon::after { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; border: 2px solid; opacity: .1; box-shadow: inset 0 0 0 5.2488rem; transition: box-shadow .8s, opacity .4s; z-index: 0; }
.posts .entry:hover .page-icon::after { opacity: .3; box-shadow: none; }
.entry-summary + .link-more { margin-top: 1rem; } .entry-meta-element::before, .entry-meta .comments-link a::before, .entry-meta .entry-likes a::before { content: ''; position: relative; margin: -0.095em 0 0; margin-right: 0.095em; font-size: 1.38em; vertical-align: middle; }
a .entry-date { cursor: pointer; }
.single .entry-meta { margin-top: 2.6244rem; margin-bottom: 0; }
.entry-meta-element { margin-right: 0.62em; }
.entry-meta .tags-links a::before { content: '#'; }
.entry-meta .entry-edit { font-variant: small-caps; }
.entry-meta .entry-date { text-transform: uppercase; }
.posts .entry-meta .entry-date { padding: 0 0 1em; line-height: 1.19; }
.posts .entry-meta .entry-date span { display: block; }
.posts .entry-meta .entry-date::before { display: block; margin: 0; }
.posts .entry-meta .entry-date .day { font-size: 1.81em; }
.posts .entry-meta .entry-date .month { font-size: 1.19em; }
@media only screen and (min-width: 42em) { .single-post:not(.fl-builder) .entry-content + .entry-meta, .single-post .entry-header .entry-meta { float: left; width: 23.56%; padding: 0 1.62rem 0; padding-left: 0; margin: 0 0 1.62em; line-height: 1.38; font-size: 0.81em; border: 0; border-color: inherit; }
.single-post:not(.fl-builder) .entry-content + .entry-meta .entry-meta-element, .single-post .entry-header .entry-meta .entry-meta-element { display: block; padding: 1.38em 0.62em; margin: 0 0 1em; text-align: center; border: 0; }
.single-post:not(.fl-builder) .entry-content + .entry-meta .entry-date ~ .entry-meta-element, .single-post .entry-header .entry-meta .entry-date ~ .entry-meta-element { border-style: dashed; opacity: .66; }
.single-post:not(.fl-builder) .entry-content + .entry-meta:hover .entry-date ~ .entry-meta-element, .single-post .entry-header .entry-meta:hover .entry-date ~ .entry-meta-element { border-style: solid; opacity: 1; }
.single-post:not(.fl-builder) .entry-content + .entry-meta .entry-date, .single-post .entry-header .entry-meta .entry-date { line-height: 1; border-style: solid; opacity: 1; }
.single-post:not(.fl-builder) .entry-content + .entry-meta .entry-date::before, .single-post .entry-header .entry-meta .entry-date::before { display: none; }
.single-post:not(.fl-builder) .entry-content + .entry-meta .entry-date span, .single-post .entry-header .entry-meta .entry-date span { display: inline; }
.single-post:not(.fl-builder) .entry-content + .entry-meta .entry-date .day, .single-post .entry-header .entry-meta .entry-date .day { display: block; margin-top: -.09em; font-size: 4.25153em; }
.single-post .entry-header .entry-meta, .single-post .entry-header .entry-meta .entry-meta-element { margin-bottom: 0; } }
@media only screen and (min-width: 80em) { .single-post:not(.fl-builder) .entry-content + .entry-meta .entry-date, .single-post .entry-header .entry-meta .entry-date { font-size: 1.38em; } }
.entry-meta a { text-decoration: none; }
.entry-meta .author::before { content: ""; margin-top: 0; vertical-align: middle; }
.single .entry-meta .author::before { line-height: 1; vertical-align: top; }
.entry-meta .cat-links::before { content: ""; margin-top: 0; vertical-align: middle; }
.single .entry-meta .cat-links::before { line-height: 1; vertical-align: top; }
.entry-meta .comments-link a::before { content: ""; margin-top: 0; vertical-align: middle; }
.single .entry-meta .comments-link a::before { line-height: 1; vertical-align: top; }
.entry-meta .entry-date::before { content: ""; margin-top: 0; vertical-align: middle; }
.single .entry-meta .entry-date::before { line-height: 1; vertical-align: top; }
.entry-meta .tags-links::before { content: ""; margin-top: 0; vertical-align: middle; }
.single .entry-meta .tags-links::before { line-height: 1; vertical-align: top; }
.entry-meta .entry-likes a::before { content: ""; margin-top: 0; vertical-align: middle; }
.single .entry-meta .entry-likes a::before { line-height: 1; vertical-align: top; }
.entry-meta .entry-views::before { content: ""; margin-top: 0; vertical-align: middle; }
.single .entry-meta .entry-views::before { line-height: 1; vertical-align: top; }
.entry-meta .entry-edit::before { content: ""; margin-top: 0; vertical-align: middle; }
.single .entry-meta .entry-edit::before { line-height: 1; vertical-align: top; }
.posts .entry-meta { position: absolute; width: 3.62674rem; height: 100%; left: 0; top: 0; padding: 1.62em 0 0; margin: 0; text-align: center; border: 0; overflow: hidden; }
.posts .entry-meta-element { display: block; padding: 0; margin: 0 0 1em; } .posts .format-audio .entry-media iframe { max-height: 182px; }
.format-gallery .image-count-2 img, .format-gallery .image-count-3 img { width: 50%; padding: 1px; }
.format-gallery .image-count-3 img:first-child, .format-gallery .image-count-3 img:first-of-type { width: 100%; } .post-navigation { clear: both; margin: 4.25153rem 0 0; border-top: 0.38rem solid; border-color: inherit; }
.single-wm_staff.fl-builder .post-navigation { margin-top: 0; }
.post-navigation .nav-links > div { position: relative; border-bottom: 1px solid; border-color: inherit; }
@media only screen and (min-width: 55em) { .single-wm_staff.fl-builder .post-navigation .nav-links > div { border-bottom: 0; } }
.post-navigation a { display: block; position: relative; padding: 1.62rem; color: inherit; transition: padding .3s; }
.single-wm_staff.fl-builder .post-navigation a { padding-left: 6%; padding-right: 6%; }
.single-wm_staff.fl-builder .post-navigation a:hover { padding-left: 8%; padding-right: 8%; }
.post-navigation a:hover { text-decoration: none; padding-left: 2.62rem; }
.post-navigation .label { display: block; margin-bottom: 0.62em; text-transform: uppercase; }
.post-navigation .nav-next .label::after { content: '\2192'; margin-left: 0.38em; }
.post-navigation .nav-previous .label::before { content: '\2190'; margin-right: 0.38em; }
.post-navigation .taxonomy { display: block; margin: 0.62em -0.38em 0; }
.type-wm_staff .post-navigation .taxonomy { background: none; color: inherit; }
.post-navigation .taxonomy span { margin: 0 0.38em; }
@media only screen and (min-width: 55em) { .single-wm_staff.fl-builder .links-count-1 > div { text-align: center; } }
@media only screen and (min-width: 55em) { .single-wm_staff.fl-builder .links-count-2 { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; } }
@media only screen and (min-width: 55em) { .single-wm_staff.fl-builder .links-count-2 > div { display: inline-block; width: 50%; }
.single-wm_staff.fl-builder .links-count-2 > div:first-child { text-align: right; }
.single-wm_staff.fl-builder .links-count-2 > div:first-child { border-right: 1px solid; border-color: inherit; } } .error-404, .not-found { text-align: center; }
.error-404 form, .not-found form { display: inline-block; width: 62%; text-align: center; }
.error-404 form::before, .not-found form::before { padding: 0.38em 0; line-height: 1.19em; }
.not-found form { width: 100%; }
.error-404 .page-content { margin-top: 1em; }
.list-subpages { margin-top: 2.6244rem; }
.fl-builder .list-subpages { margin-bottom: 2.6244rem; }
.page:not(.fl-builder) .list-subpages { width: 100%; }
@media only screen and (min-width: 55em) { .list-subpages { margin-top: 3.62rem; }
.fl-builder .list-subpages { margin-bottom: 3.62rem; } }
.list-subpages:first-child, .entry-header + .list-subpages { margin-top: 0; }
.list-subpages .subpage-media:hover, .list-subpages .subpage-media:focus, .list-subpages .subpage-media:active { text-decoration: none; outline: 0; }
.list-subpages .page-icon { position: absolute; width: 3.62674rem; height: 100%; left: 0; top: 0; padding-top: 1.62rem; text-align: center; }
.list-subpages .page-icon.default::before { content: '\f443'; }
.list-subpages .page-image { margin-bottom: 1.62em; }
.list-subpages img { width: 100%; }
.list-subpages h3 { margin-top: 0; }
.list-subpages p { margin-bottom: 1em; }
.list-subpages-container { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -1%; }
.list-subpages .subpage { float: left; -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; position: relative; width: 98%; padding: 1.62rem; padding-left: 5.24674rem; margin: 0.81em 1%; border: 1px solid; border-color: inherit; border-radius: 0.19rem; border-top-left-radius: 0; border-top-right-radius: 0; transition: box-shadow .2s; }
@media only screen and (min-width: 42em) { .list-subpages .subpage { width: 48%; } }
@media only screen and (min-width: 55em) { .list-subpages .subpage { width: 31.33333%; }
.list-subpages .subpage:nth-child(1):nth-last-child(2), .list-subpages .subpage:nth-child(2):nth-last-child(1) { width: 48%; }
.list-subpages .subpage:nth-child(1):nth-last-child(2), .list-subpages .subpage:nth-child(2):nth-last-child(1) { width: 48%; }
.list-subpages .subpage:nth-child(1):nth-last-child(1) { width: 98%; } }
.list-subpages .subpage::before { content: ''; position: absolute; width: 3.62674rem; height: 100%; left: 0; top: 0; transition: background .2s; }
.list-subpages .subpage:nth-child(3n+1) { clear: left; } .comments-area { clear: both; padding: 1.62rem 0 0; margin: 2.6244rem 0 0; border-top: 2px solid; border-color: inherit; }
.comments-area:focus { outline: 0; }
.comments-area .reply { margin-top: 1em; }
@media only screen and (min-width: 42em) { .comment-list { padding-left: 23.56%; margin-left: -4.25153rem; margin-left: calc( -5rem - 1.62em); } }
.comment-meta { border-bottom-width: 1px; }
.comment-body { padding-bottom: 0; }
.bypostauthor > .comment-body .comment-author::before { content: '\f304'; position: absolute; display: block; width: 1.875rem; height: 1.875rem; left: 0.9375rem; top: 2.8125rem; margin-top: 1.62em; line-height: 1.75rem; text-align: center; font-size: 1.19em; border-radius: 50%; z-index: 1; }
@media only screen and (min-width: 42em) { .bypostauthor > .comment-body .comment-author::before { left: 1.875rem; top: 4.6875rem; } }
.comment-edit-link::before, .comment-reply-link::before { content: '\f466'; margin-right: 0.19em; font-size: 1.38em; vertical-align: middle; }
.comment-edit-link::before { content: '\f411'; }
.comment-navigation a { padding: 0; }
@media only screen and (min-width: 42em) { .comment-navigation { margin-left: 23.56%; } }
.comment-respond { border-top: 0; }
.comment-list .comment-respond { padding: 0 1.62em; margin-bottom: 0; margin-left: 0; border-bottom: 0; }
@media only screen and (min-width: 42em) { .comment-respond { margin-left: 23.56%; } } .site-footer { position: relative; box-shadow: 0 -6px 4px -3px rgba(0, 0, 0, 0.1); }
.site-footer * { border-color: inherit; }
.site-footer::after { position: relative; }
.footer-area-site-info { position: relative; background: inherit; }
.site-footer .footer-area-site-info a { color: inherit; }
@media only screen and (min-width: 80em) { .site-info { float: left; } }
.site-info-inner { padding: 1.62rem; border-top-left-radius: 0.19rem; border-top-right-radius: 0.19rem; }
@media only screen and (min-width: 55em) { .site-info-inner { padding: 2.6244rem; } } .sidebar { position: relative; padding: 2.6244rem 1.62rem; padding-top: 3.0044rem; margin-top: 2.6244rem; border-radius: 0.19rem; }
@media only screen and (min-width: 55em) { .sidebar { width: 34%; margin-top: 0; } }
@media only screen and (min-width: 80em) { .sidebar { padding: 2.6244rem; } }
.sidebar.fl-col { padding: 0; }
.fl-col .sidebar { margin-top: 0; width: 100%; }
.entry .sidebar a { text-decoration: none; }
.sidebar::before, .sidebar.fl-module::before { position: absolute; left: 0; top: 0; }
.sidebar .widget { margin-bottom: 2.6244rem; }
.sidebar.fl-col .widget:first-child, .sidebar.fl-module .widget:first-child { margin-top: 0; } .widget form { margin-bottom: 0; }
.sidebar .widget input, .footer-widgets .widget input, .sidebar .widget select, .footer-widgets .widget select, .sidebar .widget textarea, .footer-widgets .widget textarea { width: 100%; }
.widget_archive li::before, .widget_categories li::before, .widget_pages li::before, .widget_recent_comments li::before, .widget_recent_entries li::before { content: '\f307'; display: inline-block; margin-right: 0.38em; vertical-align: middle; }
.widget_categories li::before { content: '\f301'; }
.widget_pages li::before { content: '\f443'; }
.widget_recent_comments li::before, .widget_recent_entries li::before { content: '\f300'; position: absolute; left: 0; top: 0.38em; margin: 0; }
.widget_recent_entries li::before { content: '\f411'; }
.widget_calendar th, .widget_calendar td { vertical-align: middle; }
.widget_calendar tfoot td { text-align: left; }
.widget_calendar tfoot td:last-child { text-align: right; }
.sidebar .wm-subnav li, .sidebar .widget_nav_menu li { padding: 0; }
.sidebar .wm-subnav li.button, .sidebar .widget_nav_menu li.button { display: none; }
.sidebar .wm-subnav li ul, .sidebar .widget_nav_menu li ul { bottom: 0; }
.sidebar .wm-subnav li li, .sidebar .widget_nav_menu li li { padding: 0; }
.sidebar .wm-subnav li li a::before, .sidebar .widget_nav_menu li li a::before { content: '\21B3\2002'; opacity: .5; }
.sidebar .wm-subnav li li li a, .sidebar .widget_nav_menu li li li a { padding-left: 2em; }
.sidebar .wm-subnav li a, .sidebar .widget_nav_menu li a { display: block; padding: 0.62em 1em; margin: 1px 0; }
.sidebar .wm-subnav li a:hover, .sidebar .widget_nav_menu li a:hover { text-decoration: none; }
@media only screen and (min-width: 55em) { .sidebar .wm-subnav .current_page_item > a, .sidebar .widget_nav_menu .current-menu-item > a { position: relative; }
.sidebar .wm-subnav .current_page_item > a::after, .sidebar .widget_nav_menu .current-menu-item > a::after { content: ''; position: absolute; width: 1rem; height: 1rem; right: 100%; top: 50%; margin: -.5rem; background: inherit; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.fl-col:first-child .sidebar .wm-subnav .current_page_item > a::after, .fl-col:first-child .sidebar .widget_nav_menu .current-menu-item > a::after { left: 100%; right: auto; } }
.widget-recent-entries-list p { margin-bottom: 1em; }
.widget-recent-entries-list .entry { float: none; width: 100%; padding: 1em 0; border-top: 1px solid; border-bottom: 1px solid; border-color: inherit; overflow: hidden; }
.widget-recent-entries-list .entry:first-child { margin-top: 0; }
.widget-recent-entries-list .entry + .entry { margin-top: -1px; }
.sidebar .widget-recent-entries-list .entry, .widget-area .widget-recent-entries-list .entry { padding: 0.62em 0; }
.widget-recent-entries-list .entry-date { float: left; width: 2.6244em; padding: 0.38em 0; line-height: 1; text-align: center; border: 1px solid; border-color: inherit; }
.widget-recent-entries-list .month { text-transform: uppercase; }
.single .widget-recent-entries-list .entry-content { float: none; width: auto; padding: 0; }
.widget-recent-entries-list .entry-title { margin-bottom: 0.62em; line-height: 1.38; }
.widget-recent-entries-list .entry-title a { border: 0; }
.widget-recent-entries-list .entry-title .entry-subtitle { display: block; text-transform: uppercase; }
.widget-recent-entries-list .entry-title .entry-subtitle::before, .widget-recent-entries-list .entry-title .entry-subtitle::after { display: none; }
.sidebar .widget-recent-entries-list .entry-title .entry-subtitle, .widget-area .widget-recent-entries-list .entry-title .entry-subtitle { text-transform: none; }
.sidebar .widget-recent-entries-list .entry-summary, .widget-area .widget-recent-entries-list .entry-summary { display: none; }
.widget-recent-entries-list .link-more { margin: 0; }
.entry-date-enabled .entry-content { margin-left: 5.25153em; }
.sidebar .entry-date-enabled .entry-content, .widget-area .entry-date-enabled .entry-content { margin-left: 3.6244em; }
.textwidget ul { margin-top: 0; margin-bottom: 1em; margin-left: 1.62em; margin-right: 0; list-style: square; }
.textwidget ul:last-child { margin-bottom: 0; }
.textwidget ul ul { border-width: 0; }
.textwidget ul li { padding: 0; border-width: 0; }
.textwidget ul li + li { margin-top: 0; }
.textwidget ul li ul { bottom: 0; margin-bottom: 0; }
.textwidget ul li li { padding: 0; }
.contact-info { position: relative; padding-left: 2em; margin-top: 1em; }
.contact-info:first-child { margin-top: 0; }
.contact-info::before { position: absolute; left: 0; top: 0; line-height: 1; font-size: 1.38em; }
.contact-info.address::before { content: '\f409'; }
.contact-info.hours::before { content: '\f303'; }
.contact-info.phone::before { content: '\f437'; }
.contact-info.email::before { content: '\f410'; }
.contact-info table, .contact-info td { padding: 0; line-height: inherit; border: 0; border-color: inherit; }
.contact-info td { padding-top: 0.62em; border-bottom: 1px dotted; border-color: inherit; }
.contact-info td:last-child { text-align: right; }
.contact-info tr:first-child td { padding-top: 0; }
@media only screen and (max-width: 41.9375em) { .page-header + .widget-staff-filter { display: none; } }
.fl-col .widget-staff-filter .widget-title { margin: 0 0 1em; text-transform: none; letter-spacing: 0; }
.widget-staff-filter .staff-filter-form { margin: 0; }
.widget-staff-filter p { margin-bottom: 1em; }
.widget-staff-filter p:last-child { margin-bottom: 0; }
.widget-staff-filter label { display: block; padding: 0; }
.widget-staff-filter input, .widget-staff-filter select { width: 100%; }
.widget-staff-filter .search-submit { line-height: inherit; }
.content-container .widget-staff-filter input, .content-container .widget-staff-filter select, .fl-col-width-1-1 .widget-staff-filter input, .fl-col-width-1-1 .widget-staff-filter select, .fl-col-width-3-4 .widget-staff-filter input, .fl-col-width-3-4 .widget-staff-filter select, .fl-col-width-2-3 .widget-staff-filter input, .fl-col-width-2-3 .widget-staff-filter select, .fl-col-width-1-2 .widget-staff-filter input, .fl-col-width-1-2 .widget-staff-filter select { padding: 0.62em; }
.content-container .widget-staff-filter select, .fl-col-width-1-1 .widget-staff-filter select, .fl-col-width-3-4 .widget-staff-filter select, .fl-col-width-2-3 .widget-staff-filter select, .fl-col-width-1-2 .widget-staff-filter select { padding: calc( 0.62em - 1px); }
@media only screen and (min-width: 55em) { .content-container .widget-staff-filter .staff-filter-form, .fl-col-width-3-4 .widget-staff-filter .staff-filter-form, .fl-col-width-2-3 .widget-staff-filter .staff-filter-form, .fl-col-width-1-2 .widget-staff-filter .staff-filter-form, .single-post .fl-col-width-1-1 .widget-staff-filter .staff-filter-form { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -.5em -1em; }
.content-container .widget-staff-filter .staff-filter-form p, .fl-col-width-3-4 .widget-staff-filter .staff-filter-form p, .fl-col-width-2-3 .widget-staff-filter .staff-filter-form p, .fl-col-width-1-2 .widget-staff-filter .staff-filter-form p, .single-post .fl-col-width-1-1 .widget-staff-filter .staff-filter-form p { -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 33.33333%; padding-left: .5em; padding-right: .5em; }
.content-container .widget-staff-filter .staff-filter-form .search-field-container, .fl-col-width-3-4 .widget-staff-filter .staff-filter-form .search-field-container, .fl-col-width-2-3 .widget-staff-filter .staff-filter-form .search-field-container, .fl-col-width-1-2 .widget-staff-filter .staff-filter-form .search-field-container, .single-post .fl-col-width-1-1 .widget-staff-filter .staff-filter-form .search-field-container { -webkit-order: -5; -ms-flex-order: -5; order: -5; width: 66.66667%; }
.content-container .widget-staff-filter .staff-filter-form .submit-button-container, .fl-col-width-3-4 .widget-staff-filter .staff-filter-form .submit-button-container, .fl-col-width-2-3 .widget-staff-filter .staff-filter-form .submit-button-container, .fl-col-width-1-2 .widget-staff-filter .staff-filter-form .submit-button-container, .single-post .fl-col-width-1-1 .widget-staff-filter .staff-filter-form .submit-button-container { -webkit-order: -1; -ms-flex-order: -1; order: -1; width: 33.33333%; }
.content-container .widget-staff-filter .selectors-count-1 p, .content-container .widget-staff-filter .selectors-count-1 .submit-button-container, .fl-col-width-3-4 .widget-staff-filter .selectors-count-1 p, .fl-col-width-3-4 .widget-staff-filter .selectors-count-1 .submit-button-container, .fl-col-width-2-3 .widget-staff-filter .selectors-count-1 p, .fl-col-width-2-3 .widget-staff-filter .selectors-count-1 .submit-button-container, .fl-col-width-1-2 .widget-staff-filter .selectors-count-1 p, .fl-col-width-1-2 .widget-staff-filter .selectors-count-1 .submit-button-container, .single-post .fl-col-width-1-1 .widget-staff-filter .selectors-count-1 p, .single-post .fl-col-width-1-1 .widget-staff-filter .selectors-count-1 .submit-button-container { -webkit-order: -3; -ms-flex-order: -3; order: -3; width: 25%; }
.content-container .widget-staff-filter .selectors-count-1 .search-field-container, .fl-col-width-3-4 .widget-staff-filter .selectors-count-1 .search-field-container, .fl-col-width-2-3 .widget-staff-filter .selectors-count-1 .search-field-container, .fl-col-width-1-2 .widget-staff-filter .selectors-count-1 .search-field-container, .single-post .fl-col-width-1-1 .widget-staff-filter .selectors-count-1 .search-field-container { width: 50%; }
.content-container .widget-staff-filter .selectors-count-2 p, .fl-col-width-3-4 .widget-staff-filter .selectors-count-2 p, .fl-col-width-2-3 .widget-staff-filter .selectors-count-2 p, .fl-col-width-1-2 .widget-staff-filter .selectors-count-2 p, .single-post .fl-col-width-1-1 .widget-staff-filter .selectors-count-2 p { width: 50%; }
.fl-col-width-1-1 .widget-staff-filter .staff-filter-form { display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 0 -.5em -1em; }
.fl-col-width-1-1 .widget-staff-filter .staff-filter-form p { -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; padding-left: .5em; padding-right: .5em; }
.fl-col-width-1-1 .widget-staff-filter .staff-filter-form .search-field-container { min-width: 33.33333%; } }
.content-container .widget-staff-filter { position: relative; padding: 1.62rem; margin-bottom: 2.6244rem; text-align: left; }
@media only screen and (min-width: 80em) { .content-container .widget-staff-filter { padding: 2.6244rem; } }
.content-container .widget-staff-filter::before { position: absolute; left: 0; top: 0; }
.content-container .widget-staff-filter:last-child { margin-top: 1.62rem; margin-bottom: 0; } @media only screen and (min-width: 55em) { .header-info-widgets { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } }
.header-info-widgets-container { box-shadow: inset 0 6px 4px -3px rgba(0, 0, 0, 0.1); }
.header-info-widgets .widget { padding-top: 1rem; padding-bottom: 1rem; }
.header-info-widgets .widget:not(:last-child) { border-bottom: 1px solid; }
@media only screen and (min-width: 55em) { .header-info-widgets .widget { float: left; -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; padding-top: 1.62em; padding-bottom: 1.62em; }
.has-scrolled .header-info-widgets .widget { padding-top: 0.62em; padding-bottom: 0.62em; }
.header-info-widgets .widget:not(:last-child) { border-bottom: 0; }
.header-info-widgets .widget + .widget { margin-left: 1.62rem; }
.header-info-widgets .widget:last-child { float: right; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; text-align: right; } }
.header-info-widgets .widget-title { display: none; }
@media only screen and (min-width: 55em) { .header-info-widgets .widget_search { padding-top: 0; padding-bottom: 0; line-height: 3rem; }
.has-scrolled .header-info-widgets .widget_search { padding-top: 0; padding-bottom: 0; } }
.header-info-widgets p a, .header-info-widgets .widget_text a { border-bottom: 1px dotted; }
.header-info-widgets p a:hover, .header-info-widgets p a:focus, .header-info-widgets p a:active, .header-info-widgets .widget_text a:hover, .header-info-widgets .widget_text a:focus, .header-info-widgets .widget_text a:active { border-bottom: 0; }
.header-info-widgets ul li { display: inline-block; padding: 0; margin: 0; margin-right: 0.62em; border: 0; }
.header-info-widgets ul li:hover { -webkit-transform: none; -ms-transform: none; transform: none; }
.header-info-widgets ul li + li { margin-top: 0; }
.header-info-widgets ul li:last-child { margin-right: 0; }
.header-info-widgets .sub-menu { display: none; }
.header-info-widgets .form-search, .header-info-widgets .search-form { display: inline-block; width: 100%; }
@media only screen and (min-width: 55em) { .header-info-widgets .form-search, .header-info-widgets .search-form { max-width: 33.33%; min-width: 12rem; } }
.header-info-widgets .search-field { padding-top: 0.38em; padding-bottom: 0.38em; background: transparent; } .footer-widgets { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: -1px; }
.footer-widgets-inner { padding-top: 1.62em; padding-bottom: 1.62em; }
@media only screen and (min-width: 42em) { .footer-widgets-inner { padding-top: 0; padding-bottom: 0; } }
.footer-widgets .widget { float: left; -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; position: relative; width: 100%; padding: 1.62rem 0; margin: 0; }
@media only screen and (min-width: 42em) { .footer-widgets .widget { padding: 2.6244rem 4%; } }
@media only screen and (min-width: 55em) { .footer-widgets .widget { padding-top: 3.62rem; padding-bottom: 3.62rem; } }
.footer-widgets .widget li, .footer-widgets .widget table { border-color: inherit; }
@media only screen and (min-width: 42em) { .footer-widgets .widget::after, .footer-widgets .widget::before { content: ''; position: absolute; display: block; right: 0; }
.footer-widgets .widget::after { width: 100%; height: 0; bottom: 0; border-top: 1px dashed; }
.footer-widgets .widget::before { width: 0; height: 100%; top: 0; border-left: 1px dashed; } }
@media only screen and (min-width: 42em) and (max-width: 54.9375em) { .footer-widgets.columns-2 .widget { width: 54%; }
.footer-widgets.columns-2 .widget:nth-child(2), .footer-widgets.columns-2 .widget:nth-child(2n+1), .footer-widgets.columns-2 .widget:nth-child(2n+2) { width: 50%; }
.footer-widgets.columns-2 .widget:nth-child(2n+2) { padding-left: 0; }
.footer-widgets.columns-2 .widget:nth-child(2n+1) { padding-right: 0; }
.footer-widgets.columns-2 .widget:nth-child(2n+1)::before { display: none; }
.footer-widgets.columns-2 .widget:nth-child(2n+2) { clear: left; }
.footer-widgets.columns-3 .widget { width: 36%; }
.footer-widgets.columns-3 .widget:nth-child(2), .footer-widgets.columns-3 .widget:nth-child(3n+1), .footer-widgets.columns-3 .widget:nth-child(3n+2) { width: 32%; }
.footer-widgets.columns-3 .widget:nth-child(3n+2) { padding-left: 0; }
.footer-widgets.columns-3 .widget:nth-child(3n+1) { padding-right: 0; }
.footer-widgets.columns-3 .widget:nth-child(3n+1)::before { display: none; }
.footer-widgets.columns-3 .widget:nth-child(3n+2) { clear: left; }
.footer-widgets.columns-4 .widget { width: 36%; }
.footer-widgets.columns-4 .widget:nth-child(2), .footer-widgets.columns-4 .widget:nth-child(3n+1), .footer-widgets.columns-4 .widget:nth-child(3n+2) { width: 32%; }
.footer-widgets.columns-4 .widget:nth-child(3n+2) { padding-left: 0; }
.footer-widgets.columns-4 .widget:nth-child(3n+1) { padding-right: 0; }
.footer-widgets.columns-4 .widget:nth-child(3n+1)::before { display: none; }
.footer-widgets.columns-4 .widget:nth-child(3n+2) { clear: left; }
.footer-widgets.columns-5 .widget { width: 36%; }
.footer-widgets.columns-5 .widget:nth-child(2), .footer-widgets.columns-5 .widget:nth-child(3n+1), .footer-widgets.columns-5 .widget:nth-child(3n+2) { width: 32%; }
.footer-widgets.columns-5 .widget:nth-child(3n+2) { padding-left: 0; }
.footer-widgets.columns-5 .widget:nth-child(3n+1) { padding-right: 0; }
.footer-widgets.columns-5 .widget:nth-child(3n+1)::before { display: none; }
.footer-widgets.columns-5 .widget:nth-child(3n+2) { clear: left; } }
@media only screen and (min-width: 55em) and (max-width: 79.9375em) { .footer-widgets.columns-2 .widget { width: 52%; }
.footer-widgets.columns-2 .widget:nth-child(2), .footer-widgets.columns-2 .widget:nth-child(2n+1), .footer-widgets.columns-2 .widget:nth-child(2n+2) { width: 50%; }
.footer-widgets.columns-2 .widget:nth-child(2n+2) { padding-left: 0; }
.footer-widgets.columns-2 .widget:nth-child(2n+1) { padding-right: 0; }
.footer-widgets.columns-2 .widget:nth-child(2n+1)::before { display: none; }
.footer-widgets.columns-2 .widget:nth-child(2n+2) { clear: left; }
.footer-widgets.columns-3 .widget { width: 34.66667%; }
.footer-widgets.columns-3 .widget:nth-child(2), .footer-widgets.columns-3 .widget:nth-child(3n+1), .footer-widgets.columns-3 .widget:nth-child(3n+2) { width: 32.66667%; }
.footer-widgets.columns-3 .widget:nth-child(3n+2) { padding-left: 0; }
.footer-widgets.columns-3 .widget:nth-child(3n+1) { padding-right: 0; }
.footer-widgets.columns-3 .widget:nth-child(3n+1)::before { display: none; }
.footer-widgets.columns-3 .widget:nth-child(3n+2) { clear: left; }
.footer-widgets.columns-4 .widget { width: 26%; }
.footer-widgets.columns-4 .widget:nth-child(2), .footer-widgets.columns-4 .widget:nth-child(4n+1), .footer-widgets.columns-4 .widget:nth-child(4n+2) { width: 24%; }
.footer-widgets.columns-4 .widget:nth-child(4n+2) { padding-left: 0; }
.footer-widgets.columns-4 .widget:nth-child(4n+1) { padding-right: 0; }
.footer-widgets.columns-4 .widget:nth-child(4n+1)::before { display: none; }
.footer-widgets.columns-4 .widget:nth-child(4n+2) { clear: left; }
.footer-widgets.columns-5 .widget { width: 20.8%; }
.footer-widgets.columns-5 .widget:nth-child(2), .footer-widgets.columns-5 .widget:nth-child(5n+1), .footer-widgets.columns-5 .widget:nth-child(5n+2) { width: 18.8%; }
.footer-widgets.columns-5 .widget:nth-child(5n+2) { padding-left: 0; }
.footer-widgets.columns-5 .widget:nth-child(5n+1) { padding-right: 0; }
.footer-widgets.columns-5 .widget:nth-child(5n+1)::before { display: none; }
.footer-widgets.columns-5 .widget:nth-child(5n+2) { clear: left; } }
@media only screen and (min-width: 80em) { .footer-widgets.columns-2 .widget { width: 54%; }
.footer-widgets.columns-2 .widget:nth-child(2), .footer-widgets.columns-2 .widget:nth-child(2n+1), .footer-widgets.columns-2 .widget:nth-child(2n+2) { width: 50%; }
.footer-widgets.columns-2 .widget:nth-child(2n+2) { padding-left: 0; }
.footer-widgets.columns-2 .widget:nth-child(2n+1) { padding-right: 0; }
.footer-widgets.columns-2 .widget:nth-child(2n+1)::before { display: none; }
.footer-widgets.columns-2 .widget:nth-child(2n+2) { clear: left; }
.footer-widgets.columns-3 .widget { width: 36%; }
.footer-widgets.columns-3 .widget:nth-child(2), .footer-widgets.columns-3 .widget:nth-child(3n+1), .footer-widgets.columns-3 .widget:nth-child(3n+2) { width: 32%; }
.footer-widgets.columns-3 .widget:nth-child(3n+2) { padding-left: 0; }
.footer-widgets.columns-3 .widget:nth-child(3n+1) { padding-right: 0; }
.footer-widgets.columns-3 .widget:nth-child(3n+1)::before { display: none; }
.footer-widgets.columns-3 .widget:nth-child(3n+2) { clear: left; }
.footer-widgets.columns-4 .widget { width: 27%; }
.footer-widgets.columns-4 .widget:nth-child(2), .footer-widgets.columns-4 .widget:nth-child(4n+1), .footer-widgets.columns-4 .widget:nth-child(4n+2) { width: 23%; }
.footer-widgets.columns-4 .widget:nth-child(4n+2) { padding-left: 0; }
.footer-widgets.columns-4 .widget:nth-child(4n+1) { padding-right: 0; }
.footer-widgets.columns-4 .widget:nth-child(4n+1)::before { display: none; }
.footer-widgets.columns-4 .widget:nth-child(4n+2) { clear: left; }
.footer-widgets.columns-5 .widget { width: 21.6%; }
.footer-widgets.columns-5 .widget:nth-child(2), .footer-widgets.columns-5 .widget:nth-child(5n+1), .footer-widgets.columns-5 .widget:nth-child(5n+2) { width: 17.6%; }
.footer-widgets.columns-5 .widget:nth-child(5n+2) { padding-left: 0; }
.footer-widgets.columns-5 .widget:nth-child(5n+1) { padding-right: 0; }
.footer-widgets.columns-5 .widget:nth-child(5n+1)::before { display: none; }
.footer-widgets.columns-5 .widget:nth-child(5n+2) { clear: left; } }
.footer-widgets .screen-reader-text + .widget, .footer-widgets .comments-title .add-comment-link + .widget, .comments-title .footer-widgets .add-comment-link + .widget { padding-left: 0; } .footer-info-widgets { width: 100%; padding: 0 1.38rem; border-bottom-left-radius: 0.19rem; border-bottom-right-radius: 0.19rem; }
@media only screen and (min-width: 55em) { .footer-info-widgets { display: table; table-layout: fixed; padding: 0 1.3122rem; } }
.footer-info-widgets .widget { width: 100%; padding: 1.38rem 0; vertical-align: middle; }
.footer-info-widgets .widget:not(:last-child) { border-bottom: 1px solid; }
@media only screen and (min-width: 55em) { .footer-info-widgets .widget { display: table-cell; padding: 2.6244rem 1.3122rem; vertical-align: middle; }
.footer-info-widgets .widget:not(:last-child) { border-bottom: 0; } }
.footer-info-widgets .widget a { color: inherit; }
.footer-info-widgets .widget-title { display: none; }
@media only screen and (min-width: 55em) { .footer-info-widgets .widget:nth-child(2):nth-last-child(2), .footer-info-widgets .widget:nth-child(3):nth-last-child(1) { width: 50%; }
.footer-info-widgets .widget:nth-child(2):nth-last-child(3), .footer-info-widgets .widget:nth-child(3):nth-last-child(2), .footer-info-widgets .widget:nth-child(4):nth-last-child(1) { width: 33.33333%; }
.footer-info-widgets .widget:nth-child(2):nth-last-child(4), .footer-info-widgets .widget:nth-child(3):nth-last-child(3), .footer-info-widgets .widget:nth-child(4):nth-last-child(2), .footer-info-widgets .widget:nth-child(5):nth-last-child(1) { width: 25%; }
.footer-info-widgets .widget:nth-child(2):nth-last-child(5), .footer-info-widgets .widget:nth-child(3):nth-last-child(4), .footer-info-widgets .widget:nth-child(4):nth-last-child(3), .footer-info-widgets .widget:nth-child(5):nth-last-child(2), .footer-info-widgets .widget:nth-child(6):nth-last-child(1) { width: 20%; } }  .fl-builder.page:not(.page-template-with-sidebar) .site-content, .fl-builder.single-wm_staff .site-content, .single-fl-builder-template .site-content { width: 100%; max-width: none; padding: 0; margin: 0; }
.fl-builder.page:not(.page-template-with-sidebar) .content-area, .fl-builder.single-wm_staff .content-area, .single-fl-builder-template .content-area { float: none; width: 100%; max-width: 100%; padding: 0; margin: 0; }
.fl-builder.page:not(.page-template-with-sidebar) .site-main > .entry, .fl-builder.single-wm_staff .site-main > .entry, .single-fl-builder-template .site-main > .entry { float: none; width: 100%; }
@media only screen and (max-width: 41.9375em) { .fl-row { overflow: hidden; } }
.site .fl-row-full-height .fl-row-content { -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; }
.fl-row-full-height.split-screen-row .fl-row-content { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.single-post .site .fl-row-fixed-width, .page-template-with-sidebar .site .fl-row-fixed-width { width: 100%; max-width: 100%; }
.site .fl-row-fixed-width .fl-row-fixed-width { width: 100%; max-width: 100%; }
.fl-col { max-width: 100%; }
.fl-col-group { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; max-width: 100%; }
@media only screen and (min-width: 42em) { .fl-col-group .fl-col.last { -webkit-order: 10; -ms-flex-order: 10; order: 10; }
.fl-col-group .fl-col.first { -webkit-order: -10; -ms-flex-order: -10; order: -10; } }
.fl-col-content { width: 100%; min-width: 1px; max-width: 100%; padding-top: 3.62rem; padding-bottom: 3.62rem; }
.fl-col.no-padding .fl-col-content { padding: 0 !important; }
@media only screen and (min-width: 42em) { .custom-column-background .fl-col-content, .fl-col-custom-background .fl-col-content, [class*="set-colors-"] > .fl-col-content { padding-left: 1.3078rem; padding-right: 1.3078rem; } }
.site .fl-col-small { max-width: 100%; }
.fl-col, .fl-col-content { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; }
.fl-col-content { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; }
.fl-col-group .fl-col.vertical-align-top, .fl-col-group .fl-col.vertical-align-top .fl-col-content, .vertical-align-top .fl-col, .vertical-align-top .fl-col-content { -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
.fl-col-group .fl-col.center-vertically, .fl-col-group .fl-col.center-vertically .fl-col-content, .center-vertically .fl-col, .center-vertically .fl-col-content, .fl-col-group .fl-col.vertical-align-middle, .fl-col-group .fl-col.vertical-align-middle .fl-col-content, .vertical-align-middle .fl-col, .vertical-align-middle .fl-col-content { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.fl-col-group .fl-col.vertical-align-bottom, .fl-col-group .fl-col.vertical-align-bottom .fl-col-content, .vertical-align-bottom .fl-col, .vertical-align-bottom .fl-col-content { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
.fl-col[class*="hover-color-"]:hover * { color: inherit; }
.fl-col[class*="hover-color-"] .fl-col-content { transition: background .3s, color .3s, -webkit-transform .3s; transition: background .3s, color .3s, transform .3s; transition: background .3s, color .3s, transform .3s, -webkit-transform .3s; }
.fl-builder-content .fl-col[class*="hover-color-"]:hover .fl-col-content { border: 0; }
.fl-module .fl-module-content { margin-top: 0; margin-bottom: 0; }
.fl-input-group { margin-bottom: 1em; }
.fl-contact-form label { display: block; }
.fl-contact-form input[type="submit"], .fl-contact-form input[type="text"], .fl-contact-form input[type="email"], .fl-contact-form textarea { width: 100%; }
.fl-photo-content { width: 100%; }
.fullwidth .fl-photo-content img { width: 100% !important; }
.columns-2 .fl-rich-text, .columns-3 .fl-rich-text, .columns-4 .fl-rich-text, .columns-5 .fl-rich-text { -webkit-column-gap: 1.62em; -moz-column-gap: 1.62em; column-gap: 1.62em; -webkit-column-width: 12em; -moz-column-width: 12em; column-width: 12em; }
.columns-2 .fl-rich-text h2, .columns-3 .fl-rich-text h2, .columns-4 .fl-rich-text h2, .columns-5 .fl-rich-text h2, .columns-2 .fl-rich-text h3, .columns-3 .fl-rich-text h3, .columns-4 .fl-rich-text h3, .columns-5 .fl-rich-text h3 { -webkit-column-span: all; -moz-column-span: all; column-span: all; }
.columns-2 .fl-rich-text { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }
.columns-2 .fl-rich-text p { margin: 0; }
.columns-2 .fl-rich-text h4, .columns-2 .fl-rich-text h5, .columns-2 .fl-rich-text h6 { margin: 1em 0 0.62em; line-height: inherit; font-size: 1em; font-weight: 700; }
.columns-3 .fl-rich-text { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; }
.columns-3 .fl-rich-text p { margin: 0; }
.columns-3 .fl-rich-text h4, .columns-3 .fl-rich-text h5, .columns-3 .fl-rich-text h6 { margin: 1em 0 0.62em; line-height: inherit; font-size: 1em; font-weight: 700; }
.columns-4 .fl-rich-text { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; }
.columns-4 .fl-rich-text p { margin: 0; }
.columns-4 .fl-rich-text h4, .columns-4 .fl-rich-text h5, .columns-4 .fl-rich-text h6 { margin: 1em 0 0.62em; line-height: inherit; font-size: 1em; font-weight: 700; }
.columns-5 .fl-rich-text { -webkit-column-count: 5; -moz-column-count: 5; column-count: 5; }
.columns-5 .fl-rich-text p { margin: 0; }
.columns-5 .fl-rich-text h4, .columns-5 .fl-rich-text h5, .columns-5 .fl-rich-text h6 { margin: 1em 0 0.62em; line-height: inherit; font-size: 1em; font-weight: 700; }
.single-fl-builder-template .entry-header { margin: 0; }
.single-fl-builder-template .entry-header h1 { padding: 1em; text-align: center; color: inherit; }
.single-fl-builder-template .entry-header h1::before, .single-fl-builder-template .entry-header h1::after { content: '\0022'; }
.site .fl-row::before, .site .fl-row::after, .site .fl-row-content::before, .site .fl-row-content::after, .site .fl-col-group::before, .site .fl-col-group::after, .site .fl-col::before, .site .fl-col::after, .site .fl-module::before, .site .fl-module::after, .site .fl-module-content::before, .site .fl-module-content::after { display: none; }
.vertical-align-top.fl-row, .vertical-align-top.fl-col, .vertical-align-middle.fl-row, .vertical-align-middle.fl-col, .vertical-align-bottom.fl-row, .vertical-align-bottom.fl-col { vertical-align: inherit; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .single-post .entry-header h1 > *, .fl-module, .fl-col .fl-col-group { min-height: 1px; } } .breadcrumbs { padding-top: 0.81em; padding-bottom: 0.81em; }
.breadcrumbs-container { position: relative; border-bottom: 1px solid; z-index: 9; }
.site-content + .breadcrumbs-container { border-top: 1px solid; border-bottom: 0; }
.breadcrumbs-container .back-to-top { float: right; display: none; margin-left: 1em; margin-right: 1em; }
.breadcrumbs-container .back-to-top.alignleft, .breadcrumbs-container .back-to-top.alignright { margin-bottom: 0; }
.site-content + .breadcrumbs-container .back-to-top { display: inline-block; }
@media only screen and (max-width: 41.9375em) { .site-content + .breadcrumbs-container .back-to-top { float: none; }
.site-content + .breadcrumbs-container .back-to-top.alignright { margin-left: 0; margin-right: 1em; } }
.breadcrumbs .entry-subtitle { display: none; } div.sharedaddy { margin-top: 2.6244rem; }
.site-content div.sharedaddy:hover .sd-content ul li a.sd-button:not(.no-text) { opacity: .66; }
.site-content div.sharedaddy:hover .sd-content ul li a.sd-button:not(.no-text):hover { opacity: 1; }
.form-button-simple .jetpack_subscription_widget input[type="submit"] { padding: 0.62em; padding-top: calc( 0.62em - 2px); padding-bottom: calc( 0.62em - 2px); } .entry-subtitle { display: block; margin-top: 0.62em; text-transform: uppercase; opacity: .75; }
.is-singular[class*="paged-"] .entry-subtitle { margin-bottom: 0.62em; }
.posts .type-wm_staff .entry-subtitle { text-transform: none; }
.widget .entry-subtitle { display: inline; text-transform: none; }
.widget .entry-subtitle::before { content: '('; }
.widget .entry-subtitle::after { content: ')'; }
.post-table-of-contents .entry-subtitle, .comments-title .entry-subtitle, .widget_recent_entries .entry-subtitle, .widget_recent_comments .entry-subtitle { display: none; }