@charset "UTF-8";
@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");
.twoColumnTbl, .threeColumnTbl, .fourColumnTbl {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 1em;
}

.twoColumnTbl > .column1, .twoColumnTbl > .column2 {
  width: 49%;
  float: left;
}

.twoColumnTbl > .column1 {
  padding-right: 2%;
}

.threeColumnTbl > .column1, .threeColumnTbl > .column2, .threeColumnTbl > .column3 {
  width: 32%;
  float: left;
}

.threeColumnTbl .column1, .threeColumnTbl .column2 {
  padding-right: 2%;
}

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

.fourColumnTbl .column1, .fourColumnTbl .column2, .fourColumnTbl .column3 {
  padding-right: 2%;
}

.twoColumnTbl > .column-full, .threeColumnTbl > .column-full, .fourColumnTbl > .column-full {
  width: 100%;
  float: left;
}

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

html {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  line-height: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: 0;
}

a img {
  border: 0;
}

body {
  width: 100%;
  margin: 0 auto 0;
}

p, td, th, li, dd, dt {
  font-size: 1em;
  line-height: 1.5em;
}

li p, td p, td li, li li {
  font-size: 1em;
}

p {
  margin: 0 0 1em 0;
}

* + p {
  margin: 1em 0;
}

textarea,
input[type=text],
input[type=button],
input[type=submit],
input[type=search] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Anchors */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: 1px;
}

a img {
  border: 0;
}

a.plain {
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
  font-family: inherit;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em 0;
  clear: both;
}

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

* + h1 {
  margin-top: 1.5em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.75em;
}

* + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 1.25em;
}

/* Misc Tags */
hr {
  background-color: #ccc;
  border: 0;
  width: 100%;
  height: 1px;
  margin-bottom: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 1em 2em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 2em;
}

address {
  margin: 0 0 2em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", monospace;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
  line-height: 0.5em;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

table {
  table-layout: fixed;
}

/* Lists */
ol, ul {
  margin: 0 0 0 1em;
  padding: 0 0 0 0.5em;
}

ol > li, ul > li {
  padding: 0 0 0 1em;
}

ol > li {
  list-style: decimal;
}

ul > li {
  list-style: disc;
}

li:first-child {
  margin-top: 1em;
}

li:last-child {
  margin-bottom: 1em;
}

ol.upper-roman li {
  list-style-type: upper-roman;
}

ul.plain, ul.plain > li {
  list-style: none;
  padding: 0;
  margin: 0.15em 0;
}

ul.plain > li {
  margin: 0.5em 0;
  line-height: 1.15em;
}

ul.plain.highMargin > li {
  margin: 1.25em 0;
}

ul.no-list, ul.no-list > li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

/* Input */
input,
input[type=text],
input[type=search],
input[type=submit],
button,
select {
  border: 1px #ccc solid;
  background-color: #fff;
  padding: 0.15em 0.35em;
}

input[type=submit], input[type=button], input[type=reset], button {
  background: url("../images/bg_translucent-black-30.png");
  color: #fff;
  cursor: pointer;
}

a.button, a.btn {
  display: inline-block;
}

/* Text Align */
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Float */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* Images */
img.border {
  border: 1px #ccc solid;
}

/* Text */
.small {
  font-size: 0.85em;
}

.big {
  font-size: 1.15em;
}

.footnote {
  font-size: 0.9em;
  opacity: 0.5;
  clear: both;
}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

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

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}

.clear-both {
  clear: both;
}

/* Assistive/Hidden */
.hidden, .hide-me {
  display: none !important;
}

.skip-links-container {
  position: relative;
  text-align: right;
}

.skip-link {
  right: 0;
  position: absolute;
  font-size: 0;
}

.skip-link:focus {
  font-size: 16px;
  position: static;
}

/* Equalize */
.equalize, div#main {
  content: "equalize";
  data: equalize;
}

/* Edit */
p.edit-link {
  text-align: left;
}

p.edit-link > a {
  font-size: 1em;
  padding: 0.25em 0.5em;
  background-color: #ddd;
  border-radius: 3px;
  color: #777;
}

p.edit-link > a:hover {
  color: #eee;
  background-color: #999;
  text-decoration: none;
}

