@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/* Div Tables */
@import url("../fonts/OpenSans/stylesheet_all.css");
/* line 3, _tables.scss */
.twoColumnTbl, .threeColumnTbl, .fourColumnTbl {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 1em;
}

/* line 4, _tables.scss */
.twoColumnTbl > .column1, .twoColumnTbl > .column2 {
  width: 49%;
  float: left;
}

/* line 5, _tables.scss */
.twoColumnTbl > .column1 {
  padding-right: 2%;
}

/* line 7, _tables.scss */
.threeColumnTbl > .column1, .threeColumnTbl > .column2, .threeColumnTbl > .column3 {
  width: 32%;
  float: left;
}

/* line 8, _tables.scss */
.threeColumnTbl .column1, .threeColumnTbl .column2 {
  padding-right: 2%;
}

/* line 10, _tables.scss */
.fourColumnTbl > .column1, .fourColumnTbl > .column2, .fourColumnTbl > .column3, .fourColumnTbl > .column4 {
  width: 23.5%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 11, _tables.scss */
.fourColumnTbl .column1, .fourColumnTbl .column2, .fourColumnTbl .column3 {
  padding-right: 2%;
}

/* line 13, _tables.scss */
.twoColumnTbl > .column-full, .threeColumnTbl > .column-full, .fourColumnTbl > .column-full {
  width: 100%;
  float: left;
}

/* line 16, fc-default_core.scss */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, button, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input[type="text"] {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  list-style: none;
}

/* line 17, fc-default_core.scss */
html {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

/* line 23, fc-default_core.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  line-height: normal;
}

/* line 25, fc-default_core.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* line 26, fc-default_core.scss */
blockquote, q {
  quotes: "" "";
}

/* line 27, fc-default_core.scss */
a:focus {
  outline: 0;
}

/* line 28, fc-default_core.scss */
a img {
  border: 0;
}

/* line 31, fc-default_core.scss */
body {
  width: 100%;
  margin: 0 auto 0;
}

/* line 33, fc-default_core.scss */
p, td, th, li, dd, dt {
  font-size: 1em;
  line-height: 1.5em;
}

/* line 34, fc-default_core.scss */
li p, td p, td li, li li {
  font-size: 1em;
}

/* line 35, fc-default_core.scss */
p {
  margin: 0 0 1em 0;
}

/* line 36, fc-default_core.scss */
* + p {
  margin: 1em 0;
}

/* line 38, fc-default_core.scss */
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Anchors */
/* line 49, fc-default_core.scss */
a {
  text-decoration: none;
}

/* line 50, fc-default_core.scss */
a:hover {
  text-decoration: underline;
}

/* line 51, fc-default_core.scss */
a:focus {
  outline: 1px;
}

/* line 52, fc-default_core.scss */
a img {
  border: 0;
}

/* line 53, fc-default_core.scss */
a.plain {
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
  font-family: inherit;
}

/* Headings */
/* line 61, fc-default_core.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .5em 0;
  clear: both;
}

/* line 62, fc-default_core.scss */
h1 {
  font-size: 2em;
  margin: 0 0 .85em 0;
}

/* line 63, fc-default_core.scss */
* + h1 {
  margin-top: 1.5em;
}

/* line 64, fc-default_core.scss */
h2 {
  font-size: 1.75em;
}

/* line 65, fc-default_core.scss */
h3 {
  font-size: 1.5em;
}

/* line 66, fc-default_core.scss */
h4 {
  font-size: 1.25em;
}

/* line 67, fc-default_core.scss */
h5 {
  font-size: 1em;
}

/* line 68, fc-default_core.scss */
h6 {
  font-size: .75em;
}

/* line 69, fc-default_core.scss */
* + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 1.25em;
}

/* Misc Tags */
/* line 72, fc-default_core.scss */
hr {
  background-color: #ccc;
  border: 0;
  width: 100%;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 73, fc-default_core.scss */
dt {
  font-weight: bold;
}

/* line 74, fc-default_core.scss */
dd {
  margin: 1em 2em;
}

/* line 75, fc-default_core.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 76, fc-default_core.scss */
blockquote {
  margin: 0 2em;
}

/* line 77, fc-default_core.scss */
address {
  margin: 0 0 2em;
}

/* line 78, fc-default_core.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", monospace;
}

/* line 79, fc-default_core.scss */
sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 80, fc-default_core.scss */
sup {
  bottom: 1ex;
}

/* line 81, fc-default_core.scss */
sub {
  top: .5ex;
}

/* line 82, fc-default_core.scss */
small {
  font-size: 75%;
  line-height: .5em;
}

/* line 83, fc-default_core.scss */
big {
  font-size: 125%;
}

/* line 84, fc-default_core.scss */
figure {
  margin: 0;
}

/* line 85, fc-default_core.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 86, fc-default_core.scss */
iframe {
  max-width: 100%;
}

/* line 87, fc-default_core.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 88, fc-default_core.scss */
button, input {
  line-height: normal;
}

/* line 89, fc-default_core.scss */
table {
  table-layout: fixed;
}

/* Lists */
/* line 92, fc-default_core.scss */
ol, ul {
  margin: 0 0 0 1em;
  padding: 0 0 0 .5em;
}

/* line 93, fc-default_core.scss */
ol > li, ul > li {
  padding: 0 0 0 1em;
}

/* line 94, fc-default_core.scss */
ol > li {
  list-style: decimal;
}

/* line 95, fc-default_core.scss */
ul > li {
  list-style: disc;
}

/* line 96, fc-default_core.scss */
li:first-child {
  margin-top: 1em;
}

/* line 97, fc-default_core.scss */
li:last-child {
  margin-bottom: 1em;
}

/* line 98, fc-default_core.scss */
ol.upper-roman li {
  list-style-type: upper-roman;
}

/* line 99, fc-default_core.scss */
ul.plain, ul.plain > li {
  list-style: none;
  padding: 0;
  margin: .15em 0;
}

/* line 100, fc-default_core.scss */
ul.plain > li {
  margin: .5em 0;
  line-height: 1.15em;
}

/* line 101, fc-default_core.scss */
ul.plain.highMargin > li {
  margin: 1.25em 0;
}

/* line 102, fc-default_core.scss */
ul.no-list, ul.no-list > li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

/* Input */
/* line 105, fc-default_core.scss */
input,
input[type="text"],
input[type="search"],
input[type="submit"],
button,
select {
  border: 1px #ccc solid;
  background-color: #fff;
  padding: .15em .35em;
}

/* line 111, fc-default_core.scss */
input[type="submit"], input[type="button"], input[type="reset"], button {
  background: url("../images/bg_translucent-black-30.png");
  color: #fff;
  cursor: pointer;
}

/* line 112, fc-default_core.scss */
a.button, a.btn {
  display: inline-block;
}

/* Text Align */
/* line 115, fc-default_core.scss */
.center {
  text-align: center;
}

/* line 116, fc-default_core.scss */
.left {
  text-align: left;
}

/* line 117, fc-default_core.scss */
.right {
  text-align: right;
}

/* Alignment */
/* line 120, fc-default_core.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}

/* line 121, fc-default_core.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}

/* line 122, fc-default_core.scss */
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Float */
/* line 125, fc-default_core.scss */
.float-left {
  float: left;
}

/* line 126, fc-default_core.scss */
.float-right {
  float: right;
}

/* Images */
/* line 129, fc-default_core.scss */
img.border {
  border: 1px #ccc solid;
}

/* Text */
/* line 132, fc-default_core.scss */
.small {
  font-size: .85em;
}

/* line 133, fc-default_core.scss */
.big {
  font-size: 1.15em;
}

/* line 134, fc-default_core.scss */
.footnote {
  font-size: .9em;
  opacity: .5;
  clear: both;
}

/* line 135, fc-default_core.scss */
.red {
  color: red;
}

/* line 136, fc-default_core.scss */
.bold {
  font-weight: bold;
}

/* Clearing */
/* line 139, fc-default_core.scss */
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: '';
  display: table;
}

/* line 140, fc-default_core.scss */
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}

