@charset "UTF-8";
/* FILE: main.scss */
/* FILE: starter/_starter.scss */
/* FILE: starter/generic/_generic.scss */
/* FILE: starter/generic/__normalize.scss */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove the margin in all browsers (opinionated). */
body { margin: 0; }

/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { /* 1 */ display: block; }

/** Add the correct display in IE 9-. */
audio, canvas, progress, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template, [hidden] { display: none; }

/* Links ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a { background-color: transparent; }

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover { outline-width: 0; }

/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10-. */
img { border-style: none; }

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/* Forms ========================================================================== */
/** Change font properties to `inherit` in all browsers (opinionated). */
button, input, select, textarea { font: inherit; }

/** Restore the font weight unset by the previous rule. */
optgroup { font-weight: bold; }

/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */
button, input, select { /* 2 */ overflow: visible; }

/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button, input, select, textarea { /* 1 */ margin: 0; }

/** Remove the inheritence of text transform in Edge, Firefox, and IE. 1. Remove the inheritence of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** Change the cursor in all browsers (opinionated). */
button, [type="button"], [type="reset"], [type="submit"] { cursor: pointer; }

/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] { cursor: default; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, input:-moz-focusring { outline: 1px dotted ButtonText; }

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type="search"] { -webkit-appearance: textfield; }

/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: 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; }

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

/* FILE: starter/base/_base.scss */
a { text-decoration: none; }

a:hover { text-decoration: underline; }

a:focus { outline: thin dashed; }

hr { clear: both; height: 2px; margin: 1.9044rem 0; border: 0; }

abbr[title], acronym[title] { cursor: help; }

blockquote { clear: both; position: relative; padding: 1em 0; margin: 1.62em 0; 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; }

blockquote p { margin-bottom: 1em; }

blockquote p:last-child { margin: 0; }

cite { border: 0; }

cite::before { content: '\2014\2002'; }

blockquote cite { display: block; margin-top: 0.62em; }

q::before { content: '\201C'; }

[dir="rtl"] q::before { content: '\201D'; }

q::after { content: '\201D'; }

[dir="rtl"] q::after { content: '\201C'; }

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; opacity: .66; }

img, iframe { vertical-align: middle; }

img[width], img[height] { height: auto; }

iframe { border: 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-bottom: 1.62em; }

dt { margin-top: 0.62em; }

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

/* FILE: starter/base/__table.scss */
table { width: 100%; margin: 0 0 1.62em; border: 2px solid; }

.site table { border-collapse: collapse; }

caption { padding: 1em 0; }

th, td { padding: 0.62em 1em; border: 1px solid; vertical-align: top; }

th, tfoot td { text-align: left; border-width: 2px; }

/* FILE: starter/base/__classes.scss */
.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); position: absolute !important; height: 1px; width: 1px; line-height: 1px; overflow: hidden; }

.main-navigation-container .hide > a:focus, .main-navigation-container .hide-link > a:focus { clip: auto; position: static !important; height: auto; width: auto; line-height: normal; overflow: visible; }

.screen-reader-text, .comments-title .add-comment-link { padding: 0; margin: 0; }

.screen-reader-text:hover, .comments-title .add-comment-link:hover, .screen-reader-text:active, .comments-title .add-comment-link:active, .screen-reader-text:focus, .comments-title .add-comment-link:focus { clip: auto !important; display: block; width: auto; height: auto; left: 0.38rem; top: 0.38rem; line-height: normal; text-decoration: none; padding: 1rem; font-size: 14px; font-size: .81rem; font-weight: 700; background-color: #47c; color: #fff; z-index: 100000; /* Above WP toolbar. */ }

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

#content[tabindex="-1"]:focus { outline: 0; }

.overflow-hidden, .wp-caption, .wp-caption .wp-caption-text, .gallery, .gallery-item, .gallery-icon, .gallery-caption, .comment-list > li, .comment-list .children > li, .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; }

/* FILE: starter/base/__clearing.scss */
.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, .header-info-widgets::after, .site-footer-area-inner::after, .footer-widgets::after { content: ''; clear: both; display: table; table-layout: fixed; }

.clear { clear: both; }

/* FILE: starter/base/__player.scss */
.site .mejs-container { min-height: 50px; margin: 1.62em 0; }

.site .mejs-container .mejs-controls { height: 50px; padding: 0 20px; background: #4a4c4e; }

.site .mejs-container .mejs-controls div { margin-top: 10px; }

.site .mejs-container .mejs-controls button { box-shadow: none; }

.site .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total { background: #3b3d3e; }

.site .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded { height: 6px; margin-top: 2px; background: #595b5e; border-radius: 0; }

.site .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current { background: #86898c; }

.site .mejs-container video { height: auto; }

.site .wp-audio-playlist .mejs-container { height: 50px !important; }

.site .mejs-video { width: 100% !important; }

.site .mejs-overlay-button { margin: -50px 0 0 !important; margin-left: -50px !important; }

.site .wp-playlist { padding: 1.62em; margin: 1.62em 0; background-color: #b5b3b1; border: 0; }

.site .wp-playlist .mejs-container { width: 100% !important; }

.site .wp-playlist .wp-playlist-playing { background: none; }

.site .wp-playlist-tracks { margin-top: 1em; }

.site .wp-playlist-item { padding: 0.62em 0; border-color: #a6a4a1; }

.site .wp-playlist-item-length { margin-top: 0.62em; }

.site .wp-playlist-current-item { margin-bottom: 1em; }

.wp-video .mejs-controls, .wp-video-playlist .mejs-controls { visibility: hidden; }

.wp-video:hover .mejs-controls, .wp-video-playlist:hover .mejs-controls { visibility: visible; }

.wp-video .mejs-layer, .wp-video-playlist .mejs-layer { width: 100% !important; height: 100% !important; }

.entry-media .mejs-container, .entry-media .wp-playlist { margin: 0; }

/* FILE: starter/base/__breakpoints.scss */
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"; } }

/* FILE: starter/typography/_typography.scss */
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: -moz-pre-wrap; 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, .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, .font-size-m, .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; }

.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-800 { font-weight: 800; }

.weight-700, dt, th, tfoot td, .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-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-600 { font-weight: 600; }

.weight-500 { font-weight: 500; }

.weight-400, blockquote cite, #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-300, blockquote, .menu-item-description, .post-navigation .label, .single-fl-builder-template .entry-header h1 { font-weight: 300; }

.weight-200 { font-weight: 200; }

.weight-100 { font-weight: 100; }

caption, .gallery-caption, .recentcomments a, blockquote, .comments-title span, .single-fl-builder-template .entry-header h1 { font-style: italic; }

cite, .widget_calendar caption, .list-subpages .subpage-media { font-style: normal; }

html, .line-height-m, .form-allowed-tags, .sidebar, .tagcloud, blockquote { line-height: 1.62; }

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

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

/* FILE: starter/content/_content.scss */
/* FILE: starter/wp/_wp.scss */
/* FILE: starter/wp/__alignment.scss */
.alignleft, .wp-caption.alignleft, img.alignleft { float: left; margin-right: 1em; margin-bottom: 1em; }

.alignright, .wp-caption.alignright, img.alignright { float: right; margin-left: 1em; 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%; text-align: left; padding: 0 6%; }

@media only screen and (min-width: 28em) { blockquote.alignleft, blockquote.alignright { width: 38%; } }

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 { padding-left: 0; margin-left: 0; text-align: right; }

blockquote.alignleft::after, blockquote.alignleft::before { right: 0; border-right: 1px solid; }

blockquote.alignleft::after { border-right: 0.19em solid; }

@media only screen and (min-width: 100em) { blockquote.alignleft { margin-left: -9.5%; } }

blockquote.alignright { padding-right: 0; margin-right: 0; }

blockquote.alignright::after, blockquote.alignright::before { left: 0; border-right: 1px solid; }

blockquote.alignright::after { border-left: 0.19em solid; }

@media only screen and (min-width: 100em) { blockquote.alignright { margin-right: -9.5%; } }

/* FILE: starter/wp/__caption.scss */
.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; }

/* FILE: starter/wp/__gallery.scss */
.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%; }

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

/* FILE: starter/wp/__smilie.scss */
.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: 0; }

/* FILE: starter/wp/__embed.scss */
.twitter-tweet-rendered { width: 100% !important; margin: 1.62em 0 !important; }

.wp-video { width: 100% !important; height: auto !important; }

/* FILE: starter/forms/_forms.scss */
/* FILE: starter/form/__reset.scss */
form { margin: 0 0 1.62em; }

fieldset { padding: 0; margin: 0; border: 0; }

button, input, select, textarea { max-width: 100%; padding: 0.62em; line-height: normal; font-size: 1em; font-family: inherit; color: inherit; border: 2px 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"] { 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; line-height: 1.62; -webkit-appearance: none; -moz-appearance: none; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAHklEQVQYV2NkYGCoZ8ADGP///49fAT7dIDnGoWAFAEGRC/pgHyp1AAAAAElFTkSuQmCC"); background-size: 8px 8px; background-position: right center; background-origin: content-box; background-repeat: no-repeat; }

select:disabled { cursor: default; opacity: .66; }

select::-ms-expand { display: none; }

input[disabled] { cursor: default; opacity: .66; }

/* FILE: starter/form/__comments.scss */
.comment-respond { padding: 1.62em 0 0; border-top: 2px solid; }

.comment-list .comment-respond { margin: 1.62em 0; border-bottom: 2px 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-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; } }

/* FILE: starter/form/__search.scss */
.form-search, .search-form { display: block; position: relative; max-width: 100%; margin: 0; text-align: left; }

.form-search .search-field, .search-form .search-field { position: relative; width: 100%; text-align: inherit; z-index: 0; }