/* Layout */
.site-width {
  width: 100%;
  float: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  clear: both;
}

/* Max Width theme setting */
body.max-width {
  background-color: #f7f7f7;
}
body.max-width #page-width {
  max-width: 1600px;
  margin: 0 auto 0;
}
body.max-width #page-wrapper {
  width: 100%;
  float: left;
  border: 1px #eee solid;
  border-width: 0 1px;
  background-color: #fff;
}

div#header-top {
  width: 100%;
  float: left;
  position: relative;
}

div#header-top form p {
  font-size: 0.7em;
  margin: 0;
  width: 100%;
  clear: none;
  vertical-align: middle;
}

hgroup.custom-header-text {
  text-align: center;
}

h1#site-title a {
  color: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  border: 0;
}

h1#site-title a:hover {
  color: inherit;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
}

div#custom-logo {
  float: none;
  margin: 0 auto;
}

div#custom-logo img {
  max-width: 100%;
}

h2#site-description {
  margin: 0;
}

header#branding, div#middle, div#main, footer#colophon {
  width: 100%;
  float: left;
}

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;} */
div#site-info p {
  font-size: 0.7em;
  margin: 0.5em 0;
}

div#site-info p.company-info > span {
  border-right-width: 1px;
  border-right-style: solid;
  padding: 0 0.65em;
}

div#site-info p.company-info > span:last-child {
  border: none;
}

div#site-info a {
  color: inherit;
  font-weight: inherit;
}

/* body.home header.entry-header {display:none;} */
/*************************************************************************/
/* =Menu
-------------------------------------------------------------- */
nav#top-nav {
  width: auto;
  float: right;
  position: relative;
  text-align: right;
}

nav#middle-nav {
  float: left;
  position: relative;
  z-index: 999;
  text-align: center;
}

nav#footer-access {
  float: left;
  width: 100%;
  position: relative;
  z-index: 999;
  text-align: center;
}

nav.nav-menu ul, nav.nav-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav.nav-menu li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: none;
  position: relative;
  line-height: normal;
}

nav.nav-menu li > a {
  display: block;
}

nav.nav-menu ul ul {
  display: none;
  width: 150px;
  text-align: left;
  position: absolute;
  left: 0;
  z-index: 9999;
}

nav#footer-access ul ul {
  display: inline;
  position: static;
  width: auto;
}

nav.nav-menu ul ul li {
  display: block;
  float: left;
  text-align: left;
  width: 100%;
  font-size: 1em;
}

nav#footer-access ul ul {
  display: inline;
  float: none;
}

nav#top-nav ul ul a, nav#middle-nav ul ul a {
  font-size: 0.85em;
  width: 85%;
  padding: 0.5em 7.5%;
}

nav#top-nav ul ul a:hover, nav#middle-nav ul ul a:hover {
  text-decoration: none;
}

nav#top-nav ul ul ul, nav#middle-nav ul ul ul {
  left: 100%;
  top: 0;
}

nav#top-nav ul li.open > ul, nav#middle-nav ul li.open > ul {
  display: block;
}

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

body.mobile-side-nav a.toggle-mobile {
  display: none;
}

#mobile-more-links {
  display: none;
  float: right;
  padding: 0.5em 1em;
  font-size: 0.75em;
  cursor: pointer;
  margin: 0 !important;
}
nav#middle-nav li.mobile {
  display: none;
}

/* =Content
----------------------------------------------- */
section#primary {
  width: 95%;
  padding: 2.5%;
  float: left;
}

section#secondary {
  width: 30%;
  padding: 2.5%;
  float: left;
}

/* =Widgets
----------------------------------------------- */
aside.widget {
  width: 90%;
  float: left;
  clear: both;
  padding: 5%;
  margin: 0 0 1em 0;
  background-color: inherit;
  border-radius: 5px;
  border: none;
}

aside.widget:last-child {
  margin: 0;
}

aside.widget ul, aside.widget ol {
  margin: 0;
  padding: 0;
}

aside.widget li {
  list-style: none;
  margin: 0;
  padding: 0.75em 0;
  border-bottom: 1px #ccc solid;
}

aside.widget li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