/* line 141, fc-default_core.scss */
.clear-both {
  clear: both;
}

/* Assistive/Hidden */
/* line 144, fc-default_core.scss */
.skip-link, .assistive-text, .hidden, .hide-me, .screen-reader-text {
  display: none !important;
}

/* Equalize */
/* line 147, fc-default_core.scss */
.equalize, div#main {
  content: "equalize";
  data: equalize;
}

/* Edit */
/* line 150, fc-default_core.scss */
p.edit-link {
  text-align: left;
}

/* line 151, fc-default_core.scss */
p.edit-link > a {
  font-size: 1em;
  padding: .25em .5em;
  background-color: #ddd;
  border-radius: 3px;
  color: #777;
}

/* line 152, fc-default_core.scss */
p.edit-link > a:hover {
  color: #eee;
  background-color: #999;
  text-decoration: none;
}

/* Layout */
/* line 155, fc-default_core.scss */
.site-width {
  width: 100%;
  float: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  clear: both;
}

/* Max Width theme setting */
/* line 158, fc-default_core.scss */
body.max-width {
  background-color: #f7f7f7;
}
/* line 160, fc-default_core.scss */
body.max-width #page-width {
  max-width: 1600px;
  margin: 0 auto 0;
}
/* line 164, fc-default_core.scss */
body.max-width #page-wrapper {
  width: 100%;
  float: left;
  border: 1px #eee solid;
  border-width: 0 1px;
  background-color: #fff;
}

/* line 173, fc-default_core.scss */
div#header-top {
  width: 100%;
  float: left;
  position: relative;
}

/* line 174, fc-default_core.scss */
div#header-top form p {
  font-size: .7em;
  margin: 0;
  width: 100%;
  clear: none;
  vertical-align: middle;
}

/* line 175, fc-default_core.scss */
hgroup.custom-header-text {
  text-align: center;
}

/* line 176, fc-default_core.scss */
h1#site-title a {
  color: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 177, fc-default_core.scss */
h1#site-title a:hover {
  color: inherit;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 178, fc-default_core.scss */
div#custom-logo {
  float: none;
  margin: 0 auto;
}

/* line 179, fc-default_core.scss */
div#custom-logo img {
  max-width: 100%;
}

/* line 180, fc-default_core.scss */
h2#site-description {
  margin: 0;
}

/* line 182, fc-default_core.scss */
header#branding, div#middle, div#main, footer#colophon {
  width: 100%;
  float: left;
}

/* line 184, fc-default_core.scss */
div#site-info, div#hosted-by {
  width: 100%;
  float: left;
  text-align: center;
  margin: 1em auto 0 auto;
}

/* div#site-info span {margin: 0 2px;} */
/* line 186, fc-default_core.scss */
div#site-info p {
  font-size: .7em;
  margin: .5em 0;
}

/* line 187, fc-default_core.scss */
div#site-info p.company-info > span {
  border-right-width: 1px;
  border-right-style: solid;
  padding: 0 .65em;
}

/* line 188, fc-default_core.scss */
div#site-info p.company-info > span:last-child {
  border: none;
}

/* line 189, fc-default_core.scss */
div#site-info a {
  color: inherit;
  font-weight: inherit;
}

/* body.home header.entry-header {display:none;} */
/*************************************************************************/
/* =Menu
-------------------------------------------------------------- */
/* line 198, fc-default_core.scss */
nav#top-nav {
  width: auto;
  float: right;
  position: relative;
  text-align: right;
}

/* line 199, fc-default_core.scss */
nav#middle-nav {
  float: left;
  position: relative;
  z-index: 999;
  text-align: center;
}

/* line 200, fc-default_core.scss */
nav#footer-access {
  float: left;
  width: 100%;
  position: relative;
  z-index: 999;
  text-align: center;
}

/* line 201, fc-default_core.scss */
nav.nav-menu ul, nav.nav-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 202, fc-default_core.scss */
nav.nav-menu li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: none;
  position: relative;
  line-height: normal;
}

/* line 203, fc-default_core.scss */
nav.nav-menu li > a {
  display: block;
}

/* line 206, fc-default_core.scss */
nav.nav-menu ul ul {
  display: none;
  width: 150px;
  text-align: left;
  position: absolute;
  left: 0;
  z-index: 9999;
}

/* line 207, fc-default_core.scss */
nav#footer-access ul ul {
  display: inline;
  position: static;
  width: auto;
}

/* line 208, fc-default_core.scss */
nav.nav-menu ul ul li {
  display: block;
  float: left;
  text-align: left;
  width: 100%;
  font-size: 1em;
}

/* line 209, fc-default_core.scss */
nav#footer-access ul ul {
  display: inline;
  float: none;
}

/* line 210, fc-default_core.scss */
nav#top-nav ul ul a, nav#middle-nav ul ul a {
  font-size: .85em;
  width: 85%;
  padding: .5em 7.5%;
}

/* line 211, fc-default_core.scss */
nav#top-nav ul ul a:hover, nav#middle-nav ul ul a:hover {
  text-decoration: none;
}

/* line 212, fc-default_core.scss */
nav#top-nav ul ul ul, nav#middle-nav ul ul ul {
  left: 100%;
  top: 0;
}

/* line 213, fc-default_core.scss */
nav#top-nav ul li.open > ul, nav#middle-nav ul li.open > ul {
  display: block;
}

/* line 214, fc-default_core.scss */
nav#top-nav .current-menu-item > a,
nav#top-nav .current-menu-ancestor > a,
nav#top-nav .current_page_item > a,
nav#top-nav .current_page_ancestor > a,
nav#middle-nav .current-menu-item > a,
nav#middle-nav .current-menu-ancestor > a,
nav#middle-nav .current_page_item > a,
nav#middle-nav .current_page_ancestor > a {
  font-weight: inherit;
}

/* line 224, fc-default_core.scss */
body.mobile-side-nav a.toggle-mobile {
  display: none;
}

/* line 227, fc-default_core.scss */
#mobile-more-links {
  display: none;
  float: right;
  padding: 0.5em 1em;
  font-size: 0.75em;
  cursor: pointer;
  margin: 0 !important;
}

/* line 238, fc-default_core.scss */
nav#middle-nav li.mobile {
  display: none;
}

/* =Content
----------------------------------------------- */
/* line 242, fc-default_core.scss */
section#primary {
  width: 95%;
  padding: 2.5%;
  float: left;
}

/* line 243, fc-default_core.scss */
section#secondary {
  width: 30%;
  padding: 2.5%;
  float: left;
}