/* FILE: starter/content/_base.scss */
.entry-summary { margin: 0 0 1.62em; }

/* FILE: starter/media/_media.scss */
.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%; /* 16:9 ratio only */ }

.wp-video .mejs-container .mejs-inner, .wp-video-playlist .mejs-container .mejs-inner { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }

/* FILE: starter/formats/_formats.scss */
/* FILE: starter/pagination/_pagination.scss */
/* FILE: starter/pagination/__paged.scss */
.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; }

.pagination a { opacity: .66; }

.pagination > span, .pagination a:active, .pagination a:hover, .pagination .current { opacity: 1; }

.pagination .prev, .pagination .next { display: inline-block; opacity: 1; }

.pagination > span.dots, .pagination .extend { width: auto; }

@media only screen and (min-width: 42em) { .pagination a, .pagination span { display: inline-block; } }

/* FILE: starter/pagination/__parted.scss */
.post-table-of-contents { padding: 1.62em 0 0; margin: 1.62em 0; border-top: 2px 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 .current a, .post-table-of-contents .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: 0; border-right: 2px solid; border-bottom: 2px solid; } }

/* FILE: starter/meta/_meta.scss */
.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; }

.entry-meta { padding: 1em 0 0; margin: 1.62em 0 0; border-top: 2px solid; }

.entry-meta a { color: inherit; }

.single .entry-meta { margin-bottom: 1.62em; }

.entry-meta-top { padding: 1em 0; margin-top: 0; border-bottom: 2px solid; }

.entry-meta-element { margin-right: 0.38em; opacity: .66; }

.single .entry-meta-element { margin-right: 1em; }

.entry-meta .zilla-likes, .entry-meta .zilla-likes:hover, .entry-meta .zilla-likes.active { background: transparent; margin: 0 !important; padding-left: 0 !important; }

.entry-meta .tags-links a { margin: 0 0.19em; text-transform: lowercase; }

.entry-meta .tags-links a::before { content: '#'; }

.entry-meta .entry-edit { font-variant: small-caps; }

.entry-date { cursor: help; }

/* FILE: starter/comments/_comments.scss */
.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; } }

/* FILE: starter/comments/__list.scss */
.comment-list { padding: 0; margin: 0 0 1.62em; }

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

/* FILE: starter/comments/__meta.scss */
.comment-meta { clear: both; padding-bottom: 0.62em; margin-bottom: 1em; border-bottom: 2px 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; } }

.comment-author { float: left; }

.comment-metadata { float: right; opacity: .66; }

.comment-metadata .edit-link { padding-left: 1.62em; font-variant: small-caps; }

/* FILE: starter/comments/__content.scss */
.comment-content p, .comment-content blockquote, .comment-content table { margin-bottom: 1em; }

/* FILE: starter/comments/__pagination.scss */
.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; transition: opacity .3s; }

.comment-navigation a:hover { text-decoration: none; opacity: .75; }

@media only screen and (min-width: 42em) { .comment-navigation .nav-previous { float: left; }
  .comment-navigation .nav-next { float: right; } }

/* FILE: starter/sidebar/_sidebar.scss */
.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: 2.6244em 0 0; }

.sidebar .screen-reader-text + .widget, .sidebar .comments-title .add-comment-link + .widget, .comments-title .sidebar .add-comment-link + .widget { margin-top: 0; }

.widget ul { margin: 0; list-style: none; }

.widget ul li { padding: 0.38em 0; border-top: 1px solid; border-bottom: 1px 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; }

/* FILE: starter/sidebar/__widgets.scss */
.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, .widget_zilla_likes_widget 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.19em 0.62em; margin: 2px 2px 0; margin-left: 0; white-space: nowrap; font-size: 1em !important; background-color: transparent; color: inherit; border: 1px solid; z-index: 0; transition: background .3s, color .3s, border .3s, opacity .3s; }

.widget .tagcloud:hover a, .widget .tagcloud:focus a, .widget .tagcloud:active a { opacity: .33; }

.widget .tagcloud a:hover, .widget .tagcloud a:focus, .widget .tagcloud a:active { text-decoration: none; z-index: 1; opacity: 1; }

.widget .tagcloud a:hover::before, .widget .tagcloud a:focus::before, .widget .tagcloud a:active::before { display: block; }

.widget .tagcloud a::before { content: attr(title); position: absolute; display: none; left: 100%; top: -1px; padding: 0.19em 0.62em; pointer-events: none; border: 1px solid; }

/* FILE: starter/plugins/_plugins.scss */
/* FILE: starter/plugins/__breadcrumbs.scss */
.breadcrumbs-title { margin-right: 0.62em; }

@media only screen and (min-width: 42em) { .breadcrumbs-title { margin-right: 1.62em; } }

.breadcrumbs .sep { opacity: .66; }

@media only screen and (min-width: 42em) { .breadcrumbs .sep { margin: 0 0.62em; } }

/* FILE: starter/plugins/__jetpack.scss */
.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; }

.site div#jp-relatedposts { padding-top: 1.62em; margin: 1.62em 0 0; border-top: 2px 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; }

.entry-media .jetpack-video-wrapper, .fl-video .jetpack-video-wrapper { margin: 0; }

div.sharedaddy { padding: 1.62em 0 0; margin: 1.62em 0 0; border-top: 2px solid; }

div.sharedaddy .sd-social .sd-button .share-count { background: none; color: inherit; border: 1px solid; }

.entry-content div.sharedaddy .sd-title::before { display: none; }

.entry-content div.sharedaddy .sd-content ul li a.sd-button { margin: 0.31em 0.62em; margin-left: 0; }

.entry-content div.sharedaddy .sd-content ul li a.sd-button:not(.no-text) { padding: 0.62em 1em; line-height: normal; border: 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%; /* 16:9 ratio only */ }

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

/* FILE: main/_main.scss */
/* FILE: main/icons/_icons.scss */
@font-face { font-family: 'Genericons'; /**  src: url("../fonts/genericons/Genericons.woff") format("woff"), url("../fonts/genericons/Genericons.ttf") format("truetype");  **/  src: url('//www.uniroma3.it/wp-content/themes/polyclinic/assets/fonts/genericons/Genericons.woff') format('woff'), url('//www.uniroma3.it/wp-content/themes/polyclinic/assets/fonts/genericons/Genericons.ttf') format('truetype');  font-weight: normal; font-style: normal; }

.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::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, .widget_zilla_likes_widget li::before, .contact-info::before { font-family: 'Genericons'; 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; }

/* FILE: main/base/_base.scss */
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; }

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

/* FILE: main/base/__performance.scss */
@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; } }

/* FILE: main/base/__layout.scss */
@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; 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; }

/* $content_width */
.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; }

/* FILE: main/base/__decorations.scss */
.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; }

/* FILE: main/base/__classes.scss */
@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; }

/* FILE: main/base/__player.scss */
.site .wp-playlist { background: none; border: 1px solid; border-color: inherit; }

.site .wp-playlist-item { border-color: inherit; }

/* FILE: main/typography/_typography.scss */
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; }

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

/* FILE: main/forms/_forms.scss */
button, input, select, textarea { border-width: 1px; border-radius: 0.19rem; }

input:focus, select:focus, textarea:focus { border-color: initial; 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%; }

/* FILE: main/forms/__buttons.scss */
.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); }

/* FILE: main/forms/__search.scss */
.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; }

/* FILE: main/headings/_headings.scss */
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; }

/* FILE: main/headings/__widget-title.scss */
.widget-title, .sidebar .widgettitle { margin: 0 0 1.62rem; text-transform: uppercase; }

.hide-widget-title .widget-title, .hide-widget-title .widgettitle { display: none; }

/* FILE: main/headings/__intro.scss */
.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; }

/* FILE: main/header/_header.scss */
.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; }

/* FILE: main/header/__sticky.scss */
@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; } }

/* FILE: main/header/__branding.scss */
.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; } }

/* FILE: main/menu/__menu.scss */
.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; }

/* FILE: main/menu/__menu-mega.scss */
@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; } }

/* FILE: main/menu/__menu-mobile-bar.scss */
.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; } }

/* FILE: main/menu/__menu-social.scss */
@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::before { content: ''; display: inline-block; vertical-align: top; }

.social-links a.back-to-top::before { content: '\f435'; padding: 0 0.38em; }

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

.social-links a[href*="http"]::before, .social-links .website a::before { content: ""; }

.social-links a[href*="mailto:"]::before, .social-links .email a::before { content: ""; }

.social-links a[href*="/feed/"]::before, .social-links .rss a::before { content: ""; }

.social-links a[href*="codepen.io"]::before, .social-links .codepen a::before { content: ""; }

.social-links a[href*="digg.com"]::before, .social-links .digg a::before { content: ""; }

.social-links a[href*="dribbble.com"]::before, .social-links .dribbble a::before { content: ""; }

.social-links a[href*="dropbox.com"]::before, .social-links .dropbox a::before { content: ""; }

.social-links a[href*="facebook.com"]::before, .social-links .facebook a::before { content: ""; }

.social-links a[href*="flickr.com"]::before, .social-links .flickr a::before { content: ""; }

.social-links a[href*="foursquare.com"]::before, .social-links .foursquare a::before { content: ""; }

.social-links a[href*="github.com"]::before, .social-links .github a::before { content: ""; }

.social-links a[href*="instagram.com"]::before, .social-links .instagram a::before { content: ""; }

.social-links a[href*="linkedin.com"]::before, .social-links .linkedin a::before { content: ""; }

.social-links a[href*="pinterest.com"]::before, .social-links .pinterest a::before { content: ""; }

.social-links a[href*="plus.google.com"]::before, .social-links .google-plus a::before { content: ""; }