aside.widget h3.widget-title {
  width: 101%;
  border-radius: 5px 5px 0 0;
  margin: -5.5% -5.5% 0.5em;
  padding: 2% 5%;
  font-size: 1.35em;
}

aside.widget select, aside.widget input {
  max-width: 100%;
}

/* Entry Footer */
footer.entry-meta {
  width: 100%;
  float: left;
}

footer.entry-meta p.read-more {
  text-align: right;
}

/* =Search
----------------------------------------------- */
form.search-form p {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body.search-results article h1.entry-title {
  font-size: 1.25em;
  margin: 0;
}

body.search-results article {
  padding: 1em 0;
  float: left;
  width: 100%;
}

body.search-results article:last-child {
  border-bottom: none;
}

body.search-results p.posted-on {
  font-size: 0.75em;
  font-style: italic;
  margin: 0em;
}

body.search-results footer.entry-meta {
  margin-top: 0;
}

div#fc-search-results > ul {
  width: 100%;
}

/* Paging */
p.fc-paging {
  display: block;
  width: 97%;
  float: left;
  clear: both;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0.5em 1.5%;
  margin-top: 0.75em;
  font-size: 0.85em;
}

p.fc-paging a {
  color: inherit;
}

p.fc-paging a:hover {
  color: #777;
  text-decoration: none;
}

span.fc-paging-previous, span.fc-paging-next {
  cursor: default;
  display: block;
  color: inherit;
  font-weight: bold;
}

span.fc-paging-previous {
  float: left;
  margin-left: 0.5em;
}

span.fc-paging-next {
  float: right;
  margin-right: 0.5em;
}

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: 0.625em;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  color: inherit;
  background-color: #fff;
  font-weight: bold;
}

span.fc-paging-previous span.fc-paging-arrow {
  margin-right: 0.5em;
}

span.fc-paging-next span.fc-paging-arrow {
  margin-left: 0.5em;
}

/* Slideshow
----------------------------------------------- */
div#slide-wrapper {
  float: left;
  overflow: hidden;
}

div.flexslider {
  background: none;
  border: 1px #ccc solid;
  border-radius: 0px;
  box-shadow: none;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

div.flexslider ul, div.flexslider ol, div.flexslider li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0;
}

ol.flex-control-nav {
  list-style: none;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

ol.flex-control-nav > li {
  display: block;
  float: left;
  margin: 0 0.25em;
}

ol.flex-control-nav > li > a {
  cursor: pointer;
  display: block;
  width: 0.75em;
  height: 0.75em;
  background-color: #000;
  text-indent: -99999px;
  opacity: 0.65;
  border: 1px #aaa solid;
}

ol.flex-control-nav > li > a.flex-active {
  background-color: #fff;
}

ul.flex-direction-nav {
  list-style-type: none;
}

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

ul.flex-direction-nav a.flex-prev {
  left: 0;
  background-position: 50% -92px;
}

ul.flex-direction-nav a.flex-next {
  right: 0;
  background-position: 50% 8px;
}

ul.flex-direction-nav a.flex-prev:focus, ul.flex-direction-nav a.flex-next:focus {
  outline: none;
}

ul.flex-direction-nav li {
  list-style-type: none;
}

ul.slides > li {
  position: relative;
}

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) */
dl.gallery-item, dt.gallery-icon {
  display: block;
  float: left;
}

dl.gallery-item {
  width: auto !important;
  margin: 0.5em;
}

/* =Comments
----------------------------------------------- */
div#comments {
  width: 100%;
  float: left;
  margin-top: 1em;
}

#respond {
  width: auto;
}

/* =Oomph Calendar
----------------------------------------------- */
.post-type-archive-oomph-calendar .event-date,
.single-oomph-calendar .event-date {
  display: block;
  font-weight: bold;
}

/* =AddThis
----------------------------------------------- */
.addthis_32x32_style .addthis_counter.addthis_bubble_style {
  width: 60px !important;
}

/* =Twitter Widget Overrides
----------------------------------------------- */
.twtr-profile-img {
  position: absolute;
}

/* =Content
----------------------------------------------- */
.hentry {
  margin: 0 0 1em;
}

/*
.byline,
.updated {
    display: none;
}*/
.single .byline,
.group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1em;
}