/* =Widgets
----------------------------------------------- */
/* line 249, fc-default_core.scss */
aside.widget {
  width: 90%;
  float: left;
  clear: both;
  padding: 5%;
  margin: 0 0 1em 0;
  background-color: inherit;
  border-radius: 5px;
  border: none;
}

/* line 250, fc-default_core.scss */
aside.widget:last-child {
  margin: 0;
}

/* line 251, fc-default_core.scss */
aside.widget ul, aside.widget ol {
  margin: 0;
  padding: 0;
}

/* line 252, fc-default_core.scss */
aside.widget li {
  list-style: none;
  margin: 0;
  padding: .75em 0;
  border-bottom: 1px #ccc solid;
}

/* line 253, fc-default_core.scss */
aside.widget li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 254, fc-default_core.scss */
aside.widget h3.widget-title {
  width: 101%;
  border-radius: 5px 5px 0 0;
  margin: -5.5% -5.5% .5em;
  padding: 2% 5%;
  font-size: 1.35em;
}

/* line 255, fc-default_core.scss */
aside.widget select, aside.widget input {
  max-width: 100%;
}

/* Entry Footer */
/* line 258, fc-default_core.scss */
footer.entry-meta {
  width: 100%;
  float: left;
}

/* line 259, fc-default_core.scss */
footer.entry-meta p.read-more {
  text-align: right;
}

/* =Search
----------------------------------------------- */
/* line 264, fc-default_core.scss */
form.search-form p {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 265, fc-default_core.scss */
body.search-results article h1.entry-title {
  font-size: 1.25em;
  margin: 0;
}

/* line 266, fc-default_core.scss */
body.search-results article {
  padding: 1em 0;
  float: left;
  width: 100%;
}

/* line 267, fc-default_core.scss */
body.search-results article:last-child {
  border-bottom: none;
}

/* line 268, fc-default_core.scss */
body.search-results p.posted-on {
  font-size: .75em;
  font-style: italic;
  margin: 0em;
}

/* line 269, fc-default_core.scss */
body.search-results footer.entry-meta {
  margin-top: 0;
}

/* line 271, fc-default_core.scss */
div#fc-search-results > ul {
  width: 100%;
}

/* Paging */
/* line 274, fc-default_core.scss */
p.fc-paging {
  display: block;
  width: 97%;
  float: left;
  clear: both;
  position: relative;
  text-align: center;
  margin: 0;
  padding: .5em 1.5%;
  margin-top: .75em;
  font-size: .85em;
}

/* line 275, fc-default_core.scss */
p.fc-paging a {
  color: inherit;
}

/* line 276, fc-default_core.scss */
p.fc-paging a:hover {
  color: #777;
  text-decoration: none;
}

/* line 277, fc-default_core.scss */
span.fc-paging-previous, span.fc-paging-next {
  cursor: default;
  display: block;
  color: inherit;
  font-weight: bold;
}

/* line 278, fc-default_core.scss */
span.fc-paging-previous {
  float: left;
  margin-left: .5em;
}

/* line 279, fc-default_core.scss */
span.fc-paging-next {
  float: right;
  margin-right: .5em;
}

/* line 280, fc-default_core.scss */
span.fc-paging-arrow {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  width: 1.25em;
  height: 1.25em;
  line-height: 1.25;
  border-radius: .625em;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  color: inherit;
  background-color: #fff;
  font-weight: bold;
}

/* line 281, fc-default_core.scss */
span.fc-paging-previous span.fc-paging-arrow {
  margin-right: .5em;
}

/* line 282, fc-default_core.scss */
span.fc-paging-next span.fc-paging-arrow {
  margin-left: .5em;
}

/* Slideshow
----------------------------------------------- */
/* line 286, fc-default_core.scss */
div#slide-wrapper {
  float: left;
  overflow: hidden;
}

/* line 287, fc-default_core.scss */
div.flexslider {
  background: none;
  border: 1px #ccc solid;
  border-radius: 0px;
  box-shadow: none;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* line 288, fc-default_core.scss */
div.flexslider ul, div.flexslider ol, div.flexslider li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0;
}

/* line 289, fc-default_core.scss */
ol.flex-control-nav {
  list-style: none;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

/* line 290, fc-default_core.scss */
ol.flex-control-nav > li {
  display: block;
  float: left;
  margin: 0 .25em;
}

/* line 291, fc-default_core.scss */
ol.flex-control-nav > li > a {
  cursor: pointer;
  display: block;
  width: .75em;
  height: .75em;
  background-color: #000;
  text-indent: -99999px;
  opacity: .65;
  border: 1px #aaa solid;
}

/* line 292, fc-default_core.scss */
ol.flex-control-nav > li > a.flex-active {
  background-color: #fff;
}

/* line 293, fc-default_core.scss */
ul.flex-direction-nav {
  list-style-type: none;
}

/* line 294, fc-default_core.scss */
ul.flex-direction-nav a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 3.5em;
  height: 3.5em;
  top: 43%;
  margin: 0;
  opacity: 1;
  position: absolute;
  z-index: 1;
  background: url("../images/slide-arrows.png") no-repeat;
}

/* line 307, fc-default_core.scss */
ul.flex-direction-nav a.flex-prev {
  left: 0;
  background-position: 50% -92px;
}

/* line 308, fc-default_core.scss */
ul.flex-direction-nav a.flex-next {
  right: 0;
  background-position: 50% 8px;
}

/* line 309, fc-default_core.scss */
ul.flex-direction-nav a.flex-prev:focus, ul.flex-direction-nav a.flex-next:focus {
  outline: none;
}

/* line 310, fc-default_core.scss */
ul.flex-direction-nav li {
  list-style-type: none;
}

/* line 311, fc-default_core.scss */
ul.slides > li {
  position: relative;
}

/* line 312, fc-default_core.scss */
ul.slides p {
  position: absolute;
  left: 0;
  bottom: 6px;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 300px;
  background: url("../images/bg_translucent-black.png") 0 0 repeat;
  color: #fff;
  font-size: 12px;
  line-height: normal;
  padding: 5px 7px;
  text-shadow: 1px 0 1px #000;
}

/* Photo Gallery (w/ Fancybox Plugin) */
/* line 315, fc-default_core.scss */
dl.gallery-item, dt.gallery-icon {
  display: block;
  float: left;
}

/* line 316, fc-default_core.scss */
dl.gallery-item {
  width: auto !important;
  margin: .5em;
}

/* =Comments
----------------------------------------------- */
/* line 320, fc-default_core.scss */
div#comments {
  width: 100%;
  float: left;
  margin-top: 1em;
}

/* line 321, fc-default_core.scss */
#respond {
  width: auto;
}

/* =Oomph Calendar
----------------------------------------------- */
/* line 329, fc-default_core.scss */
.post-type-archive-oomph-calendar .event-date,
.single-oomph-calendar .event-date {
  display: block;
  font-weight: bold;
}

/* =AddThis
----------------------------------------------- */
/* line 337, fc-default_core.scss */
.addthis_32x32_style .addthis_counter.addthis_bubble_style {
  width: 60px !important;
}

/* =Twitter Widget Overrides
----------------------------------------------- */
/* line 344, fc-default_core.scss */
.twtr-profile-img {
  position: absolute;
}

/* =Content
----------------------------------------------- */
/* line 352, fc-default_core.scss */
.hentry {
  margin: 0 0 1em;
}