.social-links a[href*="getpocket.com"]::before, .social-links .pocket a::before { content: ""; }

.social-links a[href*="polldaddy.com"]::before, .social-links .polldaddy a::before { content: ""; }

.social-links a[href*="reddit.com"]::before, .social-links .reddit a::before { content: ""; }

.social-links a[href*="skype:"]::before, .social-links .skype a::before { content: ""; }

.social-links a[href*="spotify.com"]::before, .social-links .spotify a::before { content: ""; }

.social-links a[href*="stumbleupon.com"]::before, .social-links .stumbleupon a::before { content: ""; }

.social-links a[href*="tumblr.com"]::before, .social-links .tumblr a::before { content: ""; }

.social-links a[href*="twitch.tv"]::before, .social-links .twitch a::before { content: ""; }

.social-links a[href*="twitter.com"]::before, .social-links .twitter a::before { content: ""; }

.social-links a[href*="vimeo.com"]::before, .social-links .vimeo a::before { content: ""; }

.social-links a[href*="wordpress."]::before, .social-links .wordpress a::before { content: ""; }

.social-links a[href*="youtube.com"]::before, .social-links .youtube a::before { content: ""; }

.site-header .social-links .back-to-top-link { display: none; }

/* FILE: main/content/_content.scss */
/* FILE: main/content/__content-area.scss */
.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; }

@media only screen and (min-width: 55em) { .content-container, .single .entry, .attachment .entry, .page-template-with-sidebar .entry { float: left; width: 62%; } }

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

/* FILE: main/content/__media.scss */
.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; }

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

/* FILE: main/base/__pagination.scss */
.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; }

/* FILE: main/content/__parted.scss */
.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 .passed a { text-decoration: line-through; opacity: .66; }

.post-table-of-contents .passed a:hover, .post-table-of-contents .passed a:focus { opacity: 1; }

.post-table-of-contents .passed a::before { text-decoration: inherit; }

.post-table-of-contents .current a { opacity: .33; }

.post-table-of-contents .current a:hover, .post-table-of-contents .current a:focus { opacity: 1; }

.post-table-of-contents.top { display: none; }

/* FILE: main/content/__posts.scss */
.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; }

/* FILE: main/content/__meta.scss */
a .entry-date { cursor: pointer; }

.single .entry-meta { margin-top: 2.6244rem; margin-bottom: 0; }

.entry-meta-element { margin-right: 0.62em; opacity: 1; }

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

/* FILE: main/content/__formats.scss */
.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%; }

/* FILE: main/content/__the-posts-navigation.scss */
.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; } }

/* FILE: main/content/__pages.scss */
.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; }

/* FILE: main/content/__comments.scss */
.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: '\f467'; 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%; } }

/* FILE: main/footer/_footer.scss */
.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; } }

/* FILE: main/sidebar/_sidebar.scss */
.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-top: 2.6244rem; }

.sidebar.fl-col .widget:first-child, .sidebar.fl-module .widget:first-child { margin-top: 0; }

/* FILE: main/sidebar/__widgets.scss */
.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, .widget_zilla_likes_widget 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, .widget_zilla_likes_widget li::before { content: '\f300'; position: absolute; left: 0; top: 0.38em; margin: 0; }

.widget_recent_entries li::before { content: '\f411'; }

.widget_zilla_likes_widget li::before { content: '\f461'; }

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

.widget .tagcloud:hover a, .widget .tagcloud:focus a, .widget .tagcloud:active a { opacity: 1; }

.widget .tagcloud a::before, .widget .tagcloud a:hover::before, .widget .tagcloud a:focus::before, .widget .tagcloud a:active::before { display: none; }

.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: '\f50c'; }

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

/* FILE: main/sidebar/__info-header.scss */
@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; }

/* FILE: main/sidebar/__footer.scss */
.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; }

/* FILE: main/sidebar/__info-footer.scss */
.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%; } }

/* FILE: main/plugins/_plugins.scss */
/* FILE: main/plugins/__beaver-builder.scss */
.fl-builder.page:not(.page-template-with-sidebar) .site-content, .fl-builder.single-wm_staff .site-content, .single-fl-builder-template .site-content { padding: 0; margin: 0; }

.fl-builder.page:not(.page-template-with-sidebar) .entry, .fl-builder.single-wm_staff .entry, .single-fl-builder-template .entry { float: none; width: 100%; }

.fl-builder.page:not(.page-template-with-sidebar) .content-area, .fl-builder.single-wm_staff .content-area, .single-fl-builder-template .content-area { width: 100%; max-width: 100%; padding: 0; }

.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-row-custom-background.fl-row-fixed-width .fl-col-group, [class*="set-colors-"].fl-row-fixed-width .fl-col-group { width: 100%; margin-left: 0; margin-right: 0; }

.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%; width: calc( 100% + 2.6244rem); margin-left: -1.3122rem; margin-right: -1.3122rem; }

.single-post .fl-col-group, .page-template-with-sidebar .fl-col-group, .fl-row-layout-full-full .fl-col-group { width: 100%; margin-left: 0; margin-right: 0; }

@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%; max-width: 100%; padding: 3.62rem 1.3122rem; }

@media only screen and (max-width: 79.9375em) { .fl-col-content { padding-top: 2.9322rem; padding-bottom: 2.9322rem; } }

@media only screen and (max-width: 54.9375em) { .fl-col-content { padding-top: 2.2444rem; padding-bottom: 2.2444rem; } }

.fl-col.no-padding .fl-col-content { padding: 0 !important; }

.custom-column-background .fl-col-content, .fl-col-custom-background .fl-col-content, [class*="set-colors-"] > .fl-col-content { padding-left: 2.6244rem; padding-right: 2.6244rem; }

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

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

@media only screen and (max-width: 41.9375em) { .site .fl-module > .fl-module-content { margin-left: 0; margin-right: 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: initial; }

/* FILE: main/plugins/__breadcrumbs.scss */
.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; } }

/* FILE: main/plugins/__jetpack.scss */
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); }

/* FILE: main/plugins/__subtitles.scss */
.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; }
/* FILE: shortcodes.scss */
/* FILE: shortcodes/__row.scss */
.wm-row { clear: both; }

.wm-row::after { content: ''; clear: both; display: table; table-layout: fixed; }

.wm-row + .wm-row { margin-top: 3.62674em; }

.wm-row.no-margin, .wm-items-container .wm-row.no-margin { margin-top: 0; }

/* FILE: shortcodes/__column.scss */
.wm-column { clear: both; position: relative; padding: 0; margin-bottom: 2.6244rem; }

@media only screen and (min-width: 42em) { .wm-column { clear: none; float: left; margin: 0 4%; margin-left: 0; margin-right: calc( 0% + 2.6244rem); } }

.wm-column.no-margin { margin: 0; }

.wm-column.last, .wm-row > .wm-column:last-child { margin: 0; }

@media only screen and (min-width: 42em) { .width-1-1 { width: 100%; margin: 0; }
  .width-1-1 + .width-1-1 { margin-top: 2.6244rem; }
  .width-1-2 { width: 48%; width: calc( 50% - 1.3222rem); }
  .width-1-2.no-margin { width: 50%; }
  .width-1-3 { width: 30.66667%; width: calc( 33.33333% - 1.7596rem); }
  .width-1-3.no-margin { width: 33.33333%; }
  .width-1-4 { width: 22%; width: calc( 25% - 1.9783rem); }
  .width-1-4.no-margin { width: 25%; }
  .width-1-5 { width: 16.8%; width: calc( 20% - 2.10952rem); }
  .width-1-5.no-margin { width: 20%; }
  .width-1-6 { width: 13.33333%; width: calc( 16.66667% - 2.197rem); }
  .width-1-6.no-margin { width: 16.66667%; } }

/* FILE: shortcodes/__item.scss */
.wm-item blockquote:last-child, .wm-item p:last-child, .wm-item ol:last-child, .wm-item ul:last-child, .wm-item .gallery:last-child { margin-bottom: 0; }

.wm-accordion .wm-item { border: 2px solid; margin-bottom: 1em; border-radius: 0.19rem; }

.wm-accordion .wm-item-title { padding: 0.62rem 1rem; margin: 0; font-size: 0.905em; cursor: pointer; transition: all .4s; }

.wm-accordion .wm-item-title::before { content: '\f431'; display: inline-block; float: right; margin-left: 0.62em; vertical-align: middle; }

.wm-accordion .wm-item-title [class*="icon-"] { margin-right: 1rem; color: inherit; }

.wm-accordion .wm-item-title [class*="icon-"]::before { margin-top: -0.19em; line-height: 0.62; font-size: 1.62em; vertical-align: middle; }

.wm-accordion .wm-item.active .wm-item-title { padding: 1rem 1.62rem 0.62rem; font-size: 1.38em; font-weight: 700; }

.wm-accordion .wm-item.active .wm-item-title::before { content: '\f432'; }

.wm-accordion .wm-item-content { padding: 1rem 1.62rem; }

.wm-tabs .wm-item { margin: 0; }

.layout-top .wm-item, .layout-left .wm-item, .layout-right .wm-item { padding: 1.62rem 0; border-top: 2px solid; }

@media only screen and (min-width: 55em) { .layout-left .wm-item { padding: 0 0 1.62rem 1.62rem; border-top: 0; border-left: 2px solid; }
  .layout-right .wm-item { padding: 0 1.62rem 1.62rem 0; border-top: 0; border-right: 2px solid; } }

.wm-items-container .wm-content-module-item, .wm-items-container .wm-posts-item, .wm-items-container .wm-testimonials-item { margin-bottom: 2.6244rem; }

.wm-items-container .width-1-1 { margin-top: 0; }