/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */
.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;
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.site-main .gallery dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
  max-width: 100%;
}

/* =Navigation
----------------------------------------------- */
.site-main [class*=navigation] {
  margin: 0 0 1.5em;
  overflow: hidden;
}

[class*=navigation] .nav-previous {
  float: left;
  width: 50%;
}

[class*=navigation] .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* Pull Quotes */
div.pullquote {
  display: block;
  font-size: 0.875em;
  width: 12em;
  padding: 1.25em;
  text-align: left;
  line-height: 1.35em;
}

div.pullquote p {
  font-size: 1em;
}

div.pullquote.right {
  float: right;
  margin: 1em 0 1em 1em;
  clear: right;
}

div.pullquote.left {
  float: left;
  margin: 0 2em 1em 0;
  clear: left;
}

div.pullquote.plain {
  width: 14.5em;
  padding: 0;
  font-style: normal;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

div.pullquote.plain.right {
  margin: 0 0 1em 1.5em;
}

div.pullquote.plain.left {
  margin: 0 1.5em 1em 0;
}

div.pullquote div.pullquote {
  width: 100%;
  padding: 0;
  margin: 1em 0;
}

div.pullquote.plain p {
  font-size: 1em;
  line-height: normal;
}

/*div.pullquote + p {margin-top:0;}*/
* + div.pullquote {
  margin-top: 1em;
}

/* Image Shortcode */
span.fc-image-wrapper {
  display: block;
  display: inline-block;
  width: auto;
  position: relative;
}

div.pullquote span.fc-image-wrapper {
  margin-bottom: 0;
  text-align: center;
}

/* FC Collapse */
div.fc-collapse-content {
  display: none;
}

div.fc-collapse-content.open {
  display: inline;
}

.fc-collapse-open > div.fc-collapse-content {
  display: inline;
}

.fc-collapse-closed > div.fc-collapse-content {
  display: none;
}

.fc-collapse-header {
  cursor: pointer;
}

/* FC Expand List */
.expand-list li,
.top-list li {
  display: none;
}
.expand-list li.initial,
.top-list li.initial {
  display: list-item;
}

/* To Top button */
div#fc-to-top {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 2.5em;
  font-family: "FontAwesome";
}

/* Fancybox Images */
a.fancy-image {
  position: relative;
}

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 */
.fc-ajax-loading {
  position: relative;
  opacity: 0.5;
}
.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);
}
.fc-ajax-loading.fc-loading-white::before {
  color: #fff;
  text-shadow: -1px -1px 2px black;
}

/* Tooltip */
span.fc-tooltip {
  z-index: 99999;
  display: block;
  position: absolute;
  right: 0;
  left: -11.75rem;
  top: 3rem;
  width: 25rem;
}

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

span.fc-tooltip:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 999999;
  bottom: auto;
  left: calc(50% - 0.85rem);
  width: 0;
  height: 0;
  border: 1px solid transparent;
  border-width: 0 0.7rem 0.7rem 0.7rem;
  border-radius: 0;
  border-bottom-color: #eee;
  top: -1.9rem;
}

.fc-tooltip-icon {
  position: relative;
}
.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 */
.fc-more {
  display: block;
  width: 100%;
  clear: both;
}
.fc-more.closed {
  display: none;
}

/* Tabs */
.tab {
  display: none;
}

.tab.active {
  display: block;
}

ul.tabs-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5em 0;
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

ul.tabs-nav > li {
  list-style: none;
  display: block;
  float: left;
  padding: 0.25em 1em;
  margin: 0;
  cursor: pointer;
}

ul.tabs-nav > li:first-child {
  margin: 0;
}

ul.tabs-nav > li.active {
  cursor: default;
}

.tabs-placeholder {
  display: inline-block;
}

/* Tabs into dropdown */
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;
}
span#selected-tab:after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5em;
}