/*
.byline,
.updated {
    display: none;
}*/
/* line 360, fc-default_core.scss */
.single .byline,
.group-blog .byline {
  display: inline;
}

/* line 365, fc-default_core.scss */
.page-links {
  clear: both;
  margin: 0 0 1em;
}

/* =Asides
----------------------------------------------- */
/* line 374, fc-default_core.scss */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */
/* line 383, fc-default_core.scss */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* line 391, fc-default_core.scss */
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}

/* line 396, fc-default_core.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

/* line 401, fc-default_core.scss */
.wp-caption-text {
  text-align: center;
}

/* line 404, fc-default_core.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 407, fc-default_core.scss */
.site-main .gallery {
  margin-bottom: 1.5em;
}

/* line 412, fc-default_core.scss */
.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

/* line 417, fc-default_core.scss */
.site-main .gallery dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */
/* line 426, fc-default_core.scss */
embed, iframe, object {
  max-width: 100%;
}

/* =Navigation
----------------------------------------------- */
/* line 432, fc-default_core.scss */
.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}

/* line 436, fc-default_core.scss */
[class*="navigation"] .nav-previous {
  float: left;
  width: 50%;
}

/* line 440, fc-default_core.scss */
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* Pull Quotes */
/* line 447, fc-default_core.scss */
div.pullquote {
  display: block;
  font-size: .875em;
  width: 12em;
  padding: 1.25em;
  text-align: left;
  line-height: 1.35em;
}

/* line 448, fc-default_core.scss */
div.pullquote p {
  font-size: 1em;
}

/* line 449, fc-default_core.scss */
div.pullquote.right {
  float: right;
  margin: 1em 0 1em 1em;
  clear: right;
}

/* line 450, fc-default_core.scss */
div.pullquote.left {
  float: left;
  margin: 0 2em 1em 0;
  clear: left;
}

/* line 451, fc-default_core.scss */
div.pullquote.plain {
  width: 14.5em;
  padding: 0;
  font-style: normal;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

/* line 452, fc-default_core.scss */
div.pullquote.plain.right {
  margin: 0 0 1em 1.5em;
}

/* line 453, fc-default_core.scss */
div.pullquote.plain.left {
  margin: 0 1.5em 1em 0;
}

/* line 454, fc-default_core.scss */
div.pullquote div.pullquote {
  width: 100%;
  padding: 0;
  margin: 1em 0;
}

/* line 455, fc-default_core.scss */
div.pullquote.plain p {
  font-size: 1em;
  line-height: normal;
}

/*div.pullquote + p {margin-top:0;}*/
/* line 457, fc-default_core.scss */
* + div.pullquote {
  margin-top: 1em;
}

/* Image Shortcode */
/* line 460, fc-default_core.scss */
span.fc-image-wrapper {
  display: block;
  display: inline-block;
  width: auto;
  position: relative;
}

/* line 461, fc-default_core.scss */
div.pullquote span.fc-image-wrapper {
  margin-bottom: 0;
  text-align: center;
}

/* FC Collapse */
/* line 464, fc-default_core.scss */
div.fc-collapse-content {
  display: none;
}

/* line 465, fc-default_core.scss */
div.fc-collapse-content.open {
  display: inline;
}

/* line 466, fc-default_core.scss */
.fc-collapse-open > div.fc-collapse-content {
  display: inline;
}

/* line 467, fc-default_core.scss */
.fc-collapse-closed > div.fc-collapse-content {
  display: none;
}

/* line 468, fc-default_core.scss */
.fc-collapse-header {
  cursor: pointer;
}

/* FC Expand List */
/* line 471, fc-default_core.scss */
.expand-list li,
.top-list li {
  display: none;
}
/* line 474, fc-default_core.scss */
.expand-list li.initial,
.top-list li.initial {
  display: list-item;
}

/* To Top button */
/* line 478, fc-default_core.scss */
div#fc-to-top {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 2.5em;
  font-family: 'FontAwesome';
}

/* Fancybox Images */
/* line 489, fc-default_core.scss */
a.fancy-image {
  position: relative;
}

/* line 490, fc-default_core.scss */
div.fancybox-title a.fancy-image {
  display: none;
}

/*div.pullquote a.fancy-image:before {content:"";display:block;width:14px;height:14px;position:absolute;bottom:3px;right:3px;background:url("/wp-content/themes/fc-default/images/icon_maximize.png") 0 0 no-repeat;}*/
/* Loading */
/* line 494, fc-default_core.scss */
.fc-ajax-loading {
  position: relative;
  opacity: .5;
}
/* line 497, fc-default_core.scss */
.fc-ajax-loading::before {
  content: '\f110';
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  display: block;
  font-family: 'FontAwesome';
  color: #000;
  font-size: 90px;
  position: absolute;
  top: 50%;
  top: calc(50% - 50px);
  right: 50%;
  right: calc(50% - 50px);
  z-index: 9999;
  text-shadow: -1px -1px 2px rgba(255, 255, 255, 0.3);
}
/* line 514, fc-default_core.scss */
.fc-ajax-loading.fc-loading-white::before {
  color: #fff;
  text-shadow: -1px -1px 2px black;
}

/* Tooltip */
/* line 522, fc-default_core.scss */
span.fc-tooltip {
  z-index: 99999;
  display: block;
  position: absolute;
  right: 0;
  left: -11.75rem;
  top: 3rem;
  width: 25rem;
}

/* line 531, fc-default_core.scss */
span.fc-tooltip-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #eee;
  color: #000;
  font-size: 1rem;
  padding: 1rem;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  margin-top: -1.25em;
  line-height: 1.5rem;
  font-family: "Open Sans", Helvetica, arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
}

/* line 549, fc-default_core.scss */
span.fc-tooltip:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 999999;
  bottom: auto;
  left: calc(50% - .85rem);
  width: 0;
  height: 0;
  border: 1px solid transparent;
  border-width: 0 .7rem .7rem .7rem;
  border-radius: 0;
  border-bottom-color: #eee;
  top: -1.9rem;
}

/* line 566, fc-default_core.scss */
.fc-tooltip-icon {
  position: relative;
}
/* line 568, fc-default_core.scss */
.fc-tooltip-icon:before {
  font-family: 'FontAwesome';
  content: '\f05a';
  margin-left: 0.2rem;
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  line-height: 100%;
  cursor: pointer;
}

/* More */
/* line 582, fc-default_core.scss */
.fc-more {
  display: block;
  width: 100%;
  clear: both;
}
/* line 586, fc-default_core.scss */
.fc-more.closed {
  display: none;
}

/* Tabs */
/* line 590, fc-default_core.scss */
.tab {
  display: none;
}

/* line 591, fc-default_core.scss */
.tab.active {
  display: block;
}

/* line 592, fc-default_core.scss */
ul.tabs-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5em 0;
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

/* line 593, fc-default_core.scss */
ul.tabs-nav > li {
  list-style: none;
  display: block;
  float: left;
  padding: .25em 1em;
  margin: 0;
  cursor: pointer;
}

/* line 594, fc-default_core.scss */
ul.tabs-nav > li:first-child {
  margin: 0;
}

/* line 595, fc-default_core.scss */
ul.tabs-nav > li.active {
  cursor: default;
}

/* line 596, fc-default_core.scss */
.tabs-placeholder {
  display: inline-block;
}