.wm-items-container .width-1-1:last-child, .wm-items-container.no-margin .wm-content-module-item, .wm-items-container.no-margin .wm-posts-item, .wm-items-container.no-margin .wm-testimonials-item { margin-bottom: 0; }

@media only screen and (min-width: 55em) { .wm-items-container .wm-row .wm-content-module-item, .wm-items-container .wm-row .wm-posts-item, .wm-items-container .wm-row .wm-testimonials-item { margin-bottom: 0; } }

/* FILE: shortcodes/__jquery-isotope-masonry.scss */
.filter-this, .masonry-this { margin-bottom: -1.62rem; }

.filter-this.no-margin, .masonry-this.no-margin { margin-bottom: 0; }

@media only screen and (min-width: 42em) { .filter-this.with-margin, .masonry-this.with-margin { width: 102%; width: calc( 100% + 1.62rem); } }

.filter-this.with-margin[data-columns="1"], .masonry-this.with-margin[data-columns="1"] { width: 100%; }

.filter-this.with-margin .wm-column, .masonry-this.with-margin .wm-column { margin-bottom: 1.62rem; }

@media only screen and (min-width: 42em) { .filter-this.with-margin .wm-column, .masonry-this.with-margin .wm-column { margin-right: 1.96078%; margin-right: 1.62rem; } }

@media only screen and (max-width: 41.9375em) { .filter-this.with-margin .wm-column, .masonry-this.with-margin .wm-column { width: 100%; } }

.filter-this.with-margin .wm-iconbox-module, .filter-this.with-margin .wm-testimonials-item, .masonry-this.with-margin .wm-iconbox-module, .masonry-this.with-margin .wm-testimonials-item { margin-bottom: 3.62674em; }

.bordered .filter-this.with-margin .wm-iconbox-module, .bordered .filter-this.with-margin .wm-testimonials-item, .bordered .masonry-this.with-margin .wm-iconbox-module, .bordered .masonry-this.with-margin .wm-testimonials-item { margin-bottom: 1.62rem; }

@media only screen and (min-width: 42em) { .filter-this.with-margin .width-1-2, .filter-this.with-margin .width-1-3, .filter-this.with-margin .width-1-4, .filter-this.with-margin .width-1-5, .filter-this.with-margin .width-1-6, .masonry-this.with-margin .width-1-2, .masonry-this.with-margin .width-1-3, .masonry-this.with-margin .width-1-4, .masonry-this.with-margin .width-1-5, .masonry-this.with-margin .width-1-6 { width: 48%; width: calc( 50% - 1.62rem); } }

@media only screen and (min-width: 55em) { .filter-this.with-margin .width-1-2, .masonry-this.with-margin .width-1-2 { width: 48%; width: calc( 50% - 1.62rem); }
  .filter-this.with-margin .width-1-3, .masonry-this.with-margin .width-1-3 { width: 31.33333%; width: calc( 33.33333% - 1.62rem); }
  .filter-this.with-margin .width-1-4, .masonry-this.with-margin .width-1-4 { width: 23%; width: calc( 25% - 1.62rem); }
  .filter-this.with-margin .width-1-5, .masonry-this.with-margin .width-1-5 { width: 18%; width: calc( 20% - 1.62rem); }
  .filter-this.with-margin .width-1-6, .masonry-this.with-margin .width-1-6 { width: 14.66667%; width: calc( 16.66667% - 1.62rem); } }

/* FILE: shortcodes/__jquery-slick.scss */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }

.slick-list:focus { outline: none; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }

.slick-track:before, .slick-track:after { content: ""; display: table; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }

[dir="rtl"] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

/* FILE: shortcodes/__jquery-slick-custom.scss */
.slick-slider:hover .slick-arrow { opacity: 1; }

.slick-track { cursor: e-resize; }

.center-vertically .slick-track { display: table !important; table-layout: fixed; border-collapse: collapse; }

.slick-list { margin-left: -0.81rem; margin-right: -0.81rem; }

.slick-slide { padding-left: 0.81rem; padding-right: 0.81rem; vertical-align: top; }

.center-vertically .slick-slide { float: none; display: table-cell; vertical-align: middle; }

.slick-slide .wm-column { width: 100%; margin: 0; }

.slick-arrow { position: absolute; display: inline-block; width: 2.6244rem; height: 2.6244rem; left: 51%; top: 100%; margin: -0.62rem 0 0; line-height: 2.6244rem; font-size: 1.38rem; text-indent: -999em; overflow: hidden; opacity: .5; z-index: 29; }

.slick-arrow::before { position: absolute; display: block; width: 100%; height: 100%; left: 0; top: 0; text-align: center; text-indent: 0; color: #fff; content: '\f429'; }

.slick-prev { left: auto; right: 51%; }

.slick-prev::before { content: '\f430'; }

/* FILE: shortcodes/_accordion.scss */
.wm-accordion .wm-filter ul { margin-bottom: 1.62rem; }

/* FILE: shortcodes/_button.scss */
.button { display: inline-block; padding: 0.62em 1.38em; text-align: center; }

.button.fullwidth { width: 100%; }

.button [class*="icon-"] { margin-right: 0.38em; color: inherit; }

.button.size-small { font-size: 0.81em; }

.button.size-large { font-size: 1.19em; }

.button.size-extra-large { font-size: 1.38em; }

.fl-module-wm_button.aligncenter { text-align: center; }

/* FILE: shortcodes/_call-to-action.scss */
@media only screen and (min-width: 42em) { .wm-call-to-action { position: relative; display: table; width: 100%; } }

.wm-call-to-action-element { text-align: center; }

@media only screen and (min-width: 42em) { .wm-call-to-action-element { display: table-cell; text-align: left; vertical-align: middle; } }

.wm-call-to-action-element h2 { margin-bottom: 0.38em; }

.wm-call-to-action-element p { margin: 0; }

.wm-call-to-action-element p + p { margin-top: 1em; }

.wm-call-to-action-button { margin-top: 1.62rem; white-space: nowrap; }

@media only screen and (min-width: 42em) { .wm-call-to-action-button { padding-left: 1.62em; margin-top: 0; text-align: right; } }

/* FILE: shortcodes/_content-module.scss */
@media only screen and (min-width: 55em) { .wm-content-module .image { margin-bottom: -2.6244rem; } }

.wm-content-module .image img { width: 100%; }

.wm-content-module .image a, .wm-content-module .image [class*="icon-"] { color: inherit; text-decoration: none; }

.wm-content-module-item:not(.wm-iconbox-module) .image ~ .wm-content-module-element { margin: 0; padding: 1.62rem; }

@media only screen and (min-width: 55em) { .wm-content-module-item:not(.wm-iconbox-module) .image ~ .wm-content-module-element { margin: 0 1.62rem; } }

.wm-content-module .title { position: relative; padding-bottom: 1.38rem; margin-bottom: 1.38rem; }

.hide-title .wm-content-module .title { display: none; }

.wm-content-module .title h2, .wm-content-module .title h3 { font-size: 1.62em; line-height: 1.38; }

.wm-content-module .title::after { content: ''; position: absolute; display: inline-block; width: 3.9366rem; height: 2px; bottom: 0; border-bottom: 2px solid; opacity: .2; }

@media only screen and (min-width: 100em) { .wm-content-module .title::after { width: 5.2488rem; } }

.text-center .wm-content-module .title::after { left: 50%; margin-left: -2.6244rem; }

@media only screen and (min-width: 42em) { .text-right .wm-content-module .title::after { right: 0; } }

.wm-content-module .title a { border-bottom: 0; }

.wm-content-module .more-link { margin-top: 1rem; }

.wm-content-module .more-link a { text-decoration: none; font-weight: 700; border-bottom: 1px dotted; }

.wm-content-module .more-link a:hover, .wm-content-module .more-link a:focus, .wm-content-module .more-link a:active { border-bottom-style: solid; outline: thin dotted; }

.wm-content-module-container.no-margin .wm-row { margin: 0; }

.filter-this .wm-content-module-item { padding: 1.62rem; border: 1px solid; border-color: inherit; border-radius: 0.19rem; }

.wm-iconbox-module .image { position: relative; display: inline-block; width: 3.9366rem; height: 3.9366rem; margin-bottom: 1.38rem; line-height: 3.9366rem; text-align: center; font-size: 1.9683rem; }

@media only screen and (min-width: 100em) { .wm-iconbox-module .image { width: 5.2488rem; height: 5.2488rem; line-height: 5.2488rem; font-size: 2.6244rem; } }

.wm-iconbox-module .image::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; x-index: 0; }

.wm-iconbox-module .image [class*="icon-"] { position: relative; z-index: 1; }

.wm-iconbox-module .image img { position: absolute; width: auto; max-width: 3.9366rem; left: 50%; top: 50%; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); }

@media only screen and (min-width: 100em) { .wm-iconbox-module .image img { max-width: 5.2488rem; } }

.wm-iconbox-module:hover .image::after { opacity: .3; box-shadow: none; }

.wm-iconbox-module .title { padding-bottom: 0; }

.wm-iconbox-module .title::after { display: none; }

@media only screen and (min-width: 28em) { .inline .wm-iconbox-module { position: relative; min-height: 3.9366rem; padding-left: 5.5566rem; }
  .inline .wm-iconbox-module .title { margin-bottom: 1rem; }
  .inline .wm-iconbox-module .image { position: absolute; left: 0; }
  .inline.bordered .wm-iconbox-module { padding-left: 7.1766rem; }
  .inline.bordered .wm-iconbox-module .image { left: 1.62rem; } }