ul.tabs-nav.dropdown {
  display: none;
  background: #fff;
  border: 1px solid #ccc;
  margin: 0;
  width: auto;
  position: relative;
  z-index: 1001;
}
ul.tabs-nav.dropdown.active {
  display: block;
  position: absolute;
}
ul.tabs-nav.dropdown > li, ul.tabs-nav.dropdown a {
  display: block;
  float: none;
}
ul.tabs-nav.dropdown > li + li, ul.tabs-nav.dropdown a + li {
  margin-left: 0;
}
ul.tabs-nav.dropdown > li {
  padding: 0;
}
ul.tabs-nav.dropdown > li:hover {
  background-color: #ececec;
}
ul.tabs-nav.dropdown > li.active,
ul.tabs-nav.dropdown > li a {
  padding: 0.5em 1em;
}

/* Share Bar */
div#fc-share-bar-wrapper {
  position: absolute;
  top: 10em;
  left: 0;
  z-index: 100;
}
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;
}

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);*/
}
div#fc-share-bar > ul, div#fc-share-bar > ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
div#fc-share-bar > ul > li {
  float: left;
  width: 1em;
  height: 1em;
  margin: 0.25em;
  box-sizing: content-box;
}
div#fc-share-bar.large > ul > li {
  width: 1.9em;
  height: 1.9em;
}
div#fc-share-bar span {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block !important;
  background-size: contain;
  background-position: 50% 50%;
}

.stButton {
  cursor: pointer;
}

.stButton .chicklets {
  text-indent: -99999px;
  background-size: cover;
  border: 1px #ccc solid;
  border-radius: 4px;
}

.stButton .stLarge {
  border-radius: 0.5em;
}

/* Storify */
div.storify {
  width: 100%;
  height: 30em;
  border: 1px #ccc solid;
  overflow: hidden;
}

div.storify > iframe {
  width: 100%;
  height: 30em;
}

/* Flickr & YouTube Gallery */
div.flickr-gallery, div.youtube-gallery {
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}

a.flickr-thumbnail, a.youtube-thumbnail {
  position: relative;
  display: inline-block;
  margin: 0 0.25em;
}

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

a.youtube-thumbnail:hover:before {
  display: block;
}

/* fc_video Archive */
body.post-type-archive-fc_video section#primary {
  text-align: center;
}

article.fc_video {
  display: inline-block;
  margin: 0.75em;
  vertical-align: top;
}

article.fc_video a.youtube-thumbnail {
  width: 16em;
  height: 9em;
}

article.fc_video a.youtube-thumbnail img {
  width: 100%;
  height: 100%;
}

article.fc_video a.youtube-thumbnail:before {
  width: 16em;
  height: 9em;
}

/* Design Presentations */
body.single-fc_design {
  background-color: #222 !important;
}

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

body.single-fc_design section#primary, body.single-fc_design article.hentry {
  width: 100%;
  padding: 0;
  margin: 0;
}

ul#design-presentation, ul#design-presentation > li, ul#design-nav, ul#design-nav > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#design-presentation > li {
  text-align: center;
  display: none;
}

ul#design-presentation > li.presentation-active {
  display: block;
}

ul#design-presentation > li > img {
  max-width: 100% !important;
  cursor: pointer;
}

ul#design-nav {
  min-width: 1.5em;
  max-width: 10em;
  position: absolute;
  top: 0;
  left: 0;
}

ul#design-nav > li {
  text-align: left;
  font-family: Arial;
  font-size: 0.75em;
  color: #ddd;
  padding: 5px;
  border: 1px #222 solid;
  border-width: 0 1px 1px 0;
  background-color: #555;
  cursor: pointer;
}

ul#design-nav > li:hover, ul#design-nav > li#presentation-active-nav {
  background-color: #fff;
  color: #555;
}

ul#design-nav > li#nav-toggle {
  width: 1em;
  height: 1em;
  position: relative;
}

ul#design-nav > li#nav-toggle:before {
  content: "";
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

ul#design-nav > li#nav-toggle.hide:before {
  content: "▲";
}

ul#design-nav > li#nav-toggle.show {
  opacity: 0.4;
}

ul#design-nav > li#nav-toggle.show:before {
  content: "▼";
}

/* Disabled Things */
a.disabled, a.disabled:hover,
li.disabled a, li.disabled a:hover {
  opacity: 0.5 !important;
  cursor: default;
  color: #999 !important;
}

input.disabled, input.disabled:hover, button.disabled, button.disabled:hover {
  background-color: #D2D2D2;
  cursor: pointer;
}