/* Tabs into dropdown */
/* line 599, fc-default_core.scss */
span#selected-tab {
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.5em 2em 0.5em 1em;
  border: 1px solid #ccc;
  position: relative;
  z-index: 1000;
}
/* line 609, fc-default_core.scss */
span#selected-tab:after {
  content: "\f078";
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5em;
}

/* line 618, fc-default_core.scss */
ul.tabs-nav.dropdown {
  display: none;
  background: #fff;
  border: 1px solid #ccc;
  margin: 0;
  width: auto;
  position: relative;
  z-index: 1001;
}
/* line 626, fc-default_core.scss */
ul.tabs-nav.dropdown.active {
  display: block;
  position: absolute;
}
/* line 630, fc-default_core.scss */
ul.tabs-nav.dropdown > li, ul.tabs-nav.dropdown a {
  display: block;
  float: none;
}
/* line 633, fc-default_core.scss */
ul.tabs-nav.dropdown > li + li, ul.tabs-nav.dropdown a + li {
  margin-left: 0;
}
/* line 635, fc-default_core.scss */
ul.tabs-nav.dropdown > li {
  padding: 0;
}
/* line 637, fc-default_core.scss */
ul.tabs-nav.dropdown > li:hover {
  background-color: #ececec;
}
/* line 640, fc-default_core.scss */
ul.tabs-nav.dropdown > li.active,
ul.tabs-nav.dropdown > li a {
  padding: 0.5em 1em;
}

/* Share Bar */
/* line 649, fc-default_core.scss */
div#fc-share-bar-wrapper {
  position: absolute;
  top: 10em;
  left: 0;
  z-index: 100;
}
/* line 654, fc-default_core.scss */
div#fc-share-bar-wrapper::after {
  content: "";
  display: block;
  width: 1.65em;
  height: 1.65em;
  box-sizing: border-box;
  cursor: pointer;
  background: url("../images/share-icon.svg") #fff 0.2em 0.2em no-repeat;
  background-size: 3.75em 1.1875em;
  position: absolute;
  top: calc(50% - (1.65em / 2));
  right: -1.65em;
  border: 1px #ccc solid;
  border-width: 1px 1px 1px 0;
}

/* line 671, fc-default_core.scss */
div#fc-share-bar {
  width: 0;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 1.65em;
  border: 1px #ccc solid;
  border-width: 1px 0 1px 0;
  background-color: #fff;
  /*box-shadow: 3px 3px 3px rgba(0,0,0,.25);*/
}
/* line 679, fc-default_core.scss */
div#fc-share-bar > ul, div#fc-share-bar > ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
/* line 685, fc-default_core.scss */
div#fc-share-bar > ul > li {
  float: left;
  width: 1em;
  height: 1em;
  margin: .25em;
  box-sizing: content-box;
}
/* line 692, fc-default_core.scss */
div#fc-share-bar.large > ul > li {
  width: 1.9em;
  height: 1.9em;
}
/* line 696, fc-default_core.scss */
div#fc-share-bar span {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block !important;
  background-size: contain;
  background-position: 50% 50%;
}

/* line 706, fc-default_core.scss */
.stButton {
  cursor: pointer;
}

/* line 707, fc-default_core.scss */
.stButton .chicklets {
  text-indent: -99999px;
  background-size: cover;
  border: 1px #ccc solid;
  border-radius: 4px;
}

/* line 708, fc-default_core.scss */
.stButton .stLarge {
  border-radius: .5em;
}

/* Storify */
/* line 711, fc-default_core.scss */
div.storify {
  width: 100%;
  height: 30em;
  border: 1px #ccc solid;
  overflow: hidden;
}

/* line 712, fc-default_core.scss */
div.storify > iframe {
  width: 100%;
  height: 30em;
}

/* Flickr & YouTube Gallery */
/* line 715, fc-default_core.scss */
div.flickr-gallery, div.youtube-gallery {
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}

/* line 717, fc-default_core.scss */
a.flickr-thumbnail, a.youtube-thumbnail {
  position: relative;
  display: inline-block;
  margin: 0 .25em;
}

/* line 722, fc-default_core.scss */
a.youtube-thumbnail:before {
  content: "";
  display: none;
  background: url("../images/play.png") 50% 50% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 90px;
}

/* line 732, fc-default_core.scss */
a.youtube-thumbnail:hover:before {
  display: block;
}

/* fc_video Archive */
/* line 735, fc-default_core.scss */
body.post-type-archive-fc_video section#primary {
  text-align: center;
}

/* line 736, fc-default_core.scss */
article.fc_video {
  display: inline-block;
  margin: .75em;
  vertical-align: top;
}

/* line 741, fc-default_core.scss */
article.fc_video a.youtube-thumbnail {
  width: 16em;
  height: 9em;
}

/* line 745, fc-default_core.scss */
article.fc_video a.youtube-thumbnail img {
  width: 100%;
  height: 100%;
}

/* line 749, fc-default_core.scss */
article.fc_video a.youtube-thumbnail:before {
  width: 16em;
  height: 9em;
}

/* Design Presentations */
/* line 755, fc-default_core.scss */
body.single-fc_design {
  background-color: #222 !important;
}

/* line 756, fc-default_core.scss */
body.single-fc_design header#main-header,
body.single-fc_design header.entry-header,
body.single-fc_design section#secondary,
body.single-fc_design div#footer-wrapper {
  display: none;
}

/* line 760, fc-default_core.scss */
body.single-fc_design section#primary, body.single-fc_design article.hentry {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* line 762, fc-default_core.scss */
ul#design-presentation, ul#design-presentation > li, ul#design-nav, ul#design-nav > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 763, fc-default_core.scss */
ul#design-presentation > li {
  text-align: center;
  display: none;
}

/* line 764, fc-default_core.scss */
ul#design-presentation > li.presentation-active {
  display: block;
}

/* line 765, fc-default_core.scss */
ul#design-presentation > li > img {
  max-width: 100% !important;
  cursor: pointer;
}

/* line 767, fc-default_core.scss */
ul#design-nav {
  min-width: 1.5em;
  max-width: 10em;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 768, fc-default_core.scss */
ul#design-nav > li {
  text-align: left;
  font-family: Arial;
  font-size: .75em;
  color: #ddd;
  padding: 5px;
  border: 1px #222 solid;
  border-width: 0 1px 1px 0;
  background-color: #555;
  cursor: pointer;
}

/* line 769, fc-default_core.scss */
ul#design-nav > li:hover, ul#design-nav > li#presentation-active-nav {
  background-color: #fff;
  color: #555;
}

/* line 771, fc-default_core.scss */
ul#design-nav > li#nav-toggle {
  width: 1em;
  height: 1em;
  position: relative;
}

/* line 772, fc-default_core.scss */
ul#design-nav > li#nav-toggle:before {
  content: '';
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 773, fc-default_core.scss */
ul#design-nav > li#nav-toggle.hide:before {
  content: '\25b2';
}

/* line 774, fc-default_core.scss */
ul#design-nav > li#nav-toggle.show {
  opacity: .4;
}

/* line 775, fc-default_core.scss */
ul#design-nav > li#nav-toggle.show:before {
  content: '\25BC';
}

/* Disabled Things */
/* line 778, fc-default_core.scss */
a.disabled, a.disabled:hover,
li.disabled a, li.disabled a:hover {
  opacity: .5 !important;
  cursor: default;
  color: #999 !important;
}