@media only screen and (min-width: 42em) { .inline.text-right .wm-iconbox-module { padding-left: 0; padding-right: 5.5566rem; }
  .inline.text-right .wm-iconbox-module .image { left: auto; right: 0; }
  .inline.text-right.bordered .wm-iconbox-module { padding-right: 7.1766rem; }
  .inline.text-right.bordered .wm-iconbox-module .image { right: 1.62rem; } }

@media only screen and (min-width: 42em) and (max-width: 54.9375em) { .fl-col .inline .wm-iconbox-module { min-height: none; padding-left: 0; padding-right: 0; }
  .fl-col .inline .wm-iconbox-module .title { margin-bottom: 1.38rem; }
  .fl-col .inline .wm-iconbox-module .image { position: relative; left: auto; right: auto; } }

@media only screen and (min-width: 55em) and (max-width: 79.9375em) { .fl-col-width-1-3 .inline .wm-iconbox-module, .fl-col-width-1-4 .inline .wm-iconbox-module, .inline [data-columns="3"] .wm-iconbox-module, .inline [data-columns="4"] .wm-iconbox-module { min-height: none; padding-left: 0; padding-right: 0; }
  .fl-col-width-1-3 .inline .wm-iconbox-module .title, .fl-col-width-1-4 .inline .wm-iconbox-module .title, .inline [data-columns="3"] .wm-iconbox-module .title, .inline [data-columns="4"] .wm-iconbox-module .title { margin-bottom: 1.38rem; }
  .fl-col-width-1-3 .inline .wm-iconbox-module .image, .fl-col-width-1-4 .inline .wm-iconbox-module .image, .inline [data-columns="3"] .wm-iconbox-module .image, .inline [data-columns="4"] .wm-iconbox-module .image { position: relative; left: auto; right: auto; } }

@media only screen and (min-width: 100em) { .inline .wm-iconbox-module { min-height: 5.2488rem; padding-left: 6.8688rem; }
  .inline.bordered .wm-iconbox-module { padding-left: 8.4888rem; }
  .inline.text-right .wm-iconbox-module { padding-right: 6.8688rem; }
  .inline.text-right.bordered .wm-iconbox-module { padding-right: 8.4888rem; } }

/* FILE: shortcodes/_divider.scss */
.wm-divider.type-dotted, .wm-divider.type-dashed, .wm-divider.type-double-line, .wm-divider.type-whitespace { background: none; border-bottom-style: dotted; border-color: inherit; }

.wm-divider { height: 0; margin: 1.62em 0; border-bottom: 1px solid; border-color: inherit; }

@media only screen and (min-width: 42em) { .wm-divider { margin-top: 2.6244em; margin-bottom: 2.6244em; } }

@media only screen and (min-width: 55em) { .wm-divider { margin-top: 3.62674em; margin-bottom: 3.62674em; } }

.wm-divider.type-dashed { border-bottom: 1px dashed; border-color: inherit; }

.wm-divider.type-double-line { height: 5px; border-top: 1px solid; border-bottom: 1px solid; border-color: inherit; }

.wm-divider.type-whitespace { margin: 3.62674em 0 0; border: 0; }

.wm-divider.size-small { display: inline-block; width: 19%; }

.wm-divider.size-medium { display: inline-block; width: 38%; }

.wm-divider.size-large { display: inline-block; width: 62%; }

.wm-divider.size-extra-large { display: inline-block; width: 81%; }

@media only screen and (max-width: 41.9375em) { .fl-module-wm_divider { margin: 1.62em 0; } }

.fl-module-wm_divider.default-margin { margin: 1.62em 0; }

@media only screen and (min-width: 42em) { .fl-module-wm_divider.default-margin { margin-top: 2.6244em; margin-bottom: 2.6244em; } }

@media only screen and (min-width: 55em) { .fl-module-wm_divider.default-margin { margin-top: 3.62674em; margin-bottom: 3.62674em; } }

.fl-module-wm_divider .wm-divider, .fl-module-wm_divider .wm-divider.type-whitespace { margin: 0; }

.fl-module-wm_divider .fl-module-overlay { top: -6px; }

/* FILE: shortcodes/_message.scss */
.wm-message { position: relative; padding: 1.62rem; margin-bottom: 1.62em; text-align: center; border: 2px solid; border-radius: 0.19rem; }

.fl-module .wm-message { margin-bottom: 0; }

.wm-message[class*="icon-"]::before { position: absolute; display: block; width: 100%; left: 0; top: 1.38rem; line-height: 1; font-size: 1.62em; }

.fl-builder-content .wm-message * { color: inherit; }

.wm-message-title { margin-top: 0; margin-bottom: 0.38em; color: inherit; }

.wm-message p { margin: 0; }

.wm-message p + p { margin-top: 1em; }

.wm-message.size-small { font-size: 0.81em; }

.wm-message[class*="icon-"] { padding-top: 4.25153em; }

.wm-message.size-large[class*="icon-"] { padding-top: 4.62674em; }

.wm-message.size-large[class*="icon-"]::before { font-size: 2em; }

.wm-message.size-extra-large[class*="icon-"] { padding-top: 5.0049em; }

.wm-message.size-extra-large[class*="icon-"]::before { font-size: 2.38em; }

/* FILE: shortcodes/_posts.scss */
.wm-posts img { width: 100%; }

.wm-posts-item { position: relative; }

.wm-posts-item .entry { float: none; width: 100%; margin: 0; background: none; box-shadow: none; }

.wm-filter ul { margin: 0 0 2.6244rem; list-style: none; }

.wm-filter li { display: inline-block; margin: 0 0.19em; list-style: none; }

.wm-filter li a { border: 0; }

.wm-filter a { position: relative; display: inline-block; margin: 0.19em 0; padding: 0.19em 1em; text-transform: uppercase; font-size: 0.81em; letter-spacing: 1px; color: inherit; border: 0; border-radius: 0.19em; opacity: .9; }

.wm-filter a::before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: currentcolor; border-radius: inherit; opacity: .1; }

.wm-filter a:hover, .wm-filter .active a { text-decoration: none; border-style: solid; opacity: 1; }

.wm-filter a:hover::before, .wm-filter .active a::before { display: none; }

.wm-filter .count { display: none; }

/* FILE: shortcodes/__staff.scss */
.posts .type-wm_staff { border-color: inherit; padding-bottom: 0; text-align: center; }

.posts .type-wm_staff .image { margin-bottom: 1.62rem; }

.posts .type-wm_staff img { display: initial; width: 62%; max-width: 15rem; border-radius: 15rem; }

.posts .type-wm_staff h2, .posts .type-wm_staff h3 { margin-bottom: 1.62rem; font-size: 1.38em; font-weight: 700; }

.posts .type-wm_staff .entry-subtitle { margin-top: 0.38em; font-size: 0.81em; }

.posts .type-wm_staff .taxonomy { padding: 0.62rem 1.62rem; margin: 0 -1.62rem; font-size: 0.81em; opacity: .8; }

.posts .type-wm_staff .taxonomy-name { margin-right: 0.38em; text-transform: uppercase; font-weight: 300; font-size: 0.81em; }

.posts .type-wm_staff .taxonomy-staff_department { margin-top: 0.62em; text-transform: uppercase; opacity: 1; }

.posts .type-wm_staff .excerpt { padding-bottom: 1.62rem; margin-top: 1.62rem; }

.posts .type-wm_staff .excerpt .button { margin: 0 auto; }

.posts .type-wm_staff .excerpt .button .entry-subtitle { display: none; }

.no-margin .type-wm_staff { margin: 1px; }

.hide-excerpt .type-wm_staff .excerpt { display: none; }

.hide-excerpt { overflow-y: hidden; }

/* FILE: shortcodes/_tabs.scss */
.wm-tab-links, .wm-tab-links li { position: relative; padding: 0; margin: 0; list-style: none; z-index: 1; transition: all .2s; }

@media only screen and (min-width: 55em) { .wm-tab-links, .wm-tab-links li { display: inline-block; } }

@media only screen and (max-width: 54.9375em) { .wm-tab-links li a { text-align: center; border-top: 1px solid; border-bottom: 0; } }

.wm-tab-links { text-transform: uppercase; font-weight: 700; }

.wm-tab-links li a { display: block; padding: 0.62em 1em; text-decoration: none; color: inherit; }

.wm-tab-links li [class*="icon-"] { margin-right: 1em; color: inherit; }

.wm-tab-links li [class*="icon-"]::before { margin-top: -0.19em; line-height: 0.62; vertical-align: middle; }

@media only screen and (min-width: 55em) { .wm-tab-links li [class*="icon-"]::before { font-size: 1.19em; } }

.layout-top .wm-tab-links { display: block; }

@media only screen and (min-width: 55em) { .layout-top .wm-tab-links li { margin: 0 0.38em; border-radius: 0.19rem 0.19rem 0 0; }
  .layout-top .wm-tab-links li:first-child { margin-left: 0; }
  .layout-top .wm-tab-links li a { border: 0; } }

@media only screen and (min-width: 55em) { .layout-top .wm-tab-links [class*="icon-"] { display: block; margin: 0 0 0.19em; text-align: center; font-size: 1.62em; } }

@media only screen and (min-width: 55em) { .layout-left .wm-tab-links, .layout-right .wm-tab-links { display: block; float: left; width: 25%; border-top: 1px solid; }
  .layout-left .wm-tab-links li, .layout-right .wm-tab-links li { display: block; border-radius: 0; }
  .layout-left .wm-tab-links li a, .layout-right .wm-tab-links li a { border-bottom: 1px solid; } }

@media only screen and (min-width: 55em) { .layout-right .wm-tab-links { float: right; } }

.wm-tour-nav { font-size: 0.81em; }

@media only screen and (max-width: 54.9375em) { .wm-tour-nav.top { display: none; } }

.wm-tour-nav.bottom { border-radius: 0 0 0.19rem 0.19rem; }