/* Reports */
ul.reports-list {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
ul.reports-list li.report-block {
  list-style-type: none;
  width: 17%;
  padding: 0;
  margin: 0 3.75% 2em 0;
  float: left;
}
ul.reports-list li.report-block:nth-child(5n) {
  margin-right: 0;
}
ul.reports-list li.report-block:nth-child(5n+1) {
  clear: both;
}

/* Reports Listing page */
body.fc_report #search-results-statement {
  margin-left: 1%;
}
body.fc_report #search-sort-by-wrapper {
  margin-right: 1%;
}
body.fc_report #search-results-wrapper {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}

.report-block,
.resource-block {
  width: 23%;
  margin: 0 1% 2% 1%;
  padding: 1em;
  float: left;
}

/* Report Single */
article.fc_report {
  margin: 0 0 2em;
}
article.fc_report .report-left {
  float: left;
  width: 20%;
}
article.fc_report .report-left .report-cover-image {
  margin-bottom: 0.25em;
}
article.fc_report .report-left #report-rights-notice {
  font-size: 0.813em;
  margin-bottom: 2em;
}
article.fc_report .report-left a.download {
  text-align: center;
  padding: 0.5em;
  width: 100%;
  display: block;
}
article.fc_report .report-left a.download span.icon-download {
  font-size: 0.8em;
  display: inline-block;
  line-height: 100%;
}
article.fc_report .report-left a.download span.icon-download:before {
  vertical-align: top;
}
article.fc_report .report-left div.issuelab {
  text-align: center;
}
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%;
}
article.fc_report .report-middle {
  float: left;
  width: 56%;
  margin: 0 2%;
}
article.fc_report .report-right {
  float: left;
  width: 20%;
}
article.fc_report .report-right .report-details-wrapper {
  padding: 1em 0;
}
article.fc_report .report-right .report-details-wrapper p.details {
  font-size: 1em;
  padding: 1em;
  margin: 0;
  text-align: center;
}
article.fc_report .report-right .report-details-wrapper p.details span.report-meta-label {
  display: block;
}
article.fc_report .report-right .report-details-wrapper p.details span.report-meta-label {
  display: inline-block;
}
article.fc_report .report-right .report-details-wrapper p.details span.report-meta-details {
  display: block;
  margin-top: 0.25em;
}
article.fc_report .report-right p.share-report {
  margin-bottom: 0;
}
article.fc_report .report-right textarea.report-link {
  width: 100%;
}

a.remove-criteria {
  font-weight: bold;
  font-size: 1.15em;
  padding-right: 0.25em;
}
a.remove-criteria::after {
  font-family: "FontAwesome";
  content: "\f00d";
  position: relative;
  top: -3px;
  right: -3px;
  font-size: 1.15em;
}

p#search-clear {
  display: inline-block;
  float: left;
  margin: 1.18em 2em 1.18em 0;
  font-size: 0.85em;
  opacity: 0.7;
  line-height: 1.75em;
}

p#search-results-statement {
  float: left;
  margin: 1em 0;
}

div.fc-search-filters {
  width: 100%;
}
div.fc-search-filters li {
  font-size: 1.125em;
}
div.fc-search-filters ul.search-filter-list {
  margin: 0;
  padding: 0;
}
div.fc-search-filters ul.search-filter-list li {
  margin: 1em;
  padding: 0;
  list-style-type: none;
}

div.fc-search-filters .fc-choose-filter {
  display: none;
  text-align: center;
}
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;
}
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;
}

.select-dropdown {
  width: 19.5%;
  display: inline-block;
}
.select-dropdown div.dropdown-wrapper {
  position: relative;
}
.select-dropdown ul.dropdown {
  display: none;
}
.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;
}
.select-dropdown.open ul.dropdown li {
  list-style-type: none;
  display: block;
  width: 100%;
  font-size: 1em;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.select-dropdown.open ul.dropdown li a {
  color: #666;
}
.select-dropdown.open ul.dropdown li.active span,
.select-dropdown.open ul.dropdown li a {
  display: block;
  width: 100%;
  padding: 0.25em 1em;
}
.select-dropdown.open ul.dropdown li:hover, .select-dropdown.open ul.dropdown li.active span {
  background: #666;
  color: #fff;
}
.select-dropdown.open ul.dropdown li:hover a {
  color: #fff;
}
.select-dropdown span.select-label {
  font-weight: bold;
  padding-bottom: 0.25em;
  display: block;
}
.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;
}
.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;
}