/* line 780, fc-default_core.scss */
input.disabled, input.disabled:hover, button.disabled, button.disabled:hover {
  background-color: #D2D2D2;
  cursor: pointer;
}

/* Reports */
/* line 784, fc-default_core.scss */
ul.reports-list {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
/* line 789, fc-default_core.scss */
ul.reports-list li.report-block {
  list-style-type: none;
  width: 17%;
  padding: 0;
  margin: 0 3.75% 2em 0;
  float: left;
}
/* line 795, fc-default_core.scss */
ul.reports-list li.report-block:nth-child(5n) {
  margin-right: 0;
}
/* line 796, fc-default_core.scss */
ul.reports-list li.report-block:nth-child(5n+1) {
  clear: both;
}

/* Reports Listing page */
/* line 802, fc-default_core.scss */
body.fc_report #search-results-statement {
  margin-left: 1%;
}
/* line 805, fc-default_core.scss */
body.fc_report #search-sort-by-wrapper {
  margin-right: 1%;
}
/* line 808, fc-default_core.scss */
body.fc_report #search-results-wrapper {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}

/* line 814, fc-default_core.scss */
.report-block,
.resource-block {
  width: 23%;
  margin: 0 1% 2% 1%;
  padding: 1em;
  float: left;
}

/* Report Single */
/* line 823, fc-default_core.scss */
article.fc_report {
  margin: 0 0 2em;
}
/* line 825, fc-default_core.scss */
article.fc_report .report-left {
  float: left;
  width: 20%;
}
/* line 828, fc-default_core.scss */
article.fc_report .report-left .report-cover-image {
  margin-bottom: 0.25em;
}
/* line 831, fc-default_core.scss */
article.fc_report .report-left #report-rights-notice {
  font-size: 0.813em;
  margin-bottom: 2em;
}
/* line 835, fc-default_core.scss */
article.fc_report .report-left a.download {
  text-align: center;
  padding: 0.5em;
  width: 100%;
  display: block;
}
/* line 840, fc-default_core.scss */
article.fc_report .report-left a.download span.icon-download {
  font-size: 0.8em;
  display: inline-block;
  line-height: 100%;
}
/* line 844, fc-default_core.scss */
article.fc_report .report-left a.download span.icon-download:before {
  vertical-align: top;
}
/* line 848, fc-default_core.scss */
article.fc_report .report-left div.issuelab {
  text-align: center;
}
/* line 850, fc-default_core.scss */
article.fc_report .report-left div.issuelab span.issuelab-logo {
  display: inline-block;
  background-image: url("../images/sprite-issuelab-logo.svg");
  background-repeat: no-repeat;
  background-size: 30.831em 4.329em;
  background-position: 0 0;
  margin: 0.35em 0 0;
  text-indent: -9999px;
  max-width: 100%;
  height: 4.45em;
  width: 75%;
}
/* line 862, fc-default_core.scss */
article.fc_report .report-middle {
  float: left;
  width: 56%;
  margin: 0 2%;
}
/* line 867, fc-default_core.scss */
article.fc_report .report-right {
  float: left;
  width: 20%;
}
/* line 870, fc-default_core.scss */
article.fc_report .report-right .report-details-wrapper {
  padding: 1em 0;
}
/* line 872, fc-default_core.scss */
article.fc_report .report-right .report-details-wrapper p.details {
  font-size: 1em;
  padding: 1em;
  margin: 0;
  text-align: center;
}
/* line 877, fc-default_core.scss */
article.fc_report .report-right .report-details-wrapper p.details span.report-meta-label {
  display: block;
}
/* line 878, fc-default_core.scss */
article.fc_report .report-right .report-details-wrapper p.details span.report-meta-label {
  display: inline-block;
}
/* line 881, fc-default_core.scss */
article.fc_report .report-right .report-details-wrapper p.details span.report-meta-details {
  display: block;
  margin-top: 0.25em;
}
/* line 887, fc-default_core.scss */
article.fc_report .report-right p.share-report {
  margin-bottom: 0;
}
/* line 888, fc-default_core.scss */
article.fc_report .report-right textarea.report-link {
  width: 100%;
}

/* line 897, fc-default_core.scss */
a.remove-criteria {
  font-weight: bold;
  font-size: 1.15em;
  padding-right: .25em;
}
/* line 901, fc-default_core.scss */
a.remove-criteria::after {
  font-family: 'FontAwesome';
  content: '\f00d';
  position: relative;
  top: -3px;
  right: -3px;
  font-size: 1.15em;
}

/* line 910, fc-default_core.scss */
p#search-clear {
  display: inline-block;
  float: left;
  margin: 1.18em 2em 1.18em 0;
  font-size: .85em;
  opacity: .7;
  line-height: 1.75em;
}

/* line 918, fc-default_core.scss */
p#search-results-statement {
  float: left;
  margin: 1em 0;
}

/* line 923, fc-default_core.scss */
div.fc-search-filters {
  width: 100%;
}
/* line 925, fc-default_core.scss */
div.fc-search-filters li {
  font-size: 1.125em;
}
/* line 926, fc-default_core.scss */
div.fc-search-filters ul.search-filter-list {
  margin: 0;
  padding: 0;
}
/* line 929, fc-default_core.scss */
div.fc-search-filters ul.search-filter-list li {
  margin: 1em;
  padding: 0;
  list-style-type: none;
}

/* line 940, fc-default_core.scss */
div.fc-search-filters .fc-choose-filter {
  display: none;
  text-align: center;
}
/* line 944, fc-default_core.scss */
div.fc-search-filters .fc-selected-filter {
  display: none !important;
  cursor: pointer;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.75em 1em;
  border: 1px solid #ccc;
  background: #fff;
  position: relative;
  z-index: 1000;
}
/* line 957, fc-default_core.scss */
div.fc-search-filters .fc-selected-filter:after {
  content: "\f078";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0.65em;
  right: 0.5em;
  line-height: 130%;
  font-size: 1em;
}

/* line 971, fc-default_core.scss */
.select-dropdown {
  width: 19.5%;
  display: inline-block;
}
/* line 974, fc-default_core.scss */
.select-dropdown div.dropdown-wrapper {
  position: relative;
}
/* line 975, fc-default_core.scss */
.select-dropdown ul.dropdown {
  display: none;
}
/* line 976, fc-default_core.scss */
.select-dropdown.open ul.dropdown {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0;
  margin: 0;
  z-index: 1001;
  border: 1px solid #ccc;
  max-height: 20em;
  overflow-y: auto;
}
/* line 989, fc-default_core.scss */
.select-dropdown.open ul.dropdown li {
  list-style-type: none;
  display: block;
  width: 100%;
  font-size: 1em;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
/* line 997, fc-default_core.scss */
.select-dropdown.open ul.dropdown li a {
  color: #666;
}
/* line 1000, fc-default_core.scss */
.select-dropdown.open ul.dropdown li.active span,
.select-dropdown.open ul.dropdown li a {
  display: block;
  width: 100%;
  padding: .25em 1em;
}
/* line 1006, fc-default_core.scss */
.select-dropdown.open ul.dropdown li:hover, .select-dropdown.open ul.dropdown li.active span {
  background: #666;
  color: #fff;
}
/* line 1012, fc-default_core.scss */
.select-dropdown.open ul.dropdown li:hover a {
  color: #fff;
}
/* line 1016, fc-default_core.scss */
.select-dropdown span.select-label {
  font-weight: bold;
  padding-bottom: 0.25em;
  display: block;
}
/* line 1021, fc-default_core.scss */
.select-dropdown span.selected-item {
  width: 100%;
  padding: 0.25em 3em 0.25em 1em;
  border: 1px solid #ccc;
  position: relative;
  display: inline-block;
  background: #fff;
  cursor: pointer;
}
/* line 1029, fc-default_core.scss */
.select-dropdown span.selected-item:after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '\f078';
  font-family: 'FontAwesome';
  margin-right: 0.5em;
  color: #ccc;
}