.layout-left .wm-tour-nav.top, .layout-right .wm-tour-nav.top { display: none; }

.wm-tour-nav span, .wm-tour-nav a, .wm-tour-nav i { color: inherit; }

.wm-tour-nav span { display: inline-block; width: 50%; }

.wm-tour-nav span [class*="icon-"] { margin-right: 1em; }

.wm-tour-nav a { display: block; padding: 0.62em 1rem; text-decoration: none; }

.wm-tour-nav a::after, .wm-tour-nav a::before { display: inline-block; font-size: 1.62em; vertical-align: middle; line-height: 1; }

.wm-tour-nav .prev a::before { margin-right: 0.62em; content: '\f430'; }

.wm-tour-nav .next { text-align: right; }

.wm-tour-nav .next a::after { margin-left: 0.62em; content: '\f429'; }

.wm-item-title [class*="icon-"] { margin-right: 0.38em; }

.wm-tabs-items { position: relative; }

.layout-top.tour-tabs .wm-tabs-items { z-index: 2; }

@media only screen and (min-width: 55em) { .layout-left .wm-tabs-items { padding-left: 25%; }
  .layout-right .wm-tabs-items { padding-right: 25%; } }

/* FILE: shortcodes/_testimonials.scss */
.wm-testimonials-item { position: relative; }

.wm-testimonials-item::before { content: '\f106'; position: absolute; left: 0; top: 0; line-height: .75; font-size: 1.62rem; opacity: .3; }

@media only screen and (min-width: 80em) { .wm-testimonials-item::before { font-size: 3.62674rem; } }

.bordered .wm-testimonials-item::before { left: 1.62rem; top: 1.62rem; }

.text-center .wm-testimonials-item::before { position: relative; left: 0; top: 0; }

.wm-testimonials blockquote { padding: 0; padding-left: 1.62em; margin: 0; text-align: left; font-size: 1.19em; font-style: italic; }

@media only screen and (min-width: 80em) { .wm-testimonials blockquote { padding-left: 3.62674em; } }

.wm-testimonials blockquote::after, .wm-testimonials blockquote::before { display: none; }

.text-center .wm-testimonials blockquote { padding: 0; text-align: center; }

.wm-testimonials cite::before { display: none; }

.wm-testimonials .source { position: relative; display: block; margin: 1em 0 0; margin-left: 1.9278em; font-weight: 700; overflow: hidden; }

@media only screen and (min-width: 80em) { .wm-testimonials .source { margin-left: 4.31582em; } }

.wm-testimonials .source small { display: block; }

.text-center .wm-testimonials .source { display: inline-block; margin-left: 0; }

.wm-testimonials .image img { float: left; width: 3.62674em; margin: 0 1em 0; margin-left: 0; border-radius: 50%; }



/**
 * Customize styles
 */

/* Customizer styles: calculated */


	/* Typography */


		@media only screen and (min-width: 420px) {

		html {
			font-size: 100%;
		}


		}


	/* Layout */

		.site-layout-boxed .site {
			max-width: 1640px;
			max-width: 102.5rem;
		}

		.site-header-inner,
		.header-info-widgets,
		.intro-inner,
		.content-area,
		.list-subpages,
		.breadcrumbs,
		.site-footer-area-inner,
		.site .fl-row-fixed-width {
			max-width: 1160px;
			max-width: 72.5rem;
		}