.select-dropdown.checkboxes.open ul.dropdown li:not(.all) {
  padding: 0.25em 1em;
  display: flex;
}
.select-dropdown.checkboxes.open ul.dropdown li:not(.all) input {
  flex: none;
  height: 1.65em;
  width: 1em;
}
.select-dropdown.checkboxes.open ul.dropdown li:not(.all) span.field-label {
  padding-left: 0.5em;
}
.select-dropdown.checkboxes.open ul.dropdown li:not(.all) span.field-label, .select-dropdown.checkboxes.open ul.dropdown li:not(.all) label {
  transition: none;
}

div#search-results-wrapper {
  display: inline-block;
  width: 100%;
  clear: both;
}

div#search-sort-by-wrapper {
  float: right;
  clear: right;
  margin: 1em 0 1em 0;
  width: 16em;
}
div#search-sort-by-wrapper span.selected-item, div#search-sort-by-wrapper ul.dropdown {
  width: 10em;
}
div#search-sort-by-wrapper ul.dropdown {
  right: 0;
  left: auto;
}

div#label-wrapper {
  display: flex;
  align-items: center;
}

span#search-sort-by-label {
  display: inline-block;
  white-space: nowrap;
  margin-right: 1em;
  padding: 0;
  width: 5em;
  text-align: right;
}

/* Calendar */
p.view-buttons {
  float: right;
}
p.view-buttons a {
  display: inline-block;
}
p.view-buttons a span {
  display: none;
}
p.view-buttons a i.fa {
  padding: 0.25em;
  width: auto;
  display: block;
}
p.view-buttons a:hover i {
  color: #fff;
  background-color: #000;
  opacity: 1;
}
p.view-buttons a.active i {
  color: #fff;
  background-color: #000;
}

#fc-calendar table {
  width: 100%;
  font-size: 0.95em;
}
#fc-calendar th, #fc-calendar td {
  width: 14.28%;
  padding: 0.65em;
  vertical-align: top;
}
#fc-calendar th {
  color: #fff;
  background-color: #000;
}
#fc-calendar td {
  font-size: 0.95em;
  border: 1px solid #ccc;
  overflow: visible;
}
#fc-calendar ul, #fc-calendar li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#fc-calendar span.calendar-day {
  display: block;
  height: 1.25em;
  font-size: 1.25em;
  font-weight: bold;
}
#fc-calendar header#fc-calendar-month {
  margin-bottom: 1.5em;
  text-align: center;
}
#fc-calendar header#fc-calendar-month:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#fc-calendar header#fc-calendar-month h1 {
  display: inline-block;
  position: relative;
  margin: 0;
}
#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;
}
#fc-calendar ul.calendar-content {
  min-height: 7em;
}
#fc-calendar ul.calendar-content li {
  border: 0;
  display: block;
  margin-bottom: 1em;
}
#fc-calendar ul.calendar-content header {
  width: 100%;
  display: block;
}
#fc-calendar ul.calendar-content h1 {
  font-size: 1.25em;
}
#fc-calendar ul.calendar-content aside {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
}
#fc-calendar ul.calendar-content aside i {
  display: none;
}
#fc-calendar ul.calendar-content aside span {
  margin: 0;
}

.leaflet-container {
  background: rgba(255, 0, 0, 0) !important;
}