/* line 1044, fc-default_core.scss */
.select-dropdown.checkboxes.open ul.dropdown li:not(.all) {
  padding: 0.25em 1em;
  display: flex;
}
/* line 1047, fc-default_core.scss */
.select-dropdown.checkboxes.open ul.dropdown li:not(.all) input {
  flex: none;
  height: 1.65em;
  width: 1em;
}
/* line 1052, fc-default_core.scss */
.select-dropdown.checkboxes.open ul.dropdown li:not(.all) span.field-label {
  padding-left: .5em;
}
/* line 1055, fc-default_core.scss */
.select-dropdown.checkboxes.open ul.dropdown li:not(.all) span.field-label, .select-dropdown.checkboxes.open ul.dropdown li:not(.all) label {
  transition: none;
}

/* line 1060, fc-default_core.scss */
div#search-results-wrapper {
  display: inline-block;
  width: 100%;
  clear: both;
}

/* line 1067, fc-default_core.scss */
div#search-sort-by-wrapper {
  float: right;
  clear: right;
  margin: 1em 0 1em 0;
  width: 16em;
}
/* line 1072, fc-default_core.scss */
div#search-sort-by-wrapper span.selected-item, div#search-sort-by-wrapper ul.dropdown {
  width: 10em;
}
/* line 1073, fc-default_core.scss */
div#search-sort-by-wrapper ul.dropdown {
  right: 0;
  left: auto;
}

/* line 1078, fc-default_core.scss */
div#label-wrapper {
  display: flex;
  align-items: center;
}

/* line 1082, fc-default_core.scss */
span#search-sort-by-label {
  display: inline-block;
  white-space: nowrap;
  margin-right: 1em;
  padding: 0;
  width: 5em;
  text-align: right;
}

/* Calendar */
/* line 1092, fc-default_core.scss */
p.view-buttons {
  float: right;
}
/* line 1094, fc-default_core.scss */
p.view-buttons a {
  display: inline-block;
}
/* line 1096, fc-default_core.scss */
p.view-buttons a span {
  display: none;
}
/* line 1099, fc-default_core.scss */
p.view-buttons a i.fa {
  padding: 0.25em;
  width: auto;
  display: block;
}
/* line 1104, fc-default_core.scss */
p.view-buttons a:hover i {
  color: #fff;
  background-color: #000;
  opacity: 1;
}
/* line 1109, fc-default_core.scss */
p.view-buttons a.active i {
  color: #fff;
  background-color: #000;
}

/* line 1117, fc-default_core.scss */
#fc-calendar table {
  width: 100%;
  font-size: 0.95em;
}
/* line 1121, fc-default_core.scss */
#fc-calendar th, #fc-calendar td {
  width: 14.28%;
  padding: 0.65em;
  vertical-align: top;
}
/* line 1126, fc-default_core.scss */
#fc-calendar th {
  color: #fff;
  background-color: #000;
}
/* line 1130, fc-default_core.scss */
#fc-calendar td {
  font-size: 0.95em;
  border: 1px solid #ccc;
  overflow: visible;
}
/* line 1135, fc-default_core.scss */
#fc-calendar ul, #fc-calendar li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/* line 1140, fc-default_core.scss */
#fc-calendar span.calendar-day {
  display: block;
  height: 1.25em;
  font-size: 1.25em;
  font-weight: bold;
}
/* line 1147, fc-default_core.scss */
#fc-calendar header#fc-calendar-month {
  margin-bottom: 1.5em;
  text-align: center;
}
/* line 33, _mixins.scss */
#fc-calendar header#fc-calendar-month:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 1151, fc-default_core.scss */
#fc-calendar header#fc-calendar-month h1 {
  display: inline-block;
  position: relative;
  margin: 0;
}
/* line 1155, fc-default_core.scss */
#fc-calendar header#fc-calendar-month h1 a {
  font-size: 0.5em;
  font-weight: bold;
  position: relative;
  top: -0.25em;
  margin: 0 1em;
  cursor: pointer;
}
/* line 1165, fc-default_core.scss */
#fc-calendar ul.calendar-content {
  min-height: 7em;
}
/* line 1167, fc-default_core.scss */
#fc-calendar ul.calendar-content li {
  border: 0;
  display: block;
  margin-bottom: 1em;
}
/* line 1172, fc-default_core.scss */
#fc-calendar ul.calendar-content header {
  width: 100%;
  display: block;
}
/* line 1176, fc-default_core.scss */
#fc-calendar ul.calendar-content h1 {
  font-size: 1.25em;
}
/* line 1179, fc-default_core.scss */
#fc-calendar ul.calendar-content aside {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
}
/* line 1185, fc-default_core.scss */
#fc-calendar ul.calendar-content aside i {
  display: none;
}
/* line 1188, fc-default_core.scss */
#fc-calendar ul.calendar-content aside span {
  margin: 0;
}

/* line 1196, fc-default_core.scss */
.leaflet-container {
  background: rgba(255, 0, 0, 0) !important;
}

/*TIMELINE*/
/* line 1202, fc-default_core.scss */
body.timeline article {
  padding: 0;
  float: none;
  width: auto;
}
/* line 1207, fc-default_core.scss */
body.timeline #content .entry-content,
body.timeline #search-wrapper {
  padding: 0;
}
/* line 1211, fc-default_core.scss */
body.timeline #search-wrapper {
  display: flex;
  /*ERA MENU*/
}
/* line 1213, fc-default_core.scss */
body.timeline #search-wrapper #search-results-wrapper {
  margin-left: 0;
  width: 100%;
}
/* line 1218, fc-default_core.scss */
body.timeline #search-wrapper section#timeline-menu {
  width: 25%;
  flex-shrink: 0;
  margin-bottom: 3em;
}
/* line 1223, fc-default_core.scss */
body.timeline #search-wrapper section#timeline-content {
  width: 75%;
}
/* line 69, _mixins.scss */
body.timeline #search-wrapper .fc-search-filters ul {
  margin: 0;
  padding: 0;
}
/* line 72, _mixins.scss */
body.timeline #search-wrapper .fc-search-filters ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 1231, fc-default_core.scss */
body.timeline #search-wrapper .fc-search-filters ul.search-filter-list li {
  margin: 0 0 2em;
  font-size: 100%;
  position: relative;
}
/* line 1235, fc-default_core.scss */
body.timeline #search-wrapper .fc-search-filters ul.search-filter-list li a {
  display: block;
  padding: 1.5em;
  position: relative;
  transition: background 0.5s, color 0.5s;
  position: relative;
}
/* line 90, _mixins.scss */
body.timeline #search-wrapper .fc-search-filters ul.search-filter-list li a * {
  position: relative;
  z-index: 1;
}
/* line 94, _mixins.scss */
body.timeline #search-wrapper .fc-search-filters ul.search-filter-list li a:before {
  display: block;
  position: absolute;
  height: 100%;
  content: '';
  width: 100%;
  background: white;
  opacity: 0.5;
  z-index: 0;
  top: 0;
  right: 0;
  -webkit-transition: opacity ease 0.5s;
  -moz-transition: opacity ease 0.5s;
  -ms-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