/* FILE: custom-styles.scss */
/* FILE: custom-styles/_base.scss */
body { background-color: #f1f8fe; }

::-webkit-input-placeholder, :disabled::-webkit-input-placeholder { color: inherit !important; }

::-moz-placeholder, :disabled::-moz-placeholder { color: inherit !important; }

:-ms-input-placeholder, :disabled:-ms-input-placeholder { color: inherit !important; }

::placeholder, :disabled::placeholder { color: inherit !important; }

button, input, select, textarea, tbody tr:hover td, tbody tr:hover th, code, pre { background-color: rgba(0, 0, 0, 0.05); }

.gallery-caption { background-color: rgba(0, 0, 0, 0.8); color: #fafcfe; }

.pagination a:hover { background-color: rgba(0, 0, 0, 0.1); }

.button, button, input[type="button"], input[type="reset"], input[type="submit"], .fl-builder-content .fl-module .button, .fl-builder-content .fl-module button, .fl-builder-content .fl-module input[type="button"], .fl-builder-content .fl-module input[type="reset"], .fl-builder-content .fl-module input[type="submit"], .main-navigation-container .button > a { /**  background-color: #07599b; color: #fafcfe;  **/  background-color: #07599b; color: #fafcfe;  }

@media only screen and (max-width: 54.9375em) { .active .menu-toggle { /**  background-color: #07599b; color: #fafcfe;  **/  background-color: #07599b; color: #fafcfe;  } }

.site .fl-row[class*="set-colors-"], .site .fl-col[class*="set-colors-"] { background: none; }

div[class*="set-colors-"] a, div[class*="set-colors-"] h1, div[class*="set-colors-"] .h1, div[class*="set-colors-"] h2, div[class*="set-colors-"] .h2, div[class*="set-colors-"] h3, div[class*="set-colors-"] .h3, div[class*="set-colors-"] h4, div[class*="set-colors-"] .h4, div[class*="set-colors-"] h5, div[class*="set-colors-"] .h5, div[class*="set-colors-"] h6, div[class*="set-colors-"] .h6, div[class*="set-colors-"] .wm-iconbox-module .image { color: inherit; }

.sidebar .wm-subnav li a:hover, .sidebar .widget_nav_menu a:hover { /**  background-color: #07599b; color: #fafcfe;  **/  background-color: #07599b; color: #fafcfe;  }

.sidebar .wm-subnav .current_page_item > a, .sidebar .widget_nav_menu .current-menu-item > a { /**  background-color: #1a1c2e; color: #fafcfe;  **/  background-color: #1a1c2e; color: #fafcfe;  }

.widget .tagcloud a::before { background-color: #2a2c2e; color: #fafcfe; }

blockquote::before, blockquote::after, blockquote.alignleft::before, blockquote.alignleft::after, blockquote.alignright::before, blockquote.alignright::after, button, input, select, textarea, .main-navigation-container li li, .header-info-widgets .search-field:focus, .entry-meta, .single .entry-meta, .comment-meta, .comment-respond, .comment-list .comment-respond, .pagination, .post-table-of-contents, .post-table-of-contents.top, .footer-widgets .widget::after, .footer-widgets .widget::before, .widget ul li, .widget .tagcloud a, .inline .widget ul li, div.sharedaddy, .site div#jp-relatedposts, .inline li { border-color: inherit; }

/* FILE: custom-styles/_accent.scss */
.posts .entry-meta, mark, .highlight, .pagination .current, .bypostauthor > .comment-body .comment-author::before, .widget_calendar tbody a, .widget .tagcloud a:hover, .widget .tagcloud a:focus, .widget .tagcloud a:active, body #infinite-handle span, .hover-color-accent.fl-col:hover .fl-col-content, .set-colors-accent, .set-colors-accent > .fl-row-content-wrap, .set-colors-accent > .fl-col-content, .site-content div.sharedaddy .sd-content ul li a.sd-button:not(.no-text), .sidebar::before { /**  background-color: #07599b;  **/  background-color: #07599b;  }

.infinite-loader .spinner > div > div { /**  background-color: #07599b !important;  **/  background-color: #07599b !important;  }

a, .accent-color, .wm-iconbox-module .image { /**  color: #07599b;  **/  color: #07599b;  }

.posts .entry-meta, mark, .highlight, .pagination .current, .bypostauthor > .comment-body .comment-author::before, .widget_calendar tbody a, .widget .tagcloud a:hover, .widget .tagcloud a:focus, .widget .tagcloud a:active, body #infinite-handle span, .hover-color-accent.fl-col:hover .fl-col-content, .set-colors-accent { /**  color: #fafcfe;  **/  color: #fafcfe;  }

.site-content div.sharedaddy .sd-content ul li a.sd-button:not(.no-text) { /**  color: #fafcfe !important;  **/  color: #fafcfe !important;  }

.widget .tagcloud a:hover, .widget .tagcloud a:focus, .widget .tagcloud a:active { /**  border-color: #07599b;  **/  border-color: #07599b;  }

mark, .highlight { /**  box-shadow: 0.382em 0 0 #07599b, -0.382em 0 0 #07599b;  **/  box-shadow: .382em 0 0 #07599b, -.382em 0 0 #07599b;  }

@media only screen and (max-width: 41.9375em) { .pagination a { /**  background-color: #07599b; color: #fafcfe;  **/  background-color: #07599b; color: #fafcfe;  } }

/* FILE: custom-styles/_header.scss */
.site-header, .set-colors-header, .set-colors-header > .fl-row-content-wrap, .set-colors-header > .fl-col-content { /**  background-color: #0779bb; color: #fafcfe;  **/  background-color: #024da8; color: #fafcfe;  }

.site-header::before { /**  background-color: #07599b;  **/  background-color: #024da8;  }

@media only screen and (max-width: 54.9375em) { .main-navigation-container .menu li a:focus, .main-navigation-container .menu li a:hover, .main-navigation-container .menu li.current-menu-item > a { /**  background-color: #3a3c4e;  **/  background-color: #3a3c4e;  } }

@media only screen and (min-width: 55em) { .main-navigation-container .menu > ul > li a:hover, .main-navigation-container .menu > ul > li a:focus, .main-navigation-container .menu > ul > li a:active, .main-navigation-container .menu > ul > li:not(.button):hover > a, .main-navigation-container .menu > ul > li.focus > a, .main-navigation-container .menu > ul > li.current-menu-item:not(.button) > a, .main-navigation-container .menu > ul > li.current-menu-ancestor:not(.button) > a { /**  background-color: #1a1c2e; color: #fafcfe;  **/  background-color: #1a1c2e; color: #fafcfe;  }
  .main-navigation-container .menu li li > a:focus, .main-navigation-container .menu li li:hover > a, .main-navigation-container .menu li li.focus > a, .main-navigation-container .menu li li.current-menu-item > a, .main-navigation-container .menu li li.current-menu-ancestor > a { /**  background-color: #3a3c4e;  **/  background-color: #3a3c4e;  } }

.main-navigation-container ul { /**  border-color: #3a3c4e;  **/  border-color: #3a3c4e;  }

@media only screen and (min-width: 55em) { .main-navigation-container li ul { /**  background-color: #1a1c2e; color: #fafcfe;  **/  background-color: #1a1c2e; color: #fafcfe;  } }

.menu-toggle, .mobile-menu-container, .main-navigation.active, .set-colors-navigation, .set-colors-navigation > .fl-row-content-wrap, .set-colors-navigation > .fl-col-content { /**  background-color: #1a1c2e; color: #fafcfe; border-color: #3a3c4e;  **/  background-color: #1a1c2e; color: #fafcfe; border-color: #3a3c4e;  }

.mobile-menu-container .current-menu-item { /**  background-color: #3a3c4e;  **/  background-color: #3a3c4e;  }

.header-info-widgets-container, .set-colors-header-info-widgets, .set-colors-header-info-widgets > .fl-row-content-wrap, .set-colors-header-info-widgets > .fl-col-content { /**  background-color: #07599b; color: #fafcfe;  **/  background-color: #ffffff; color: #1a1b2d;  }

.header-info-widgets .widget:not(:last-child) { /**  border-color: rgba(250, 252, 254, 0.2);  **/  border-color: rgba(26,27,45,0.2);  }

.header-info-widgets .search-field { background-color: rgba(255, 255, 255, 0.1); }

.header-info-widgets .search-field:focus { background-color: rgba(255, 255, 255, 0.15); }

.intro-container { /**  background-color: #4abcfe;  **/  background-color: #4abcfe;  }

.intro-title, .single-fl-builder-template .entry-header { /**  background-color: #07599b; color: #fafcfe;  **/  background-color: #07599b; color: #fafcfe;  }

/* FILE: custom-styles/_content.scss */
.site, .site-content, .set-colors-content, .set-colors-content > .fl-row-content-wrap, .set-colors-content > .fl-col-content, .posts .entry, .breadcrumbs-container { /**  background-color: #fafcfe; color: #5a5c5e; border-color: #caccce;  **/  background-color: #fafcfe; color: #5a5c5e; border-color: #caccce;  }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .post-navigation, .posts .page-icon, .posts h1, .posts .h1, .posts h2, .posts .h2, .posts h3, .posts .h3, .posts h4, .posts .h4, .posts h5, .posts .h5, .posts h6, .posts .h6 { /**  color: #1a1c1e;  **/  color: #1a1c1e;  }

@media only screen and (min-width: 42em) { .single-post:not(.fl-builder) .entry-meta-element, .single-post .entry-header .entry-meta-element { /**  background-color: #07599b; color: #fafcfe;  **/  background-color: #07599b; color: #fafcfe;  } }

.sidebar, .set-colors-sidebar, .set-colors-sidebar > .fl-row-content-wrap, .set-colors-sidebar > .fl-col-content, .content-container .widget-staff-filter { /**  background-color: #f1f3f5;  **/  background-color: #f1f3f5;  }

.sidebar::before, .content-container .widget-staff-filter::before { /**  background-color: #07599b;  **/  background-color: #07599b;  }

.post-navigation { /**  background-color: #f1f3f5; border-top-color: #07599b;  **/  background-color: #f1f3f5; border-top-color: #07599b;  }

.breadcrumbs-container { /**  background-color: #f1f3f5;  **/  background-color: #f1f3f5;  }

.site-content + .breadcrumbs-container { /**  border-color: #caccce;  **/  border-color: #caccce;  }

.list-subpages:hover .subpage::before { /**  background-color: #caccce;  **/  background-color: #caccce;  }

.list-subpages:hover .subpage .page-icon { /**  color: #1a1c1e;  **/  color: #1a1c1e;  }

.list-subpages .subpage::before, .list-subpages .subpage:hover::before { /**  background: #07599b;  **/  background: #07599b;  }

.list-subpages .subpage .page-icon, .list-subpages .subpage:hover .page-icon { /**  color: #fafcfe;  **/  color: #fafcfe;  }

/* FILE: custom-styles/_footer.scss */
.site-footer, .set-colors-footer, .set-colors-footer > .fl-row-content-wrap, .set-colors-footer > .fl-col-content { /**  background-color: #1a1c2e; color: #aaacbe; border-color: #3a3c4e;  **/  background-color: #1a1c2e; color: #aaacbe; border-color: #3a3c4e;  }

.site-footer h1, .site-footer .h1, .site-footer h2, .site-footer .h2, .site-footer h3, .site-footer .h3, .site-footer h4, .site-footer .h4, .site-footer h5, .site-footer .h5, .site-footer h6, .site-footer .h6, .set-colors-footer h1, .set-colors-footer .h1, .set-colors-footer h2, .set-colors-footer .h2, .set-colors-footer h3, .set-colors-footer .h3, .set-colors-footer h4, .set-colors-footer .h4, .set-colors-footer h5, .set-colors-footer .h5, .set-colors-footer h6, .set-colors-footer .h6, .set-colors-footer > .fl-row-content-wrap h1, .set-colors-footer > .fl-row-content-wrap .h1, .set-colors-footer > .fl-row-content-wrap h2, .set-colors-footer > .fl-row-content-wrap .h2, .set-colors-footer > .fl-row-content-wrap h3, .set-colors-footer > .fl-row-content-wrap .h3, .set-colors-footer > .fl-row-content-wrap h4, .set-colors-footer > .fl-row-content-wrap .h4, .set-colors-footer > .fl-row-content-wrap h5, .set-colors-footer > .fl-row-content-wrap .h5, .set-colors-footer > .fl-row-content-wrap h6, .set-colors-footer > .fl-row-content-wrap .h6, .set-colors-footer > .fl-col-content h1, .set-colors-footer > .fl-col-content .h1, .set-colors-footer > .fl-col-content h2, .set-colors-footer > .fl-col-content .h2, .set-colors-footer > .fl-col-content h3, .set-colors-footer > .fl-col-content .h3, .set-colors-footer > .fl-col-content h4, .set-colors-footer > .fl-col-content .h4, .set-colors-footer > .fl-col-content h5, .set-colors-footer > .fl-col-content .h5, .set-colors-footer > .fl-col-content h6, .set-colors-footer > .fl-col-content .h6 { /**  color: #eaecfe;  **/  color: #eaecfe;  }

.site-footer::after { /**  background-color: #07599b;  **/  background-color: #1a1b2d;  }

.site-footer a { /**  color: #eaecfe;  **/  color: #eaecfe;  }

.site-footer mark, .site-footer .highlight, .site-footer .button, .site-footer button, .site-footer input[type="button"], .site-footer input[type="reset"], .site-footer input[type="submit"], .site-footer .widget_calendar tbody a, .site-footer .widget .tagcloud a:hover, .site-footer .widget .tagcloud a:focus, .site-footer .widget .tagcloud a:active { /**  background-color: #eaecfe; color: #3a3c4e;  **/  background-color: #eaecfe; color: #3a3c4e;  }

.site-footer mark, .site-footer .highlight { /**  box-shadow: 0.382em 0 0 #eaecfe, -0.382em 0 0 #eaecfe;  **/  box-shadow: 0.382em 0 0 #eaecfe, -0.382em 0 0 #eaecfe;  }

.site-footer input:focus, .site-footer select:focus, .site-footer textarea:focus, .site-footer .widget .tagcloud a:hover, .site-footer .widget .tagcloud a:focus, .site-footer .widget .tagcloud a:active { /**  border-color: #eaecfe;  **/  border-color: #eaecfe;  }

.footer-info-widgets, .set-colors-footer-info-widgets, .set-colors-footer-info-widgets > .fl-row-content-wrap, .set-colors-footer-info-widgets > .fl-col-content { /**  background-color: #07599b; color: #fafcfe;  **/  background-color: #07599b; color: #fafcfe;  }

.footer-info-widgets .widget:not(:last-child) { /**  border-color: rgba(250, 252, 254, 0.2);  **/  border-color: rgba(250,252,254,0.2);  }

.site-info-inner, .set-colors-credits, .set-colors-credits > .fl-row-content-wrap, .set-colors-credits > .fl-col-content { /**  background-color: #07599b; color: #fafcfe;  **/  background-color: #1a1b2d; color: #fafcfe;  }

/* FILE: custom-styles/_shortcodes.scss */
.type-wm_staff .taxonomy, .wm-accordion .wm-item:not(.active) .wm-item-title, .wm-tabs .wm-tab-links li.active, .wm-tour-nav, .wm-filter .active a, .fl-builder-content .wm-tour-nav { /**  background-color: #07599b; color: #fafcfe;  **/  background-color: #07599b; color: #fafcfe;  }

.wm-accordion .wm-item, .wm-tabs .wm-item { /**  border-color: #07599b;  **/  border-color: #07599b;  }

.wm-content-module-item:not(.wm-iconbox-module) .image ~ .wm-content-module-element, .wm-tabs .wm-tab-links li { /**  background-color: #f1f3f5;  **/  background-color: #f1f3f5;  }

.color-error, .fl-builder-content .color-error, .fl-builder-content .color-error.wm-button, .fl-builder-content .color-error.wm-button:hover, .hover-color-error.fl-col:hover .fl-col-content { /**  background-color: #aa3e0e; color: #fafcfe;  **/  background-color: #aa3e0e; color: #fafcfe;  }

.color-error.wm-marker, .fl-builder-content .wm-marker.color-error.wm-button, .hover-color-error.fl-col:hover .wm-marker.fl-col-content { /**  box-shadow: 0.382em 0 0 #aa3e0e, -0.382em 0 0 #aa3e0e;  **/  box-shadow: .382em 0 0 #aa3e0e, -.382em 0 0 #aa3e0e;  }

.color-error.wm-message, .fl-builder-content .wm-message.color-error.wm-button, .hover-color-error.fl-col:hover .wm-message.fl-col-content, .fl-builder-content .fl-module .wm-message.color-error, .fl-builder-content .fl-module .hover-color-error.fl-col:hover .wm-message.fl-col-content, .hover-color-error.fl-col:hover .fl-builder-content .fl-module .wm-message.fl-col-content { background: none; /**  color: #aa3e0e;  **/  color: #aa3e0e;  }

.set-colors-error, .set-colors-error > .fl-row-content-wrap, .set-colors-error > .fl-col-content { /**  background-color: #aa3e0e; color: #fafcfe;  **/  background-color: #aa3e0e; color: #fafcfe;  }

.color-info, .fl-builder-content .color-info, .fl-builder-content .color-info.wm-button, .fl-builder-content .color-info.wm-button:hover, .hover-color-info.fl-col:hover .fl-col-content { /**  background-color: #07599b; color: #fafcfe;  **/  background-color: #07599b; color: #fafcfe;  }

.color-info.wm-marker, .fl-builder-content .wm-marker.color-info.wm-button, .hover-color-info.fl-col:hover .wm-marker.fl-col-content { /**  box-shadow: 0.382em 0 0 #07599b, -0.382em 0 0 #07599b;  **/  box-shadow: .382em 0 0 #07599b, -.382em 0 0 #07599b;  }

.color-info.wm-message, .fl-builder-content .wm-message.color-info.wm-button, .hover-color-info.fl-col:hover .wm-message.fl-col-content, .fl-builder-content .fl-module .wm-message.color-info, .fl-builder-content .fl-module .hover-color-info.fl-col:hover .wm-message.fl-col-content, .hover-color-info.fl-col:hover .fl-builder-content .fl-module .wm-message.fl-col-content { background: none; /**  color: #07599b;  **/  color: #07599b;  }

.set-colors-info, .set-colors-info > .fl-row-content-wrap, .set-colors-info > .fl-col-content { /**  background-color: #07599b; color: #fafcfe;  **/  background-color: #07599b; color: #fafcfe;  }

.color-neutral, .fl-builder-content .color-neutral, .fl-builder-content .color-neutral.wm-button, .fl-builder-content .color-neutral.wm-button:hover, .hover-color-neutral.fl-col:hover .fl-col-content { /**  background-color: #dadcde; color: #3a3c3e;  **/  background-color: #dadcde; color: #3a3c3e;  }

.color-neutral.wm-marker, .fl-builder-content .wm-marker.color-neutral.wm-button, .hover-color-neutral.fl-col:hover .wm-marker.fl-col-content { /**  box-shadow: 0.382em 0 0 #dadcde, -0.382em 0 0 #dadcde;  **/  box-shadow: .382em 0 0 #dadcde, -.382em 0 0 #dadcde;  }

.color-neutral.wm-message, .fl-builder-content .wm-message.color-neutral.wm-button, .hover-color-neutral.fl-col:hover .wm-message.fl-col-content, .fl-builder-content .fl-module .wm-message.color-neutral, .fl-builder-content .fl-module .hover-color-neutral.fl-col:hover .wm-message.fl-col-content, .hover-color-neutral.fl-col:hover .fl-builder-content .fl-module .wm-message.fl-col-content { background: none; /**  color: #dadcde;  **/  color: #dadcde;  }

.set-colors-neutral, .set-colors-neutral > .fl-row-content-wrap, .set-colors-neutral > .fl-col-content { /**  background-color: #dadcde; color: #3a3c3e;  **/  background-color: #dadcde; color: #3a3c3e;  }

.color-success, .fl-builder-content .color-success, .fl-builder-content .color-success.wm-button, .fl-builder-content .color-success.wm-button:hover, .hover-color-success.fl-col:hover .fl-col-content { /**  background-color: #038547; color: #fafcfe;  **/  background-color: #038547; color: #fafcfe;  }

.color-success.wm-marker, .fl-builder-content .wm-marker.color-success.wm-button, .hover-color-success.fl-col:hover .wm-marker.fl-col-content { /**  box-shadow: 0.382em 0 0 #038547, -0.382em 0 0 #038547;  **/  box-shadow: .382em 0 0 #038547, -.382em 0 0 #038547;  }

.color-success.wm-message, .fl-builder-content .wm-message.color-success.wm-button, .hover-color-success.fl-col:hover .wm-message.fl-col-content, .fl-builder-content .fl-module .wm-message.color-success, .fl-builder-content .fl-module .hover-color-success.fl-col:hover .wm-message.fl-col-content, .hover-color-success.fl-col:hover .fl-builder-content .fl-module .wm-message.fl-col-content { background: none; /**  color: #038547;  **/  color: #038547;  }

.set-colors-success, .set-colors-success > .fl-row-content-wrap, .set-colors-success > .fl-col-content { /**  background-color: #038547; color: #fafcfe;  **/  background-color: #038547; color: #fafcfe;  }

.color-warning, .fl-builder-content .color-warning, .fl-builder-content .color-warning.wm-button, .fl-builder-content .color-warning.wm-button:hover, .hover-color-warning.fl-col:hover .fl-col-content { /**  background-color: #eaae3e; color: #3a3c3e;  **/  background-color: #eaae3e; color: #3a3c3e;  }

.color-warning.wm-marker, .fl-builder-content .wm-marker.color-warning.wm-button, .hover-color-warning.fl-col:hover .wm-marker.fl-col-content { /**  box-shadow: 0.382em 0 0 #eaae3e, -0.382em 0 0 #eaae3e;  **/  box-shadow: .382em 0 0 #eaae3e, -.382em 0 0 #eaae3e;  }

.color-warning.wm-message, .fl-builder-content .wm-message.color-warning.wm-button, .hover-color-warning.fl-col:hover .wm-message.fl-col-content, .fl-builder-content .fl-module .wm-message.color-warning, .fl-builder-content .fl-module .hover-color-warning.fl-col:hover .wm-message.fl-col-content, .hover-color-warning.fl-col:hover .fl-builder-content .fl-module .wm-message.fl-col-content { background: none; /**  color: #eaae3e;  **/  color: #eaae3e;  }

.set-colors-warning, .set-colors-warning > .fl-row-content-wrap, .set-colors-warning > .fl-col-content { /**  background-color: #eaae3e; color: #3a3c3e;  **/  background-color: #eaae3e; color: #3a3c3e;  }

.form-button-simple .button, .fl-builder-content .form-button-simple .button, .form-button-simple button, .fl-builder-content .form-button-simple button, .form-button-simple input[type="button"], .fl-builder-content .form-button-simple input[type="button"], .form-button-simple input[type="reset"], .fl-builder-content .form-button-simple input[type="reset"], .form-button-simple input[type="submit"], .fl-builder-content .form-button-simple input[type="submit"], .button.color-simple, .entry-content p .button.color-simple, .fl-builder-content .fl-module .button.color-simple { border: 2px solid; padding-top: calc( 0.62em - 2px); padding-bottom: calc( 0.62em - 2px); }

.form-button-simple .button:not(:hover):not(:focus):not(:active), .form-button-simple button:not(:hover):not(:focus):not(:active), .form-button-simple input[type="button"]:not(:hover):not(:focus):not(:active), .form-button-simple input[type="reset"]:not(:hover):not(:focus):not(:active), .form-button-simple input[type="submit"]:not(:hover):not(:focus):not(:active), .button.color-simple:not(:hover):not(:focus):not(:active) { background: none; color: inherit; }

.button.color-simple.light, .entry-content p .button.color-simple.light, .fl-builder-content .fl-module .button.color-simple.light { color: #fafcfe; border-color: #fafcfe; }

.button.color-simple.light:hover, .button.color-simple.light:focus, .button.color-simple.light:active, .entry-content p .button.color-simple.light:hover, .entry-content p .button.color-simple.light:focus, .entry-content p .button.color-simple.light:active, .fl-builder-content .fl-module .button.color-simple.light:hover, .fl-builder-content .fl-module .button.color-simple.light:focus, .fl-builder-content .fl-module .button.color-simple.light:active { background-color: #fafcfe; color: #1a1c1e; border-color: #fafcfe; }

.button.color-simple.dark, .entry-content p .button.color-simple.dark, .fl-builder-content .fl-module .button.color-simple.dark { color: #1a1c1e; border-color: #1a1c1e; }

.button.color-simple.dark:hover, .button.color-simple.dark:focus, .button.color-simple.dark:active, .entry-content p .button.color-simple.dark:hover, .entry-content p .button.color-simple.dark:focus, .entry-content p .button.color-simple.dark:active, .fl-builder-content .fl-module .button.color-simple.dark:hover, .fl-builder-content .fl-module .button.color-simple.dark:focus, .fl-builder-content .fl-module .button.color-simple.dark:active { background-color: #1a1c1e; color: #fafcfe; border-color: #1a1c1e; }


/* Using Polyclinic theme by WebMan - Oliver Juhas (https://www.webmandesign.eu/), version 1.4.1. CSS generated on 2021/07/28 07:53, UTC. */