/*TIMELINE*/
body.timeline article {
  padding: 0;
  float: none;
  width: auto;
}
body.timeline #content .entry-content,
body.timeline #search-wrapper {
  padding: 0;
}
body.timeline #search-wrapper {
  display: flex;
  /*ERA MENU*/
}
body.timeline #search-wrapper #search-results-wrapper {
  margin-left: 0;
  width: 100%;
}
body.timeline #search-wrapper section#timeline-menu {
  width: 25%;
  flex-shrink: 0;
  margin-bottom: 3em;
}
body.timeline #search-wrapper section#timeline-content {
  width: 75%;
}
body.timeline #search-wrapper .fc-search-filters ul {
  margin: 0;
  padding: 0;
}
body.timeline #search-wrapper .fc-search-filters ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.timeline #search-wrapper .fc-search-filters ul.search-filter-list li {
  margin: 0 0 2em;
  font-size: 100%;
  position: relative;
}
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;
}
body.timeline #search-wrapper .fc-search-filters ul.search-filter-list li a * {
  position: relative;
  z-index: 1;
}
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;
}
body.timeline #search-wrapper .fc-search-filters ul.search-filter-list li a:hover {
  text-decoration: none;
}
body.timeline #search-wrapper .fc-search-filters ul.search-filter-list li a:hover::before {
  display: none;
}
body.timeline #search-wrapper .fc-search-filters ul.search-filter-list li .description {
  display: none;
}
body.timeline #search-wrapper .fc-search-filters ul.search-filter-list li.active {
  padding: 1.5em;
}
body.timeline #search-wrapper .fc-search-filters ul.search-filter-list li.active .description {
  display: block;
}
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;
}
body.timeline section#timeline-content .era-top-navigation {
  display: flex;
}
body.timeline section#timeline-content .era-top-navigation p {
  width: 50%;
  font-weight: 600;
}
body.timeline section#timeline-content .era-top-navigation p.previous {
  margin-right: auto;
  padding-right: 0.5em;
}
body.timeline section#timeline-content .era-top-navigation p.next {
  text-align: right;
  margin-left: auto;
  padding-left: 0.5em;
}
body.timeline section#timeline-content h1.era-title {
  width: 100%;
  text-align: center;
  padding: 0.5em;
  margin: 0;
}
body.timeline section#timeline-content .event-content-list {
  position: relative;
}
body.timeline section#timeline-content .event-content-list:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body.timeline section#timeline-content .event-content-list ul {
  margin: 0;
  padding: 0;
}
body.timeline section#timeline-content .event-content-list ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
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;
}
body.timeline section#timeline-content ul {
  position: relative;
  width: 100%;
  float: left;
}
body.timeline section#timeline-content ul li.event-block {
  width: calc(50% - 3em);
  float: left;
  font-size: 100%;
  margin-top: 2em;
  position: relative;
}
body.timeline section#timeline-content ul li.event-block::before {
  content: "";
  display: block;
  position: absolute;
  right: -3.5em;
  top: calc(30% - 0.45em);
  width: 1em;
  height: 1em;
  background: black;
}
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;
}
body.timeline section#timeline-content ul li.event-block:nth-of-type(odd) {
  clear: both;
}
body.timeline section#timeline-content ul li.event-block:nth-of-type(even) {
  float: right;
  clear: right;
  padding-top: 2em;
}
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;
}
body.timeline section#timeline-content ul li.event-block:nth-of-type(even)::before {
  left: -3.5em;
  top: calc(70% + 0.6em);
}
body.timeline section#timeline-content ul li.event-block:nth-of-type(even)::after {
  right: auto;
  left: -3em;
  top: calc(70% + 1em);
}
body.timeline section#timeline-content ul li.event-block a {
  display: block;
  position: relative;
}
body.timeline section#timeline-content ul li.event-block .event-content {
  display: flex;
}
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;
}
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;
}
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;
}
body.timeline section#timeline-content ul li.event-block h1 {
  margin: 0.15em 0;
}
body.timeline section#timeline-content ul li.event-block p {
  margin: 0 0 0.25em;
}
body.timeline section#timeline-content .loading {
  text-align: center;
}
body.timeline section#timeline-content .loading span {
  background: white;
  padding: 1em;
  display: inline-block;
}
body.timeline .era-bottom-navigation {
  margin-top: 2em;
}
body.timeline .era-bottom-navigation p {
  font-size: 100%;
  text-align: center;
}

/*INDIVIDUAL TIMELINE EVENT*/
body.np_event.singular #content figure {
  float: right;
  width: 33.33%;
  margin: 0 0 2em 2em;
}
body.np_event.singular #content .bottom-links {
  clear: both;
}
body.np_event.singular #content .bottom-links a:last-of-type {
  text-align: right;
  float: right;
}

/*# sourceMappingURL=fc-default_core.css.map */