/* line 1241, fc-default_core.scss */
body.timeline #search-wrapper .fc-search-filters ul.search-filter-list li a:hover {
  text-decoration: none;
}
/* line 1243, fc-default_core.scss */
body.timeline #search-wrapper .fc-search-filters ul.search-filter-list li a:hover::before {
  display: none;
}
/* line 1248, fc-default_core.scss */
body.timeline #search-wrapper .fc-search-filters ul.search-filter-list li .description {
  display: none;
}
/* line 1251, fc-default_core.scss */
body.timeline #search-wrapper .fc-search-filters ul.search-filter-list li.active {
  padding: 1.5em;
}
/* line 1253, fc-default_core.scss */
body.timeline #search-wrapper .fc-search-filters ul.search-filter-list li.active .description {
  display: block;
}
/* line 1256, fc-default_core.scss */
body.timeline #search-wrapper .fc-search-filters ul.search-filter-list li.active::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-left-color: black;
  border-width: 2em 3em;
  margin-top: -2em;
  -webkit-transition: border-color ease 0.5s;
  -moz-transition: border-color ease 0.5s;
  -ms-transition: border-color ease 0.5s;
  -o-transition: border-color ease 0.5s;
  transition: border-color ease 0.5s;
}
/* line 1278, fc-default_core.scss */
body.timeline section#timeline-content .era-top-navigation {
  display: flex;
}
/* line 1280, fc-default_core.scss */
body.timeline section#timeline-content .era-top-navigation p {
  width: 50%;
  font-weight: 600;
}
/* line 1283, fc-default_core.scss */
body.timeline section#timeline-content .era-top-navigation p.previous {
  margin-right: auto;
  padding-right: .5em;
}
/* line 1287, fc-default_core.scss */
body.timeline section#timeline-content .era-top-navigation p.next {
  text-align: right;
  margin-left: auto;
  padding-left: .5em;
}
/* line 1295, fc-default_core.scss */
body.timeline section#timeline-content h1.era-title {
  width: 100%;
  text-align: center;
  padding: .5em;
  margin: 0;
}
/* line 1302, fc-default_core.scss */
body.timeline section#timeline-content .event-content-list {
  position: relative;
}
/* line 33, _mixins.scss */
body.timeline section#timeline-content .event-content-list:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 69, _mixins.scss */
body.timeline section#timeline-content .event-content-list ul {
  margin: 0;
  padding: 0;
}
/* line 72, _mixins.scss */
body.timeline section#timeline-content .event-content-list ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 1306, fc-default_core.scss */
body.timeline section#timeline-content .event-content-list::before {
  height: calc(100% + 3em);
  width: 2px;
  left: calc(50% - 1px);
  position: absolute;
  top: 0;
  content: '';
  display: block;
  z-index: 0;
  background-color: black;
}
/* line 1318, fc-default_core.scss */
body.timeline section#timeline-content ul {
  position: relative;
  width: 100%;
  float: left;
}
/* line 1322, fc-default_core.scss */
body.timeline section#timeline-content ul li.event-block {
  width: calc(50% - 3em);
  float: left;
  font-size: 100%;
  margin-top: 2em;
  position: relative;
}
/* line 1328, fc-default_core.scss */
body.timeline section#timeline-content ul li.event-block::before {
  content: '';
  display: block;
  position: absolute;
  right: -3.5em;
  top: calc(30% - .45em);
  width: 1em;
  height: 1em;
  background: black;
}
/* line 1338, fc-default_core.scss */
body.timeline section#timeline-content ul li.event-block::after {
  content: '';
  display: block;
  position: absolute;
  width: 3em;
  height: 0;
  right: -3em;
  top: 30%;
  border-top: 2px solid black;
}
/* line 1348, fc-default_core.scss */
body.timeline section#timeline-content ul li.event-block:nth-of-type(odd) {
  clear: both;
}
/* line 1351, fc-default_core.scss */
body.timeline section#timeline-content ul li.event-block:nth-of-type(even) {
  float: right;
  clear: right;
  padding-top: 2em;
}
/* line 1355, fc-default_core.scss */
body.timeline section#timeline-content ul li.event-block:nth-of-type(even)::before, body.timeline section#timeline-content ul li.event-block:nth-of-type(even)::after {
  right: auto;
}
/* line 1359, fc-default_core.scss */
body.timeline section#timeline-content ul li.event-block:nth-of-type(even)::before {
  left: -3.5em;
  top: calc(70% + .6em);
}
/* line 1363, fc-default_core.scss */
body.timeline section#timeline-content ul li.event-block:nth-of-type(even)::after {
  right: auto;
  left: -3em;
  top: calc(70% + 1em);
}
/* line 1370, fc-default_core.scss */
body.timeline section#timeline-content ul li.event-block a {
  display: block;
  position: relative;
}
/* line 1374, fc-default_core.scss */
body.timeline section#timeline-content ul li.event-block .event-content {
  display: flex;
}
/* line 1376, fc-default_core.scss */
body.timeline section#timeline-content ul li.event-block .event-content .image-hold,
body.timeline section#timeline-content ul li.event-block .event-content figure {
  width: 33.33%;
  flex: 1 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
/* line 1381, fc-default_core.scss */
body.timeline section#timeline-content ul li.event-block .event-content .image-hold img,
body.timeline section#timeline-content ul li.event-block .event-content figure img {
  display: none;
}
/* line 1385, fc-default_core.scss */
body.timeline section#timeline-content ul li.event-block .event-content .text {
  width: 66.66%;
  flex: 2 0 0;
  padding: 1em;
  word-wrap: break-word;
}
/* line 1392, fc-default_core.scss */
body.timeline section#timeline-content ul li.event-block h1 {
  margin: 0.15em 0;
}
/* line 1395, fc-default_core.scss */
body.timeline section#timeline-content ul li.event-block p {
  margin: 0 0 .25em;
}
/* line 1400, fc-default_core.scss */
body.timeline section#timeline-content .loading {
  text-align: center;
}
/* line 1402, fc-default_core.scss */
body.timeline section#timeline-content .loading span {
  background: white;
  padding: 1em;
  display: inline-block;
}
/* line 1409, fc-default_core.scss */
body.timeline .era-bottom-navigation {
  margin-top: 2em;
}
/* line 1411, fc-default_core.scss */
body.timeline .era-bottom-navigation p {
  font-size: 100%;
  text-align: center;
}

/*INDIVIDUAL TIMELINE EVENT*/
/* line 1422, fc-default_core.scss */
body.np_event.singular #content figure {
  float: right;
  width: 33.33%;
  margin: 0 0 2em 2em;
}
/* line 1427, fc-default_core.scss */
body.np_event.singular #content .bottom-links {
  clear: both;
}
/* line 1430, fc-default_core.scss */
body.np_event.singular #content .bottom-links a:last-of-type {
  text-align: right;
  float: right;
}
