/* Fonts */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/google/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/google/roboto-v30-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('../fonts/google/roboto-v30-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/google/roboto-v30-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/google/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/google/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/google/roboto-v30-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/google/roboto-v30-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/google/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/google/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../fonts/google/roboto-v30-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/google/roboto-v30-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('../fonts/google/roboto-v30-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/google/roboto-v30-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/google/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/google/roboto-condensed-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/google/roboto-condensed-v25-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/google/roboto-condensed-v25-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/google/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/google/roboto-condensed-v25-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../fonts/google/roboto-condensed-v25-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/google/roboto-condensed-v25-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

:root{
  --accent: #7359D6;
  --primary_light: #C2A6DA;
  --primary_dark: #642982;
  --primary: #936FB1;
  --link_color: #702F8A;
  --link_hover: #8A549F;
  --background: #F5F5F5;
  --primary_text: #000000;
  --secondary_text: #424242;
  --divider: #686678;
  --page_title: #F9F8FD;
  --meta_text: #696969;
  --menu_bg: #805C9D;
  --title_bg: #ECE2F5;
}

/* Main Styles */
html, body{ min-height: 100%; }
#wholepagewrap{ min-height: 100%; display: flex; flex-direction: column; }
/* main{ flex: 1; } */
#footer{ margin-top: auto; box-sizing: border-box; }
*{ box-sizing: border-box; }
body, main{ margin: 0; padding: 0; position: relative; }
body{ background-color: var(--background); font-family: 'Roboto', Arial, Helvetica, sans-serif; line-height: 1.4; }
::-moz-selection { text-shadow: none; color: #20002D; background-color: #E0D0E8; }
::selection { text-shadow: none; color: #20002D; background-color: #E0D0E8; text-decoration: none; }
.clear{ clear: both; }
p, li, table, tbody, tr, th, td{ font-weight: 400; }
h1, h2, h3, h4, h5, h6, p{ margin: 0; padding: 0 0 10px 0; }
h1, h2, h3, h4, h5, h6{ font-family: 'Roboto', Arial, Helvetica, sans-serif; line-height: 1.4; }
h1{ font-size: 40px; }
h2{ font-size: 35px; }
h3{ font-size: 30px; }
h4, h5, h6{ font-size: 25px; }
h1, h2, h3, h4, h5, h6, strong, b{ font-weight: 700; }
strong, b{ font-weight: 700; }
em, i{ font-style: italic; }
a, .highlighted{ transition: all 0.18s ease; outline: none; color: var(--link_color); }
a:hover, a:focus{ color: var(--link_hover); outline: none; }
img{ border: none; max-width: 100%; height: auto; vertical-align: bottom; }
.container, .tribe-common.tribe-events .container{ position: relative; max-width: 1300px; margin: 0 auto; padding: 0 35px; }
.container{ box-sizing: content-box; }
.tribe-common.tribe-events .container{ box-sizing: border-box; }
.container::before, .container::after, .clearfix::before, .clearfix::after, .clear::before, .clear::after, footer #footer-newsletter form::before, footer #footer-newsletter form::after{ content: ""; display: table; }
.container::after, .clearfix::after, .clear::after, footer #footer-newsletter form::after{ clear: both; }

.row, #archivePosts .postContainer, .postGrid-blog .postContainer{ display: flex; flex-wrap: wrap; }
.grid-row{ display: grid; overflow: hidden; }
[class^="col-"], [class*=" col-"] { padding: 15px; }
.col-center{ margin: 0 auto; }
.col-0{ display: none; }
.col-1{ width: 8.33%; }
.col-2{ width: 16.66%; }
.col-3{ width: 25%; }
.col-4, .blogSidebar .widget{ width: 33.33%; }
.col-5{ width: 41.66%; }
.col-6{ width: 50%; }
.col-7{ width: 58.33%; }
.col-8{ width: 66.66%; }
.col-9{ width: 75%; }
.col-10{ width: 83.33%; }
.col-11{ width: 91.66%; }
.col-12{ width: 100%; }
@media only screen and (max-width: 800px) {
  /* For mobile phones: */
  [class*="col-"] { width: 100%; padding-left: 0; padding-right: 0; }
}

/* Blockquote */
.entry blockquote{ position: relative; margin: 40px 20px 40px 40px; padding: 40px 40px 40px 60px; background-color: #f3e4fa; border-radius: 5px; }
.entry blockquote::before{ font-family: "Flaticon"; display: block; position: absolute; text-align: center; background-color: #20002D; color: #E0D0E8; content: "\f115"; width: 80px; line-height: 80px; height: 80px; left: -40px; top: -20px; font-size: 44px; border-radius: 8px; }
.entry blockquote p{ font-size: 24px; font-family: 'Roboto', Arial, Helvetica, sans-serif; line-height: 1.4; }
.entry blockquote p:last-of-type{ padding: 0; margin: 0; }

.single-post-container .content-container.no-paddingTop .post-wrap.entry{ padding-top: 0; }
.single-post-container .content-container.no-paddingBottom .post-wrap.entry{ padding-bottom: 0; }

/* WP Image alignment */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float:right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
.post-content iframe { display: block; margin: 0 auto; }

/* Media Overrides */
.embed-container .embedded-item *{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

/* Header */
/* Top Banner */
#header #header-top{ padding: 8px 0; background-color: var(--divider); }
#header #header-top .row > div{ color: #FFF; padding: 0; }
#header #header-top #header-langs{ text-align: right; }
#header #header-top #header-langs .lang{ width: fit-content; margin: 0 0 0 10px; }
#header #header-top p{ font-size: 14px; line-height: 24px; padding: 0; margin: 0; }
/* Search form */
#header #header-socials #searchLink{ float: right; font-size: 14px; }
#header #header-searchForm{ background-color: #20002D; color: #FFF; text-align: right; display: none; }
#header #header-searchForm .container{ padding-top: 12px; padding-bottom: 12px; }
#header #header-searchForm input, #header #header-searchForm button{ float: left; }
#header #header-searchForm input{ width: calc( 100% - 105px ); border: none; padding: 6px 15px; line-height: 1.6; font-size: 18px; font-family: 'Roboto', Arial, Helvetica, sans-serif; font-weight: 300; border-radius: 8px 0 0 8px; background-color: #E5E5E5; transition: all .2s ease-in-out; }
#header #header-searchForm input:hover{ background-color: #EFEFEF; }
#header #header-searchForm input:focus{ outline: 0; background-color: #FFF !important; }
#header #header-searchForm button{ margin: 0; background-color: #C0C0C0; width: 105px; border-radius: 0 8px 8px 0; transition: all .2s ease-in-out; }
/* Main Banner */
#header #header-main{ padding: 25px 0; background-color: var(--primary); }
#header #header-logo{ float: left; width: 400px; height: 80px; display: flex; align-items: center; }
#header #header-logo a{ display: block; width: fit-content; }
#header #header-logo img{ height: auto; width: auto; max-width: 300px; max-height: 80px; }
#header #header-main #header-contacts{ float: right; width: calc( 100% - 450px); display: flex; justify-content: flex-end; }
#header #header-main #header-contacts .header-contact{ padding: 16px; box-sizing: border-box; height: 80px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; text-align: left; min-width: 200px; }
#header #header-main #header-contacts .header-contact .headerContact-icon, #header #header-main #header-contacts .header-contact .headerContact-details *{ color: #FFF; text-decoration: none; }
#header #header-main #header-contacts .header-contact .headerContact-icon{ width: 45px; text-align: center; line-height: 64px; font-size: 30px; }
#header #header-main #header-contacts .header-contact .headerContact-details{ flex: 1; box-sizing: border-box; padding: 0 0 0 12px; }
#header #header-main #header-contacts .header-contact .headerContact-details p{ margin: 0; padding: 0; font-size: 1.25rem; }
#header #header-main #header-contacts .header-contact .headerContact-details span{ display: block; }
#header #header-main #header-contacts .header-contact .headerContact-details .headerContact-detailsTop{ line-height: 24px; padding-top: 4px; font-size: 13px }
#header #header-main #header-contacts .header-contact .headerContact-details .headerContact-bottom{ line-height: 1.5; padding: 4px 0 8px; }
/* Drop Down Menu */
#header #header-menu{ height: 75px; background-color: var(--menu_bg); }
#header nav{ color: #999; position: relative; margin: 0; padding: 0; }
#header #header-menu .menu-container{ float: left; width: calc( 100% - 190px ); padding-right: 12px; }
#header #header-menu #header-donation-button{ float: right; width: 170px; }
#header #header-menu #header-donation-button a{ text-align: center; font-family: 'Roboto', Arial, Helvetica, sans-serif; font-weight: 700; text-transform: uppercase; display: block; color: #FFF; background-color: var(--primary_dark); transition: background-color .2s ease-in-out; font-size: 1.125rem; }
#header #header-menu #header-donation-button a:hover{ color: var(--primary_dark); background-color: #FFF; }
#header nav ul{ list-style: none; margin: 0; padding: 0; }
#header nav li{ font-size: 1.125rem; font-family: 'Roboto', Arial, sans-serif; font-weight: 400; }
#header nav a{ display: inline-block; line-height: 75px; color: #FFF; padding: 0 12px; margin: 0; text-decoration: none; }
#header nav .menu > li a:hover, #header nav .sub-menu > li > a:hover{ color: #20002D; background-color: #E0D0E8; }
#header nav .menunav .menu > .menu-item-has-children > a:after{ content: "\f078"; font-family: "FontAwesome"; display: inline-block; vertical-align: top; font-size: 10px; padding-left: 8px; padding-bottom: 2px; line-height: 60px; }
/* Mobile Menu Toggle */
#header #menutoggle{ display: block; border: none; }
#header #menutoggle a{ display: block; position: relative; line-height: 50px; color: #FFF; background: #606060; text-transform: uppercase; text-decoration: none; font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif; font-weight: 700; padding: 0 18px; }
#header #menutoggle span{ float: right; line-height: 50px; }
/* Mobile Menu Toggle */
#header #header-mobileMenu{ float: right; }
#header #header-mobileMenu .is-active{ background-color: #282828; }
#header #header-mobileMenu .hamburger.is-active .hamburger-inner, #header #header-mobileMenu .hamburger.is-active .hamburger-inner:after, #header #header-mobileMenu .hamburger.is-active .hamburger-inner:before{ background-color: #FFF; }

/* Footer */
#footer #footer-bottom{ background-color: var(--background); color: var(--secondary_text); padding: 25px 0; border-top: solid 1px #505050; text-align: center; }
#footer #footer-bottom a{ color: var(--primary_dark); }
#footer #footer-bottom a:hover{ color: var(--primary); }
#footer #footer-bottom p{ font-size: 12px; padding: 0 0 7px; }
/* Go To Top Link */
#footer #go-to-top{ border: none; display: none; position: fixed; bottom: 15px; right: 15px; z-index: 30; }
#footer #go-to-top p{ padding: 0; margin: 0; font-size: 14px; }
#footer #go-to-top a{ width: 46px; height: 46px; border-radius: 4px; color: #E0D0E8; text-decoration: none; background-color: #702F8A; overflow: hidden; display: block; transition: all .2s ease-in-out; }
#footer #go-to-top a:hover{ background-color: #E0D0E8; color: #20002D; }
#footer #go-to-top span { display: block; width: 46px; height: 46px; line-height: 46px; text-align: center; }
/* Widgets */
#footer #footer-main{ background-color: var(--secondary_text); color: #FFF; padding: 45px 0; }
#footer #footer-main .footerMain-aboutUs p{ font-size: 14px; }
#footer #footer-main .footerMain-aboutUs.widget .widget-title{ margin-bottom: 0; }
#footer #footer-main .footerMain-widgets{ width: 70%; padding-right: 12px; float: left; }
#footer #footer-main .footerMain-widgets .footerMain-footerWidget{ float: left; width: 50%; }
#footer #footer-main .footerMain-widgets .footerWidget-widgetOne{ padding-right: 12px; }
#footer #footer-main .footerMain-widgets .footerWidget-widgetTwo{ padding-left: 12px; }
#footer #footer-main .footerMain-aboutUs img{ width: auto; max-height: 70px; width: auto; margin-bottom: 18px; }
#footer #footer-main a{ color: #EFEFEF; }
#footer #footer-main a:hover{ color: #FFF; }
/* Social Feed */
.socialFeed-widget{ /* height: 330px; */ display: flex; flex-direction: column; color: #202020; background-color: #FFF; border-radius: 4px; }
.socialFeed-widget .sf-header{ background-color: #EEE; border-radius: 4px 4px 0 0; }
.socialFeed-widget .sf-header-bg{ height: 80px; background-size: cover; background-position: center; background-repeat: no-repeat; border-radius: 4px 4px 0 0; background-position: center; background-size: cover; background-repeat: no-repeat; }
.socialFeed-widget .sf-header-data{ position: relative; }
.socialFeed-widget .sf-icon{ width: 62px; height: 62px; position: absolute; top: -21px; left: 8px; border-radius: 50%; background-color: #000; z-index: 1; background-position: center; background-size: cover; background-repeat: no-repeat; }
.socialFeed-widget .sf-details{ padding: 12px 0 12px 84px; }
.socialFeed-widget .sf-details h6{ font-size: 16px; font-weight: 700; line-height: 1; font-family: 'Roboto', Arial, Helvetica, sans-serif; padding: 0 0 6px; margin: 0; }
.socialFeed-widget .sf-details p{ font-size: 13px; line-height: 1; color: #5F5F5F; padding: 0; }
.socialFeed-widget .sf-feed{ flex: 1; overflow: auto; }
.socialFeed-widget .sf-feed .feedItem{ border-top: solid 1px #EEE; padding: 16px 12px; }
.socialFeed-widget .sf-feed .feedItem .fi-content{ font-size: 13px; }
.socialFeed-widget .sf-feed .feedItem .fi-date{ font-size: 11px; padding: 0; }
.socialFeed-widget .sf-feed::-webkit-scrollbar{ transition: all .5s; width: 5px; height: 1px; z-index: 10; }
.socialFeed-widget .sf-feed::-webkit-scrollbar-track{ background: transparent; }
.socialFeed-widget .sf-feed::-webkit-scrollbar-thumb{ background: #b3ada7; }
.socialFeed-widget .sf-button{ height: 35px; padding: 8px 12px; box-sizing: content-box; display: flex; align-items: center; }
.socialFeed-widget .sf-button iframe{ width: 100%; }
/* Twitter */
.socialFeed-widget.twitterWidget .sf-header-bg{ background-color: #1DA1F2; }
.socialFeed-widget.twitterWidget a{ color: #1DA1F2 !important; }
/* Facebook */
.socialFeed-widget.facebookWidget .sf-header-bg{ background-color: #3B5998; }
.socialFeed-widget.facebookWidget a{ color: #3B5998 !important; }
/* Copyright */
/* Social Networks */
#footer #footer-socials ul{ list-style: none; margin: 0; padding: 0; }
#footer #footer-socials a{ color: #DDD; text-decoration: none; display: block; width: 42px; height: 42px; overflow: hidden; }
#footer #footer-socials a:hover{ color: #FFF; }
#footer #footer-socials li{ display: inline-block; margin-bottom: 20px; }
#footer #footer-socials li .network-icon{ display: block; line-height: 42px; height: 42px; width: 42px; text-align: center; font-size: 24px; }
/* Funders and Awards */
#footer-supporters{ padding: 40px 0; background-color: var(--background); }
#footer-supporters .logos{ list-style: none; padding: 15px 0 25px; margin: 0 -20px; }
#footer-supporters .logos .logo{ width: 150px; height: 100px; background-color: #FFF; border-radius: 3px; display: flex; text-align: center; padding: 20px; margin: 0 10px; }
#footer-supporters .logos .supporterlogo{ margin: 0; width: 100%; height: 100%; background-position: center; background-size: contain; background-repeat: no-repeat; }

/* Single Page (Generic) */
/* Page Title */
.pagewide-title .page-title, #single-project-title .project-title, #single-event-title .event-title{ font-weight: 900; font-size: 52px; padding: 0; margin: 0; line-height: 1.5; font-family: 'Roboto', Arial, Helvetica, sans-serif }
.pagewide-title .page-description{ padding-top: 12px; }
.pagewide-title .page-description p{ color: #EFEFEF; font-weight: 100; font-size: 24px; }
.pagewide-title .page-description p:last-of-kind{ padding-bottom: 0; margin-bottom: 0; }
/* Default Image */
.pagewide-title .inner-title{ padding: 32px 12px; min-height: 350px; display: flex; align-items: center; }
/* No Image */
.pagewide-title.no-fi{ background: var(--title_bg); }
.pagewide-title.no-fi .inner-title{ text-align: center; color: #000; }
/* Featured Image */
.pagewide-title.has-fi{ width: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; }
.pagewide-title.has-fi .inner-title{ height: 75vh; background-color: rgba(0,0,0,.5); color: #FFF; display: flex; align-items: flex-end; }
.pagewide-title.has-fi .inner-title .container{ width: 100%; padding-top: 65px; padding-bottom: 65px; }

/* Landing Page */
.page .landing-page-container .page-content.uses-siteorigin{ padding: 0; }
.page .landing-page-container .title-padding{ background-color: #80276E; height: 150px; }

/* No Content */
.no-posts{ padding: 0 12px 25px; text-align: center; margin: 0 auto; }
.no-posts .no-posts-icon{ font-size: 95px; color: #808080; padding: 18px 0; }
.no-posts .no-posts-content h1{ padding-bottom: 24px; font-size: 25px; font-weight: 500; text-transform: uppercase; }

/* Blog */
/* Archive */
.archive-container .archive-posts .post{ margin-bottom: 24px; }
.archive-container .archive-posts .post .wrap{ background-color: #FFF; }
.archive-container .archive-posts .post .featured-image{ padding-bottom: 56.5%; background-size: cover; background-position: center; background-repeat: no-repeat; margin: 0; }
.archive-container .archive-posts .post .content{ padding: 32px; }
.archive-container .archive-posts .post .post-excerpt{ padding: 14px 0 32px; }
.archive-container .archive-posts .post .post-meta > *{ display: inline; padding: 0; }
.archive-container .archive-posts .post .post-meta > .meta-div{ padding: 0 12px; color: var(--divider); }
.archive-container .archive-posts .post .post-meta .readmore .icon{ padding: 0 0 0 8px; }
.archive-container .archive-posts .post .post-meta .date .icon, .archive-container .archive-posts .post .post-meta .cat .icon{ padding: 0 8px 0 0; }

/* Navigation */
.archive-navigation{ text-align: center; margin: 0; padding: 0; }
.archive-navigation ul{ list-style: none; margin: 26px 0; padding: 0; height: 42px; }
.archive-navigation li{ display: inline-block; margin: 0 2px; width: 42px; vertical-align: top; }
.archive-navigation li a{ text-decoration: none; border: none; text-align: center; display: block; height: 42px; line-height: 42px; font-family: 'Roboto', Arial, Helvetica, sans-serif; border-radius: 5px; }
.archive-navigation li.next-prev-link a{ font-size: 21px; color: #FFF; background-color: #222; }
.archive-navigation li.next-prev-link a:hover{ background-color: var(--primary_dark); }
.archive-navigation li.inactive a, .archive-navigation li.active a{ font-size: 18px; font-weight: 700; }
.archive-navigation li.inactive a{ color: #A0A0A0; }
.archive-navigation li.inactive a:hover{ background-color: var(--primary); color: #FFF; }
.archive-navigation li.active a{ color: #494949; background-color: #CFCFCF; }
/* Sidebar */

/* Single */
.single-post #featured-image img{ margin-bottom: 24px; border-radius: 4px; }
.single-post .blog-wrap{ padding: 60px 0; }
/* Post Meta Data */
#single-post-title .post-meta{ font-family: 'Roboto', Arial, Helvetica, sans-serif; font-size: 21px; line-height: 1.3; padding: 24px 0 0; margin: 0; font-weight: 300; }
#single-post-title.has-fi .post-meta{ color: #E0E0E0; }
#single-post-title.no-fi .post-meta{ color: #4b4b4b; }
/* Post Date */
.pagewide-title .post-date span{ font-size: 13px; color: #FFF; text-transform: uppercase; font-weight: 700; line-height: 20px; border-radius: 40px; background-color: #CC366E; padding: 10px 23px; display: inline-block; }
/* Post Author */
/* Title */
.pagewide-title.single-blog.has-fi{ height: 100vh; }
.pagewide-title.single-blog.has-fi .post-meta p{ color: #FFF; font-weight: 400; display: inline-block; }
.pagewide-title.single-blog.has-fi .post-meta a{ color: #00539B; }
.pagewide-title.single-blog.has-fi .post-meta > div{ display: inline; padding: 0 4px; }
.pagewide-title.single-blog.has-fi .post-meta div:first-child::after{ content: "\2022"; display: inline; padding: 0 5px 2px 12px; color: rgba(255,255,255,.6); font-size: 12px; }
/* Next / Previous Post */
.post-next-prev{ padding: 48px 0 32px; }
.post-nextprev-wrap{ width: 50%; float: left; }
.post-next-prev .nextprev-link{ display: block; text-decoration: none; padding: 24px 0; position: relative; }
.post-next-prev .nextprev-link:hover{ background-color: #20002D; color: #FFF; }
.post-next-prev .nextprev-link .nextprev-icon, .post-next-prev .nextprev-link .nextprev-content{ float: left; }
.post-next-prev .nextprev-link .nextprev-icon{ width: 45px; height: 62px; line-height: 62px; position: absolute; top: 50%; transform: translateY( -50% ); text-align: center; font-size: 24px; }
.post-next-prev .nextprev-link .nextprev-content{ width: calc( 100% - 45px); padding: 0 24px; }
.post-next-prev .nextprev-link .nextprev-linktitle{ font-size: 22px; text-transform: uppercase; font-weight: 400; }
.post-next-prev .nextprev-link .nextprev-posttitle{ font-size: 16px; padding: 0; margin: 0; }
/* Next Post */
.post-next-prev .next-post .nextprev-link .nextprev-icon{ right: 0; }
.post-next-prev .next-post .nextprev-link .nextprev-content{ margin-right: 45px; text-align: right; }
/* Previous Post */
.post-next-prev .previous-post .nextprev-link .nextprev-icon{ left: 0; }
.post-next-prev .previous-post .nextprev-link .nextprev-content{ margin-left: 45px; }
/* Content */

/* Page Not Found (Error 404) */
#error-404{ padding: 120px 0; text-align: center; }
#error-404 .errorno{ background: var(--primary_dark); background: linear-gradient(to top, var(--primary_dark) 0%, var(--primary_light) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-size: 24rem; font-weight: 900; line-height: 1; padding-bottom: 32px; }
#error-404 .errortitle{ font-size: 3rem; padding-bottom: 24px; }
#error-404 .errortext{ font-size: 1.35rem; }
#error-404 .errorcode{ padding: 32px 0 0; color: #5f5f5f; }

/* Front Page */


/* Contact us Page */

/* Events */
/* Notification */
.tribe-events .tribe-events-c-messages__message{ align-items: unset; background-color: var(--background); padding: 0 !important; border-right: solid 7px #f9a825; }
.tribe-common .tribe-common-c-svgicon--messages-not-found{ background: #f9a825; padding: 18px; fill: #FFF; width: 24px; box-sizing: content-box; }
.tribe-common .tribe-common-c-svgicon--messages-not-found path{ stroke: #202020; }
.tribe-common .tribe-events-c-messages__message-list{ flex: 1; display: flex; align-items: center; padding: 18px; }
/* Archive */
.tribe-events.tribe-events-view{ background-color: #FFF; }
.tribe-common.tribe-events .container{ padding-top: 60px; padding-bottom: 60px; }
.tribe-events .tribe-events-calendar-month__multiday-event-wrapper{ height: auto; }
.tribe-events .tribe-events-l-container{ padding-top: 60px; padding-bottom: 60px; }
.tribe-events .tribe-events-header--has-event-search .tribe-events-header__events-bar{ padding: 8px 18px; background-color: var(--background); }
.tribe-events .tribe-events-c-search__input-control{ margin: 0; padding: 0 10px 0 0; }
.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input, .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input, .tribe-events.tribe-common--breakpoint-medium .tribe-events-c-search__input{ margin: 0; padding: 0 12px; font-size: 17px; font-weight: 300; font-family: 'Roboto', Arial, Helvetica, sans-serif; line-height: 40px; }
.tribe-events.tribe-common--breakpoint-medium .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item{ padding: 13px 0 13px 12px; }
.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item:first-of-type{ padding-left: 0; }
.tribe-events .tribe-events-c-search__button, .tribe-events.tribe-common--breakpoint-medium .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link{ line-height: 42px; padding: 0 12px; font-family: 'Roboto', Arial, Helvetica, sans-serif; font-size: 1rem; background-color: #FFF; border: none; color: var(--link_color); text-decoration: none; transition: all .2s ease; }
.tribe-events .tribe-events-c-search__button:hover, .tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link:hover, .tribe-events .tribe-events-c-top-bar__today-button:hover, .tribe-events .tribe-events-c-top-bar__datepicker-button:hover{ background-color: var(--primary_light); color: var(--primary_dark); }
.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link, .tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:hover{ background-color: var(--primary); color: #FFF; }
.tribe-events .tribe-events-c-top-bar__nav-link{ width: 40px; line-height: 40px; text-align: center; padding: 0; border: none; background-color: var(--divider); transition: all .2s ease; }
.tribe-events .tribe-events-c-top-bar__nav-link-icon-svg{ vertical-align: middle; color: #FFF; height: 16px; width: auto; }
.tribe-events .tribe-events-c-top-bar__nav-link:hover{ background-color: var(--primary_dark); }
.tribe-events .tribe-events-c-top-bar__nav-link:hover .tribe-events-c-top-bar__nav-link-icon-svg{ color: #FFF; }
.tribe-events .tribe-events-c-top-bar__datepicker-button{ width: fit-content; font-family: 'Roboto', Arial, Helvetica, sans-serif; border: none; background: transparent; color: var(--primary); font-size: 16px; }
.tribe-events .tribe-events-c-top-bar__today-button, .tribe-events .tribe-events-c-top-bar__datepicker-button{ text-decoration: none; color: var(--link_color); padding: 0 12px !important; line-height: 40px; }
.tribe-events .tribe-events-c-ical__link, .tribe-events .tribe-events-c-ical__link{ width: fit-content; }
/* Calendar */
.tribe-events .datepicker .month, .tribe-events .datepicker .year{ padding: 0; }
.tribe-events .tribe-events-calendar-month__day{ background-color: #F6F6F6; }
.tribe-events .tribe-events-calendar-month__day-date{ font-size: 13px; text-align: right; }
.tribe-events .tribe-events-calendar-month__header-column{ padding-bottom: 0; background-color: var(--divider); color: #FFF; }
.tribe-events .tribe-events-calendar-month__header-column-title{ padding: 16px 12px; line-height: 1; font-size: 21px; }
.tribe-events .tribe-events-calendar-month__calendar-event-datetime{ font-size: 12px; color: #353535; }
.tribe-events .tribe-events-calendar-month__calendar-event-title a, .tribe-events .tribe-events-calendar-month__multiday-event-bar{ display: block; padding: 5px; border-radius: 4px; background-color: var(--primary); }
.tribe-events .tribe-events-calendar-month__calendar-event-title a, .tribe-events .tribe-events-calendar-month__multiday-event-bar h3{ font-size: 0.8rem; color: #FFF; }
.tribe-events .tribe-events-calendar-month__calendar-event-title a:hover, .tribe-events .tribe-events-calendar-month__multiday-event-hidden-title{ background-color: var(--primary); }
.tribe-events .tribe-events-calendar-month-nav{ display: none; }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body{ border-top: solid 1px var(--divider); border-left: solid 1px var(--divider); }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day{ border-color: var(--divider); }
/* Day */
#eventArchive_day .event-day a{ display: block; color: #202020; text-decoration: none; height: 100%; }
#eventArchive_day .event-day .image{ padding-bottom: 65.7%; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; background-color: #CFCFCF; }
#eventArchive_day .event-day .image > .icon{ display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-size: 102px; width: 150px; line-height: 150px; text-align: center; color: #B0B0B0; z-index: 1; }
#eventArchive_day .event-day .event-title{ font-size: 1.5rem; padding: 15px; }
#eventArchive_day .event-day .ticket{ position: absolute; top: 12px; right: 12px; width: fit-content; color: #FFF; background-color: #202020; padding: 5px 9px; font-size: 13px; z-index: 2; text-transform: uppercase; }
#eventArchive_day .event-day .ticket .icon, #eventArchive_day .event-day .event-info .icon{ padding-right: 6px; width: 18px; text-align: center; }
#eventArchive_day .event-day .event-info .icon{ color: var(--primary); }
#eventArchive_day .event-day .event-info{ color: #5F5F5F; padding: 0 15px 15px; }
#eventArchive_day .tribe-events-c-nav, #eventArchive_day + .tribe-events-c-nav, #eventArchive_list .tribe-events-c-nav, #eventArchive_list + .tribe-events-c-nav{ display: none; }
/* List */
#eventArchive_list .month-heading{ font-weight: 900; font-size: 1.6rem; padding-bottom: 18px; }
#eventArchive_list .event-list{ margin-bottom: 18px; }
#eventArchive_list .event-list a, #eventArchive_list .event-list a:hover{ text-decoration: none; }
#eventArchive_list .event-list .event-date{ background-color: var(--primary); color: #FFF; width: 120px; padding: 18px; margin: 0; }
#eventArchive_list .event-list .event-date > span{ width: 100%; display: block; text-align: center; line-height: 1; }
#eventArchive_list .event-list .event-date .month{ font-size: 18px; padding-bottom: 16px; }
#eventArchive_list .event-list .event-date .date{ font-size: 42px; font-weight: 300; }
#eventArchive_list .event-list .image{ width: 220px; background-size: cover; background-position: center; position: relative; }
#eventArchive_list .event-list .event-info{ flex: 1; padding: 16px; color: #202020; }
#eventArchive_list .event-list .event-info h2{ font-size: 1.35rem; padding-bottom: 12px; }
#eventArchive_list .event-list .event-info time, #eventArchive_list .event-list .event-info address{ font-size: 14px; color: #5F5F5F; font-style: normal; }
#eventArchive_list .event-list .event-info time .icon, #eventArchive_list .event-list .event-info address .icon, #eventArchive_list .event-list .event-info .ticket .icon{ padding-right: 6px; width: 18px; text-align: center; }
#eventArchive_list .event-list .event-info time .icon, #eventArchive_list .event-list .event-info address .icon{ color: var(--primary); }
#eventArchive_list .event-list .event-info .ticket{ width: fit-content; color: #FFF; background-color: #202020; padding: 5px 9px; font-size: 13px; text-transform: uppercase; margin-top: 12px; }
/* Tooltip */
.tooltipster-base.tribe-events-tooltip-theme{ max-width: 350px; }
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper{ width: 100%; margin-bottom: 0; }
.tooltipster-base.tribe-events-tooltip-theme.tooltipster-sidetip .tooltipster-box{ border-radius: 0; background-color: #FFF; border: none; box-shadow: 0 4px 7px rgba(0,0,0,.2); }
.tooltipster-base.tribe-events-tooltip-theme.tooltipster-sidetip .tooltipster-content{ color: #202020; }
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime{ padding: 17px 14px 0; font-size: 0.75rem; color: #353535; }
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title{ padding: 0 14px; }
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-description{ padding: 0 14px 17px; }
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-cost{ margin-top: 0; padding: 0 14px 17px; font-size: 0.75rem; font-weight: 700; }
/* Single */
.events-single .icalliinks{ padding: 12px 0; }
.events-single .icalliinks .link{ padding: 12px 18px; background-color: #FFF; text-decoration: none; display: inline-block; width: fit-content; transition: all .2s ease; }
.events-single .icalliinks .link:hover, .events-single #eventData .maplink .link:hover{ background-color: var(--primary_dark); color: #FFF; }
.events-single #tribe-events-pg-template{ padding: 0 0 60px; width: 100%; max-width: 100%; }
.events-single #eventMeta, .events-single #eventData{ background-color: var(--primary); color: #FFF; }
.events-single #eventMeta, .events-single #eventData{ margin: 0; padding: 40px 0; }
.events-single #eventMeta .metatitle, .events-single #eventData .metatitle{ font-size: 0.875rem; font-weight: 700; }
.events-single #eventMeta .metacontent, .events-single #eventData .metacontent{ font-weight: 400; font-size: 1.4rem; padding-bottom: 0; }
.events-single #eventContent{ padding-top: 80px; padding-bottom: 80px; }
.events-single #eventMap{ position: relative; background-color: var(--title_bg); height: 650px; }
.events-single #eventMap::before{ position: absolute; top: 50%; left: 50%; z-index: 0; color: var(--primary_light); transform: translate(-50%,-50%); width: 250px; height: 250px; text-align: center; line-height: 250px; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 185px; content: "\f21d"; }
.events-single #eventMap .tribe-events-meta-group-gmap{ padding: 0; margin: 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; }
.events-single #eventMap .tribe-events-meta-group-gmap iframe{ height: 100%; }
.events-single #eventData .maplink .link{ display: block; padding: 12px 18px; background-color: #FFF; text-decoration: none; transition: all .2s ease; }
/* Overrides */
.ccdClient-headingTitle .ccdClient-headingTitle-titleInner{ padding: 0; }
.ccdClient-headingTitle .ccdClient-headingTitle-h1, .ccdClient-headingTitle .ccdClient-headingTitle-h2{ text-align: left; }
.ccdClient-headingTitle.show-divider .ccdClient-headingTitle-h1{ margin-bottom: 0; font-size: 32px; padding-bottom: 0; }
.ccdClient-headingTitle.show-divider .ccdClient-headingTitle-h2{ font-size: 17px; }
.ccdClient-headingTitle.show-divider .ccdClient-headingTitle-h1:before, .ccdClient-headingTitle.show-divider .ccdClient-headingTitle-h1:after{ content: none; }
/* Meta Box */
.event-location-info .event-location{ font-weight: 500; font-size: 22px; padding-bottom: 15px; }
#event-meta-info .meta-location .event-address{ font-style: italic; font-size: 17px; color: #404040 }
.event-location-info .button-getDirections{ font-size: 14px; text-transform: uppercase; text-decoration: none; font-weight: 700; color: #666; padding: 9px 13px; border-radius: 4px; background-color: rgba(0,0,0,.08); display: inline-block; vertical-align: middle; margin-left: 9px; }
.event-location-info .button-getDirections:hover{ background-color: #CC366E; color: #FFF; }
.event-location-info .button-getDirections .fa{ display: inline-block; margin-right: 6px; }
#event-meta-info .meta-location .event-date .event-date-text{ font-weight: 400; color: #202020; }
#event-meta-info .meta-location .event-date .event-time{ font-weight: 700; color: #CC366E; }
/* Widget */
#sidebar .tribe-events-widget .tribe-events-widget-events-list__header{ margin: 0; }

/* Vacancies */
/* Archive */
#jobs-archive .job .wrap{ background-color: #FFF; border-left: solid 5px var(--primary); padding: 24px; }
#jobs-archive .job .jobTitle{ font-size: 1.75rem; }
#jobs-archive .job .jobType .type{ display: block; width: fit-content; font-size: 0.875rem; background-color: var(--primary); color: #FFF; font-weight: 700; padding: 6px 10px; }
#jobs-archive .job .jobMeta .jobPrice{ padding: 0 15px 0 0; line-height: 42px; font-size: 1.35rem; font-weight: 700; }
#jobs-archive .job .jobMeta .jobLink{ padding: 0 0 0 15px; }
#jobs-archive .job .jobMeta{ padding: 18px 0 0; }
#jobs-archive .job .jobMeta .jobLink a{ line-height: 42px; text-align: center; background-color: var(--link_color); color: #FFF; text-decoration: none; font-size: 0.975rem; display: block; transition: all .2s ease; }
#jobs-archive .job .jobMeta .jobLink a:hover{ background-color: var(--link_hover); }
/* Single */
.jobAdvert .jobSidebar .applyButton{ padding: 0 0 18px; }
.jobAdvert .jobSidebar .applyNow{ text-align: center; display: block; padding: 10px 18px; font-size: 1.15rem; text-decoration: none; background-color: var(--link_color); color: #FFF; transition: all .2s ease; }
.jobAdvert .jobSidebar .applyNow:hover{ background-color: var(--link_hover); }
.jobAdvert .jobSidebar .applyNow .icon{ padding-right: 8px; }
.jobAdvert .jobSidebar .section-title{ font-size: 1.15rem; padding: 8px 0 6px; }
.jobAdvert #jobApply{ margin: 70px 0 0; padding: 25px; background-color: var(--title_bg); }
.jobAdvert #jobApply p:last-of-type{ padding-bottom: 0; }
.jobAdvert #jobApply .button{ display: block; width: fit-content; padding: 12px 20px; background-color: var(--link_color); color: #FFF; transition: all .2s ease; text-decoration: none; }
.jobAdvert #jobApply .button:hover{ background-color: var(--link_hover); }
/* Additional Files */
.jobAdvert .jobSidebar .filelist .files{ list-style: none; padding: 0; margin: 0; }
.jobAdvert .jobSidebar .filelist .item{ margin: 0 0 5px; }
.jobAdvert .jobSidebar .filelist .item .button{ display: block; color: #FFF; background-color: var(--primary); transition: all .2s ease; text-decoration: none; padding: 8px 15px; }
.jobAdvert .jobSidebar .filelist .item .button:hover{ background-color: var(--link_color); }
.jobAdvert .jobSidebar .filelist .item .button .icon{ padding-right: 6px; }

/* Media */
.media-sidebar.tabbed{ padding: 0; }
.media-sidebar.tabbed .tabbed-content{ padding: 24px 18px; }
.media-sidebar:last-of-type{ margin-bottom: 0; }
.media-sidebar ul{ list-style: none; margin: 0; padding: 0; }
.media-sidebar li{ margin-bottom: 24px; }
.media-sidebar li:last-of-type{ margin-bottom: 0; }
.media-sidebar a{ text-decoration: none; display: flex; }
.media-sidebar a:hover{ text-decoration: none; }
.media-sidebar .image{ background-size: cover; background-repeat: no-repeat; background-position: center; width: 100px; }
.media-sidebar .media-name{ flex: 1; padding-left: 18px; }
.media-sidebar .media-name h2{ font-weight: 300; font-size: 21px; line-height: 1.35; margin: 0; padding: 0; }
.media-sidebar .no-posts{ padding: 0; }
.media-sidebar .no-posts .no-posts-icon{ font-size: 3.75rem; padding-top: 0; }
.media-sidebar .no-posts .no-posts-content h1{ font-size: 1.2rem; padding-bottom: 17px; font-weight: 400; }
.media-sidebar .no-posts .no-posts-content p{ font-size: 14px; }
.media-sidebar .tabs{ margin: 0; padding: 0; list-style: none; display: flex; }
.media-sidebar .tabs .tab{ flex-grow: 1; flex-basis: 0; }
.media-sidebar .tabs .tab a{ display: block; text-align: center; background-color: #E0E0E0; padding: 18px 12px; text-decoration: none; text-transform: uppercase; font-size: 14px; color: #202020; }
.media-sidebar .tabs .tab a:hover{ background-color: #E6E6E6; }
.media-sidebar .tabs .tab.active a, .media-sidebar .tabs .tab.active a:hover{ background-color: #3f3120; color: #FFF; }
.media-sidebar .tabbed-content{ display: none; }
.media-sidebar .tabbed-content.active{ display: block; }
/* Galleries */
/* Archive */
#gallery-archive-title.pagewide-title .copyright-container .copyright-text, #publications-archive-title.pagewide-title .copyright-container .copyright-text, #videos-archive-title.pagewide-title .copyright-container .copyright-text{ bottom: 110px; }
article.galleryArchive{ display: inline-block; margin: 0 0 32px; padding: 0; box-sizing: border-box; vertical-align: top; }
article.galleryArchive .featuredImage{ background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; padding-bottom: 67%; }
article.galleryArchive .featuredImage .photoCount{ position: absolute; top: 15px; right: 15px; background-color: rgba(0,0,0,.75); color: #FFF; font-weight: 700; font-size: 11px; padding: 7px 12px; border-radius: 20px; text-align: center; min-width: 45px; }
article.galleryArchive .galleryContent{ padding: 18px 15px; }
article.galleryArchive .galleryContent h2{ font-weight: 700; font-size: 28px; line-height: 1.35; }
article.galleryArchive .galleryContent p{ font-weight: 200; font-size: 15px; line-height: 1.35; }
article.galleryArchive .galleryContent p.galleryDate{ color: #808080; }

#gallery-archive .no-media .content-wrap{ text-align: center; }
/* Single */
article.single-photo{ width: 25%; }
article.single-photo a{ margin: 11px 9px; display: block; }
article.single-photo img{ width: 100%; }
/* Shortcode Embed */
.gallerywidget{ margin: 5px auto 45px; border: solid 1px #DDD; border-radius: 3px; background-color: #FFF; width: 100%; }
.gallerywidget .inner{ padding: 18px 15px; }
.gallerywidget .photos{ display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-between; height: 450px; }
.gallerywidget .photos .photo{ background-color: #D0D0D0; margin: 0; border: solid 10px #FFF; background-position: center; background-repeat: no-repeat; background-size: cover; }
.gallerywidget .photos .photo:first-of-type{ width: 75%; height: 450px; }
.gallerywidget .photos .photo:not(:first-of-type){ width: 25%; height: 150px; position: relative; }
.gallerywidget .photos .photo .leftover{ text-align: center; line-height: 130px; color: #FFF; font-size: 1.65rem; font-weight: 700; background-color: rgba(0,0,0,.65); display: block; padding: 0; height: 130px; }
.gallerywidget .data{ padding: 10px; }
.gallerywidget .data p:last-of-type{ padding-bottom: 0; }
.gallerywidget .data .title{ font-size: 1.75rem; }
/* Gallery embed */
.gallery-preview-wrap{ margin: 5px auto 45px; border: solid 1px #DDD; border-radius: 3px; }
.gallery-preview-wrap .gallery-preview-inner{ padding: 17px 14px; }
.gallery-preview-wrap h2{ font-size: 24px; font-weight: 700; margin: 0; color: #353535; padding: 0 0 4px; font-family: 'Roboto', Arial, Helvetica, sans-serif; }
.gallery-preview-wrap ul{ margin: 0; list-style: none; padding: 11px 0; }
.gallery-preview-wrap li{ display: inline-block; margin: 0 2px; background-position: center; background-size: cover; }
.gallery-preview-wrap li:first-child{ margin: 0 2px 0 0; }
.gallery-preview-wrap li:last-child{ margin: 0 0 0 2px; }
.gallery-preview-wrap .gallery-meta p{ font-size: 12px; color: #555; }
.gallery-preview-wrap .gallery-description p{ font-size: 16px; color: #555; }
/* Videos */
/* Archive */
article.video-gallery{ display: inline-block; margin: 0 0 32px; padding: 0; box-sizing: border-box; vertical-align: top; }
article.video-gallery a{ display: block; text-decoration: none; }
article.video-gallery .featuredImage{ padding-bottom: 56.25%; margin-bottom: 32px; position: relative; }
article.video-gallery .featuredImage, .video-sidebar .recent-video .video-fi{ background-size: cover; background-position: center; background-repeat: no-repeat; }
article.video-gallery .featuredImage .playButton{ position: absolute; color: #FFF; background-color: rgba(0,0,0,.35); left: 0; top: 0; right: 0; bottom: 0; display: flex; align-items: center; opacity: 0; transition: opacity .2s ease-in-out; }
article.video-gallery:hover .featuredImage .playButton{ opacity: 1; }
article.video-gallery .featuredImage .playButton span{ width: 100%; text-align: center; font-size: 48px; text-shadow: 0 2px 4px rgba(0,0,0,.3); }
article.video-gallery .video-info h2{ font-weight: 700; font-size: 28px; line-height: 1.35; }
article.video-gallery .video-info p{ font-weight: 100; font-size: 15px; line-height: 1.35; }
/* Single */
#single-video-container .content-container, #single-publication-container .content-container{ margin-top: 32px; }
#single-header.video-header .page-spacer, #single-header.short-header .page-spacer{ height: 190px; }
#single-header.video-header, #single-header.short-header{ height: 230px; }
#video-player{ background-color: #111; position: relative; width: 100%; height: calc( 100vh - 60px ); }
body.adminbar #video-player{ height: calc( 100vh - 92px ); }
#video-player .container{ max-width: 100%; position: absolute; left: 0; top: 0; bottom: 0; right: 0; padding: 0; }
#video-player iframe{ width: 100%; height: 100%; }
#single-video-title .page-title{ text-align: left; font-size: 48px; font-weight: 700; padding: 0; }
#video-content .video-meta span, #video-content .video-meta a, #post-source span, #post-source a{ display: inline-block; margin: 0 -2px; padding: 9px 15px; border-style: solid; border-width: 1px; }
#video-content .video-meta span, #post-source span{ color: #FFF; background-color: #20002D; border-color: #20002D; }
#video-content .video-meta a, #post-source a{ background-color: #E0E0E0; color: #222; transition: all .25s ease-in-out; border-top-color: #E0E0E0; border-left-color: #E0E0E0; border-right-color: #E0E0E0; border-bottom-color: #E0E0E0; }
#video-content .video-meta a:hover, #post-source a:hover{ background-color: #FFF; color: #000; border-left-color: #FFF; border-top-color: #DDD; border-right-color: #DDD; border-bottom-color: #DDD; }
#video-content .video-column{ display: inline-block; vertical-align: top; margin: 0 -2px; box-sizing: border-box; }
#video-content .video-data{ padding-right: 12px; width: 70%; }
#video-content .video-posts{ padding-left: 12px; width: 30%; }
#video-content .video-posts ul{ margin: 0; padding: 0; list-style: none; }
#video-content .video-posts li{ padding: 0 0 6px; clear: both; }
#video-content .video-posts .video-fi{ height: 65px; width: 115px; background-size: cover; background-position: center; float: left; margin: 0 7px 7px 0; }
#video-content .video-posts .recent-info{ padding: 10px 0 10px 7px; }
.video-sidebar .recent-video .video-info-container{ padding: 12px 16px; }
#video-content .video-posts p{ font-weight: 700; }
/* Sidebar */
.video-sidebar ul{ list-style: none; margin: 0; padding: 0; }
.video-sidebar li{ margin-bottom: 24px; }
.video-sidebar a{ text-decoration: none; }
.video-sidebar .video-info h2{ font-weight: 300; font-size: 21px; line-height: 1.35; margin: 0; padding: 0; }
#sidebar.video-sidebar .widget-title::before{ width: 75px; }
#sidebar.video-sidebar .widget-title::after{ width: 210px; }
/* Publications */
/* Archive */
#publication-archive .publication a{ text-decoration: none; }
#publication-archive .publication .image-wrap, #single-publication .noCover{ background-color: #DFDFDF; padding: 8px; }
#publication-archive .publication .image, #single-publication .noCover{ width: 100%; padding-bottom: 100%; background-size: contain; background-repeat: no-repeat; background-position: center; position: relative; margin: 0; display: block; }
#publication-archive .publication .image > span, #single-publication .noCover > span{ position: absolute; display: block; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 150px; line-height: 150px; text-align: center; color: #C4C4C4; font-size: 6rem; }
#publication-archive .publication .content{ padding: 18px 16px 6px; color: #202020; }
#publication-archive .publication .content .title{ font-weight: 400; padding-bottom: 7px; font-size: 1.35rem; }
#publication-archive .publication .content .author{ font-size: 0.85rem; }
/* Single */
#single-publication{ padding-top: 40px; padding-bottom: 60px; }
#single-publication .post-title .title{ font-weight: 900; padding: 12px 0; }
#single-publication .post-meta .author{ padding: 12px 0 8px; }
#single-publication .post-meta .published{ padding: 8px 0 18px; }
#single-publication .post-meta p{ line-height: 1; }
#single-publication .post-meta .label{ width: 100px; display: inline-block; font-weight: 900; }
#single-publication .post-content{ padding: 12px 0 24px; }
#single-publication .cover img{ max-width: 100%; width: auto; height: auto; }
#single-publication .post-download .download-button{ background-color: #FFF; box-shadow: 0 4px 7px rgba(0,0,0,.2); color: #202020; display: flex; padding: 18px; text-decoration: none; transition: all .2s ease; }
#single-publication .post-download .download-button:hover{ color: #FFF; background-color: var(--primary); }
#single-publication .post-download .download-button .icon{ width: 64px; line-height: 42px; font-size: 28px; text-align: center; }
#single-publication .post-download .download-button .label{ flex: 1; display: flex; align-items: center; }
#single-publication .post-download .download-button .label .dl-item{ padding: 6px 0; line-height: 1; font-size: 18px; font-weight: 300; }
#single-publication .post-download > .download{ padding: 5px 15px 15px 15px; }
#single-publication .post-download > .download.download_pdf{ padding-left: 0; }
#single-publication .post-download > .download.view_pdf{ padding-right: 0; }
#single-publication .post-quote{ padding: 36px; color: #FFF; background-color: var(--primary); margin-bottom: 24px; position: relative; }
#single-publication .post-quote > span{ position: absolute; width: 128px; line-height: 128px; text-align: center; color: #FFF; font-size: 84px; left: 0; top: 0; z-index: 0; }
#single-publication .post-quote .quote{ position: relative; z-index: 1; padding: 12px 6px; }
#single-publication .post-quote .quote p{ text-align: center; font-size: 24px; font-weight: 300; line-height: 1.5; }
#single-publication .post-quote .quoteby{ text-align: right; }
#single-publication .post-quote .quoteby p{ padding: 12px 0 0; font-style: italic; font-weight: 300; line-height: none; }
@media only screen and (max-width: 800px){
  #single-publication .post-download > .download.download_pdf{ padding-right: 0; }
  #single-publication .post-download > .download.view_pdf, #pdf-viewer-container{ display: none; }
}
/* Audio / Podcasts */
/* Archive */
.audioArchive .postContainer{ display: flex; flex-direction: row; flex-wrap: wrap; }
.audioArchive .audioPost .featuredImage{ padding-bottom: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; position: relative; background-color: #DFDFDF; }
.audioArchive .audioPost:not(.has-post-thumbnail) .featuredImage{ position: relative; }
.audioArchive .audioPost:not(.has-post-thumbnail) .featuredImage:before{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 150px; height: 150px; text-align: center; line-height: 150px; font-size: 102px; color: #c9c9c9; font-family: 'Font Awesome 6 Free'; }
.audioArchive .audioPost.musicPost:not(.has-post-thumbnail) .featuredImage:before{ content: "\f58f"; font-weight: 700; }
.audioArchive .audioPost.podcastPost:not(.has-post-thumbnail) .featuredImage:before{ content: "\f2ce"; font-weight: 700; }
.audioArchive .audioPost .featuredImage span{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 85px; height: 85px; line-height: 85px; text-align: center; color: #ebebeb; font-size: 72px; text-shadow: 1px 3px 4px rgba(0,0,0,.35); }
.audioArchive .audioPost .playButton{ position: absolute; left: 0; top: 0; bottom: 0; right: 0; background-color: rgba(0,0,0,.23); opacity: 0; transform: all .2s ease; }
.audioArchive .audioPost:hover .playButton{ opacity: 1; }
.audioArchive .audioPost .coverImage{ padding: 0; }
.audioArchive .audioPost .audio-info{ padding: 15px 0 0; }
.audioArchive .audioPost .audio-info h2{ padding-bottom: 0; }
.audioArchive .audioPost .audio-info h2 a{ font-weight: 500; font-size: 25px; }
.audioArchive .audioPost .audio-info p{ font-size: 14px; padding-bottom: 6px; }
.audioArchive .audioPost .audio-info .artist-album{ color: #999; font-style: italic; }
/* Single */
.audioFile .audioDescription{ padding-bottom: 24px; }
.audioFile .audio-coverImage .coverImage-image{ padding-bottom: 100%; background-position: center; background-size: cover; }
.audioFile .audio-coverImage{ padding: 0; }
.audioFile .audioPlayer{ padding: 0; flex: 1; display: flex; align-items: center; }
.audioFile .audioPlayer iframe{ width: 100%; }
.audioFile .audioFile-title{ display: flex; align-items: center; }
.audioFile .audio-information .audio-metaLabel.displayTitle, .video-metaLabel.displayTitle{ font-size: 21px; }
#audioSidebar .audioList{ margin: 0; padding: 0; list-style: none; }
#audioSidebar .audioList li{ padding-bottom: 8px; }
#audioSidebar .audioList a{ display: flex; }
#audioSidebar .audioList .coverImage{ width: 20%; padding-bottom: 20%; border-radius: 4px; background-size: cover; background-position: center; position: relative; background-color: #DFDFDF; }
#audioSidebar .audioList a:hover .coverImage .playButton{ opacity: 1; }
#audioSidebar .audioList .coverImage .playButton{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,.2); opacity: 0; transition: all .2s ease; }
#audioSidebar .audioList .coverImage .playButton span{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 48px; height: 48px; line-height: 48px; text-align: center; color: #ebebeb; font-size: 36px; text-shadow: 1px 3px 4px rgba(0,0,0,.35); }
#audioSidebar .audioList .coverImage:not(.has-post-thumbnail):before{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 48px; height: 48px; text-align: center; line-height: 48px; font-size: 36px; color: #c9c9c9; font-family: 'Font Awesome 6 Free'; }
#audioSidebar .audioList .recent-music .coverImage:not(.has-post-thumbnail):before{ content: "\f58f"; font-weight: 700; }
#audioSidebar .audioList .recent-podcast .coverImage:not(.has-post-thumbnail):before{ content: "\f2ce"; font-weight: 700; }
#audioSidebar .audioList .track-name{ width: 80%; padding-left: 12px; display: flex; align-items: center; }
#audioSidebar .audioList .track-name h2{ font-size: 21px; font-weight: 500; margin-bottom: 0; padding-bottom: 0; }

/* Staff */
/* Archive */
#staff-archive{ padding: 85px 0 55px; }
/* Filter Bar */
#staff-filters{ background-color: #FFF; padding: 32px 24px; float: left; width: 280px; margin-right: 12px; }
#staff-filters .staff-filters{ list-style: none; margin: 0; padding: 0; }
#staff-filters .filter-title{ padding: 0 12px 12px; font-weight: 700; color: #000; }
#staff-filters li a{ display: block; padding: 8px 12px; }
#staff-filters .selected-dept a{ background-color: #80276E; text-decoration: none; font-weight: 700; color: #FFF; }
#staff-filters li:hover a{ background-color: #DFDFDF; color: #222; }
/* Individual Profiles */
.ccdClient-staffProfileList{ list-style: none; margin: 0; padding: 0; }
.ccdClient-staffProfile{ float: left; padding: 0 9px 36px; }
.ccdClient-staffProfile .profile{ display: flex; height: 100%; flex-direction: column; text-decoration: none; background-color: #FFF; color: #202020; cursor:default; }
.ccdClient-staffProfile .staffProfile-staffImage{ width: 100%; padding-bottom: 110%; position: relative; background-position: top center; background-size: cover; text-decoration: none; background-color: #FFF; }

.ccdClient-staffProfile .staffProfile-linkWrap{ width: 100%; overflow: hidden; }
.ccdClient-staffProfile .staffProfile-info{ padding: 28px; flex: 1; display: flex; flex-direction: column; }
.ccdClient-staffProfile .staffProfile-info h3{ font-size: 24px; font-weight: 700; }
.ccdClient-staffProfile .staffProfile-info .staff-role{ flex: 1; }
.ccdClient-staffProfile .staffProfile-info .staff-email{ padding: 12px 0 0; align-items: baseline; }
.ccdClient-staffProfile .staffProfile-info .staff-email a{ display: block; text-decoration: none; padding: 10px 16px; color: #FFF; background-color: var(--link_color); transition: all .2s ease; width: fit-content; font-size: 0.875rem; }
.ccdClient-staffProfile .staffProfile-info .staff-email a:hover{ background-color: var(--link_hover); }
.ccdClient-staffProfile .staffProfile-info .staff-email .icon{ padding-right: 8px; }
/* Single */
#single-staff-title.pagewide-title .inner-title{ padding: 48px 0; }
#single-staff-title .secondary-title{ font-weight: 300; font-size: 2.25rem; color: #9F9F9F; }
#single-staff-title .staffProfile-linksList{ list-style: none; margin: 0; padding: 0; text-align: right; }
#single-staff-title .staffProfile-linksList li{ display: inline-block; margin: 0 -4px 0 0; }
#single-staff-title .staffProfile-linksList a{ display: block; width: 48px; height: 48px; overflow: hidden; text-decoration: none; transition: all .2s ease-in-out; color: #5F5F5F; }
#single-staff-title .staffProfile-linksList a:hover{ color: #EFEFEF; background-color: #202020; }
#single-staff-title .staffProfile-linksList a span{ width: 48px; line-height: 48px; text-align: center; display: block; font-size: 1.3125rem; }

.single-staff #staffDescription{ padding: 48px 15px 32px 30px; }
.single-staff #staffDescription p:last-of-type{ padding-bottom: 0; }
.single-staff #staffPhoto{ padding: 0 15px; background-position: center; background-size: cover; background-repeat: no-repeat; }
.single-staff #staffPhoto img{ vertical-align: bottom; }

.single-staff #staffStats .staffStat, .single-staff #staffQuestions .staffQ{ font-family: 'Roboto', Impact, sans-serif; font-weight: 300; }
.single-staff #staffStats .staffStat{ font-size: 1.5rem; color: #505050; }
.single-staff #staffQuestions .staffQ{ font-size: 2rem; }

.single-staff #staffStats{ background-color: #C0C0C0; padding: 48px 0; }
.single-staff #staffStats p{ padding-bottom: 0; }

.single-staff #staffQuote, .single-publication #publicationQuote{ padding: 48px 0; color: #FFF; background-color: #201c29; }
.single-staff #staffQuote p, .single-publication #publicationQuote p{ font-family: 'Roboto', Arial, Helvetica, sans-serif; line-height: 1.6; color: #FFF; }
.single-staff #staffQuote .quoteText p, .single-publication #publicationQuote .quoteText p{ font-size: 1.5rem; }
.single-staff #staffQuote .quoteText p:last-of-type, .single-publication #publicationQuote .quoteText p:last-of-type{ padding: 0; margin: 0; }
.single-staff #staffQuote .quotedby, .single-publication #publicationQuote .quotedby{ font-size: 1.125rem; text-align: right; font-style: italic; padding: 28px 0 0; }

.single-staff #staffQuestions{ padding: 48px 0 60px; }
.single-staff #staffQuestions article{ padding-bottom: 24px; }
.single-staff #staffQuestions article:last-of-type{ padding-bottom: 0; }

/* Comments */
/* reCAPTCHA fix */
p.form-submit{ display: none; }
.form-submit.recaptcha-submit input{ font-weight: 700; }
/* Coment Form */
.comment-field{ padding-bottom: 7px; box-sizing: border-box; }
.comment-field label, .caldera-grid form label, .caldera-grid input[type=checkbox], .caldera-grid input[type=radio]{ display: block; line-height: 30px; font-size: 16px; margin: 0 0 4px; font-family: 'Roboto', Arial, Helvetica, sans-serif; font-weight: 400; }
.comment-field input, .comment-field textarea, .caldera-grid input, .caldera-grid textarea, #page-wrap .caldera-grid input, #page-wrap .caldera-grid textarea{ font-size: 14px; font-family: 'Roboto', Arial, Helvetica, sans-serif; font-weight: 300; display: inline-block; }
.comment-field .required-field, .caldera-grid form .field_required{ color: #AE0000; font-weight: 700; }
.comment-field input[type="text"], .comment-field textarea{ border: solid 1px #AAA; border-radius: 3px; padding: 5px 11px; font-family: 'Roboto', Arial, Helvetica, sans-serif; font-size: 16px; line-height: 24px; width: 100%; box-sizing: border-box; color: #222; }
.comment-field textarea{ height: 200px; resize: none; }
input[type="submit"].comment-submit, .caldera-grid input[type="submit"], .caldera-grid button, .caldera-grid input[type="reset"]{ font-family: 'Roboto', Arial, Helvetica, sans-serif; border: none; background-color: #353535; color: #FFF; padding: 14px 35px; font-size: 16px; transition: all .25s ease-in-out; cursor: pointer; border-radius: 5px; }
input[type="submit"].comment-submit:hover, .caldera-grid input[type="submit"]:hover, .caldera-grid button:hover, .caldera-grid input[type="reset"]:hover, .caldera-grid .btn:hover{ background-color: #DA291C; color: #FFF; }
.comment-field.dual-col{ clear: both; width: 100%; }
/* Comments List */
#comments.comments-area{ padding-top: 45px; }
h2.comments-title, h3.comment-reply-title{ font-size: 24px; font-weight: 300; text-transform: uppercase; }
.commentlist{ list-style: none; margin: 0 0 35px; padding: 0; }
.commentlist li{ clear: both; position: relative; padding: 10px 0; }
.commentlist .comment-grav{ position: absolute; top: 10px; left: 0; }
.commentlist .comment-grav img{ border-radius: 50%; }
.commentlist .comment-data{ padding-left: 70px; }
.commentlist .comment-author p{ font-weight: 300; font-size: 18px; text-transform: uppercase; padding-top: 0; margin: 0; line-height: 48px; }
.commentlist .comment-time{ font-size: 14px; color: #BBB; margin-top: 0; }
.commentlist .comment-time .comment-time-text{ font-weight: 300; }
.commentlist .children{ list-style: none; margin: 12px 0 0 25px; padding: 0; text-indent: 0; }

/* Fancybox */

/* Share Icons */
#shareLinks{ padding: 75px 0 25px; }
#shareLinks .sharebox{ padding: 21px 18px; background-color: #FFF; box-shadow: 0 4px 7px rgba(0,0,0,.2); }
.share-this .share-this-title, .sharedaddy .sd-title{ font-size: 21px; }
#shareLinks ul{ list-style: none; margin: 0; padding: 0; height: 48px; }
#shareLinks li{ display: inline-block; width: 48px; overflow: hidden; transition: all .5s ease; margin: 0 5px 0 0; }
#shareLinks ul a{ display: block; width: 48px; height: 48px; overflow: hidden; align-items: center; text-decoration: none; white-space: nowrap; color: #202020; }
.sharedaddy ul a{ padding: 0 18px 0 0; }
#shareLinks span, .sharedaddy li span::before{ display: inline-block; }
#shareLinks span{ margin: 0 -2px 0 0; }
.share-this .share-icon, .share-this .share-icon::before, .sharedaddy li span::before{ width: 48px; line-height: 48px; text-align: center; font-size: 18px; display: block; }
.sharedaddy li span::before{ margin: 0 18px 0 0; transition: all .2s ease; }
.share-this .share-label{ line-height: 48px; padding: 0 18px; box-sizing: border-box; }
#shareLinks .sd-title{ padding: 0 0 12px 0; font-size: 22px; font-weight: 400; line-height: 1.3; }
/* Networks */
.share-this .facebook a:hover span:before, .sharedaddy .share-facebook a:hover span:before, .contactDetails .details .social-networks-links .facebook a:hover span:before{ background-color: #3B5998; border-color: #3B5998; color: #FFF;  }
.share-this .twitter a:hover span:before, .sharedaddy .share-twitter a:hover span:before, .contactDetails .details .social-networks-links .twitter a:hover span:before{ background-color: #1da1f2; color: #FFF; border-color: #1DA1F2; }
.share-this .whatsapp a:hover span:before, .sharedaddy .share-jetpack-whatsapp a:hover span:before{ background-color: #075e54; color: #FFF; border-color: #075E54; }
.share-this .pinterest a:hover span:before, .sharedaddy .share-pinterest a:hover span:before, .contactDetails .details .social-networks-links .pinterest a:hover span:before{ background-color: #bd081c; color: #FFF; border-color: #BD081C; }
.share-this .linkedin a:hover span:before, .sharedaddy .share-linkedin a:hover span:before, .contactDetails .details .social-networks-links .linkedin a:hover span:before{ background-color: #0077b5; color: #FFF; border-color: #0077B5; }
.share-this .stumbleupon a:hover span:before, .contactDetails .details .social-networks-links .stumbleupon a:hover span:before{ background-color: #eb4924; color: #FFF; border-color: #EB4924; }
.share-this .reddit a:hover span:before, .sharedaddy .share-reddit a:hover span:before, .contactDetails .details .social-networks-links .reddit a:hover span:before{ background-color: #5f99cf; color: #FFF; border-color: #5F99CF; }
.share-this .tumblr a:hover span:before, .sharedaddy .share-tumblr a:hover span:before, .contactDetails .details .social-networks-links .tumblr a:hover span:before{ background-color: #35465c; color: #FFF; border-color: #35465C; }

/* Sharedaddy Fixes */
#shareLinks .sharedaddy h3.sd-title:before{ content: none; }
.sharedaddy li span::before{ content: 'X'; font-family: 'Font Awesome\ 5 Brands'; }
.sharedaddy .share-facebook span::before{ content: '\f39e'; }
.sharedaddy .share-twitter span::before{ content: '\f099'; }
.sharedaddy .share-press-this a:hover{ background-color: #21759b; color: #FFF; }
.sharedaddy .share-press-this span::before{ content: '\f19a'; }
.sharedaddy .share-tumblr span::before{ content: '\f173'; }
.sharedaddy .share-jetpack-whatsapp span::before{ content: '\f232'; }
.sharedaddy .share-skype a:hover span:before, .share-this .share-skype a:hover span:before, .contactDetails .details .social-networks-links .skype a:hover{ background-color: #00aff0; color: #FFF; border-color: #00aff0; }
.sharedaddy .share-skype a:hover{ color: #00AFF0; }
.sharedaddy .share-skype span::before{ content: '\f17e'; }
.sharedaddy .share-linkedin span::before{ content: '\f0e1'; }
.sharedaddy .share-pocket a:hover span::before{ background-color: #ef4056; color: #FFF; border-color: #EF4056; }
.sharedaddy .share-pocket span::before{ content: '\f265'; }
.sharedaddy .share-more{ background-color: #80276E; color: #222; border-color: #80276E }
.sharedaddy .share-more span::before{ content: '\f067'; }
.sharedaddy .share-pinterest span::before{ content: '\f231'; }
.sharedaddy .share-print{ background-color: #80276E; color: #222; border-color: #80276E }
.sharedaddy .share-print span::before{ content: '\f02f'; }
.sharedaddy .share-reddit span::before{ content: '\f281'; }
.sharedaddy .share-email{ background-color: #80276E; color: #222; border-color: #80276E }
.sharedaddy .share-email span::before{ content: '\f003'; }
.sharedaddy .share-telegram a:hover span::before, .contactDetails .details .social-networks-links .telegram a:hover span::before{ background-color: #0088cc; color: #FFF; border-color: #0088CC; }
.sharedaddy .share-telegram a:hover{ color: #0088CC; }
.sharedaddy .share-telegram span::before{ content: '\f2c6'; }
.sharedaddy .sharing-hidden .inner{ padding: 5px; background-color: #DDD; width: 200px; box-sizing: content-box; display: block !important; }
.sharedaddy .sharing-hidden li{ display: block; margin: 0 0 3px; }
.sharedaddy .sharing-hidden li:last-of-type():not(.share-end){ margin: 0; }
.sharedaddy .sharing-hidden a{ width: 200px !important; }
.sharedaddy .sharing-hidden .share-end{ display: none; }

.sharedaddy .share-customize-link{ padding: 10px 0 0; }
.sharedaddy .share-customize-link a{ display: block; width: fit-content; font-size: 13px; padding: 5px 8px; text-decoration: none; color: #5F5F5F; }
.sharedaddy .share-customize-link a::before{ content: 'X'; font-family: 'Font Awesome\ 5 Free'; content: '\f044'; margin-right: 8px; }

/* Author Info */
.ccdClient-authorBox{ background-color: #F9F9F9; margin-top: 24px; padding: 24px; border-radius: 3px; }
.ccdClient-authorBox .authorBox-authorHeading{ font-size: 24px; font-weight: 300; text-transform: uppercase; }
.ccdClient-authorBox .authorBox-contentBox{ padding: 24px 0 ; }
.ccdClient-authorBox .authorBox-boxPhoto, .ccdClient-authorBox .authorBox-boxContent{ float: left; }
.ccdClient-authorBox .authorBox-boxPhoto{ width: 170px; }
.ccdClient-authorBox .authorBox-authorPhoto{ width: 150px; height: 150px; background-position: center; background-size: cover; }
.ccdClient-authorBox .authorBox-authorLink .fa{ padding-right: 12px; }
.ccdClient-authorBox .authorBox-boxContent{ width: calc( 100% - 170px ); }
.ccdClient-authorBox .authorBox-contentSocial, .ccdClient-authorBox .authorBox-authorSocial-networks{ float: left; }
.ccdClient-authorBox .authorBox-authorSocial-label{ font-size: 18px; font-weight: 300; padding-right: 12px; line-height: 52px; }
.ccdClient-authorBox .authorBox-authorGuestNotice{ font-size: 14px; text-transform: uppercase; font-style: italic; padding: 16px 0 0; }
/* SNS */
.ccdClient-authorBox .authorBox-authorSocial-instagram .authorBox-authorSocial-link{ color: #833ab4; }
.ccdClient-authorBox .authorBox-authorSocial-instagram .authorBox-authorSocial-link:hover{ background-color: #833ab4; color: #FFF; }
.ccdClient-authorBox .authorBox-authorSocial-youtube .authorBox-authorSocial-link{ color: #ff0000; }
.ccdClient-authorBox .authorBox-authorSocial-youtube .authorBox-authorSocial-link:hover{ background-color: #ff0000; color: #FFF; }

/* Sidebar Widgets */
#sidebar .widget, #sidebar .tribe-events-widget{ margin-bottom: 42px; padding: 24px; word-wrap: break-word; background-color: #FFF; }
#sidebar .widget-title, #sidebar .tribe-events-widget .tribe-common-h6{ font-size: 24px; font-family: 'Roboto', Arial, Helvetica, sans-serif; font-weight: 700; letter-spacing: 0.4px; padding-bottom: 18px; }
/* Sidebar Search Form */
#sidebar .widget form#searchform{ margin: 0; padding: 0; height: 40px; }
#sidebar .widget form#searchform #s{ background: #FFF; float: left; color: #999999; width: calc( 100% - 75px ); font-family: 'Roboto', Arial, Helvetica, sans-serif; font-size: 1em; height: 40px; line-height: 40px; margin: 0px 8px 0px 0px; padding: 4px 12px; border: solid 2px #EDEDED; }
#sidebar .widget form#searchform #searchsubmit{ float: right; width: 67px; margin-top: 0px; margin-bottom: 0px; padding: 0; height: 40px; line-height: 40px; transition: all .25s; -moz-transition: all .25s; -webkit-transition: all .25s; -o-transition: all .25s; }
/* Recent Posts */
#sidebar .ccd-recent-posts .recent-post, #sidebar .tribe-events-widget .tribe-events-widget-events-list__event-row{ display: flex; flex-direction: row; margin-bottom: 12px }
#sidebar .ccd-recent-posts .recent-post .post-date, #sidebar .tribe-events-widget .tribe-events-widget-events-list__event-date-tag{ width: 72px; height: 72px; color: #FFF; background-color: var(--primary); padding: 12px; text-align: center; margin: 0; }
#sidebar .ccd-recent-posts .recent-post .post-date .month, #sidebar .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month{ font-size: 0.875rem; padding: 0; line-height: 20px; margin-bottom: 0; }
#sidebar .ccd-recent-posts .recent-post .post-date .date, #sidebar .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-daynum{ padding: 0; line-height: 28px; font-size: 1.3rem; font-weight: 700; margin-bottom: 0; }
#sidebar .ccd-recent-posts .recent-post .post-link, #sidebar .tribe-events-widget .tribe-events-widget-events-list__event-wrapper{ flex: 1; padding: 8px 0 8px 12px; }
#sidebar .ccd-recent-posts .recent-post .post-link .cat, #sidebar .tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-datetime-wrapper{ font-size: 0.8rem; font-weight: 700; line-height: 18px; padding: 0 0 4px; text-transform: uppercase; margin-bottom: 0; }
#sidebar .ccd-recent-posts .recent-post .post-link .title, #sidebar .tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-title{ font-size: 1.25rem; line-height: 28px; font-weight: 400; padding: 0; margin-bottom: 0; }

/* Search */
/* Results */
#search-results .page-content{ padding: 32px 0; }
/* Plain Text */
#search-results .searchResult.plainText{ padding: 0 0 24px; }
#search-results .searchResult.plainText .searchTitle a{ color: #1a0dab; font-size: 30px; text-decoration: none; }
#search-results .searchResult.plainText .searchPostType .postTypeItem, #search-results .searchResult.plainText .searchMeta .metaItem{ float: left; font-size: 14px; padding: 0 18px 12px 0; }
#search-results .searchResult.plainText .searchPostType .searchLabelText{ line-height: 30px; padding: 0 9px; background-color: #20002D; color: #FFF; display: block; }
#search-results .searchResult.plainText .searchPostType .searchPermalink a{ color: #006621; display: inline-block; line-height: 30px; }
#search-results .searchResult.plainText .searchMeta .metaItem span{ display: inline-block; width: 20px; text-align: center; padding: 0 8px 0 0; }

/* Images */
#search-results .search-result{ margin-bottom: 34px; }
#search-results .search-result .featured-image{ background-size: cover; background-position: center; background-repeat: no-repeat; }
#search-results .search-result .search-label{ display: inline-block; padding: 5px 0; font-weight: 700; font-size: 14px; text-transform: uppercase; margin: 0 6px 9px 0; }
#search-results .search-result .post-type{ color: #20002D; }
#search-results .search-result .search-data{ position: relative; }
#search-results .search-result .search-data.has-fi .featured-image{ width: 275px; float: left; background-position: center; background-size: cover; background-repeat: no-repeat; background-color: #CCC; position: absolute; left: 0; top: 0; bottom: 0; }
#search-results .search-result .search-data.has-fi .search-content{ padding-left: 295px; min-height: 150px; }
/* Blog Posts */
#search-results .search-post-post .featured-image, #search-results .search-post-post .searchContent{ float: left; }
#search-results .search-post-post .featured-image{ width: 400px; padding-bottom: 300px; }
#search-results .search-post-post .searchContent{ width: calc( 100% - 400px ); padding-left: 18px; }
/* Pages */
#search-results .breadcrumbs{ display: block; padding: 0 0 12px; list-style: none; }
#search-results .breadcrumbs .breadcrumbLink{ display: inline; font-size: 12px; }
#search-results .breadcrumbs .breadcrumbLink:not(:last-of-type):after, #search-results .breadcrumbs .breadcrumbLink.homeLink:after{ font-family: 'Font Awesome 5 Free'; font-weight: 700; content: '\f0da'; padding: 0 10px; color: #404040; vertical-align: middle; display: inline-block; }
/* Posts */
@media only screen and (max-width: 800px){
  #search-results .search-post-post .featured-image, #search-results .search-post-post .searchContent{ float: none; width: 100%; }
  #search-results .search-post-post .searchContent{ padding-left: 0; padding-top: 18px; }
}
@media only screen and (max-width: 1150px){
  #search-results .search-post-post .post-meta .post-meta-date, #search-results .search-post-post .post-meta .post-meta-comments{ float: none; width: 100%; }
  #search-results .search-post-post .post-meta .post-meta-comments p{ text-align: left; }
}
/* Models */
#search-results .search-model-post .singleModel{ width: 100%; padding: 0; }
@media only screen and (min-width: 801px){
  #search-results .search-model-post .singleModel .modelPost-contentElement{ float: left; }
  #search-results .search-model-post .singleModel .modelPost-photo{ width: 20%; }
  #search-results .search-model-post .singleModel .modelPost-content{ padding-left: 18px; width: 80%; }
  #search-results .search-model-post .singleModel .modelPost-meta{ padding: 12px; background-color: #EFEFEF; }
  #search-results .search-model-post .singleModel .modelPost-metaData{ width: calc( 100% / 6 ); }
  #search-results .search-model-post .singleModel .modelPost-metaData-label{ padding-bottom: 0; }
}
@media only screen and (max-width: 800px){
}
/* Events */
.archive-event-post.search-event-post .event-name h2{ font-weight: 700; }
/* Gallery */
.search-gallery-post .photoGallery{ list-style: none; margin: 0; padding: 0; }
.search-gallery-post .photoGallery li{ float: left; width: 25%; padding-bottom: 30%; margin-bottom: 18px; position: relative; }
.search-gallery-post .photoGallery .photoPreview{ background-size: cover; background-position: center; background-repeat: no-repeat; position: absolute; width: calc( 100% - 12px ); height: calc( 100% - 12px ); left: 6px; top: 6px; display: block; margin: 0; padding: 0; }
@media only screen and (min-width: 401px) and (max-width: 600px){
  .search-gallery-post .photoGallery li{ width: 50%; padding-bottom: 60%; }
  .search-gallery-post .photoGallery li:nth-of-type(4n+3), .search-gallery-post .photoGallery li:nth-of-type(4n+4){ display: none; }
}
@media only screen and (max-width: 400px){
  .search-gallery-post .photoGallery li{ width: 100%; padding-bottom: 120%; }
  .search-gallery-post .photoGallery li:nth-of-type(4n+2), .search-gallery-post .photoGallery li:nth-of-type(4n+3), .search-gallery-post .photoGallery li:nth-of-type(4n+4){ display: none; }
}
/* Videos */
.search-video-post .videoPreview .videoPreview-image, .search-video-post .videoPreview .videoPreview-content{ float: left; }
.search-video-post .videoPreview .videoPreview-image{ width: 400px; }
.search-video-post .videoPreview .videoPreview-content{ width: calc( 100% - 400px ); padding-left: 18px; }
@media only screen and (min-width: 601px) and (max-width: 1024px){
  .search-video-post .videoPreview .videoPreview-image, .search-video-post .videoPreview .videoPreview-content{ width: 50%; }
}
@media only screen and (max-width: 600px){
  .search-video-post .videoPreview .videoPreview-image{ width: 100%; }
  .search-video-post .videoPreview .videoPreview-content{ width: 100%; padding-left: 0; padding-top: 18px; }
}
/* Publication */
@media only screen and (max-width: 600px){
  .search-publication-post .single-publication .publication-cover-wrap{ width: 100%; }
  .search-publication-post .single-publication .publication-details{ padding-top: 18px; width: 100%; }
}
@media only screen and (min-width: 601px){
  .search-publication-post .single-publication .publication-cover-wrap{ width: 150px; }
  .search-publication-post .single-publication .publication-details{ padding-left: 18px; width: calc( 100% - 150px ); }
}
/* Advanced Search Bar */
#advanced-search{ background-color: #20002D; color: #FFF; width: 100%; padding: 0 24px; }
#advanced-search a{ color: #FFF; }
#advanced-search #advanced-search-toggle a{ font-size: 24px; font-family: 'Roboto', Arial, Helvetica, sans-serif; text-decoration: none; display: block; padding: 12px 0; }
#advanced-search form{ padding: 6px 0 24px; display: none; }
#advanced-search form #s{ background: #FFF; color: #202020; width: 100%; font-family: 'Roboto', Arial, Helvetica, sans-serif; font-size: 18px; font-weight: 300; height: 50px; line-height: 50px; margin: 0 0 12px 0; padding: 4px 12px; border: solid 1px #EDEDED; }
#advanced-search form button{ margin: 0; background-color: #FFF; color: #202020; border-color: #FFF; transition: all .2s ease-in-out; }
#advanced-search form button:hover{ background-color: #202020; color: #FFF; }
#advanced-search .ccdClient-searchFilter-list{ max-height: 300px; overflow-y: auto; }
#advanced-search #advanced-search-toggle .text-label, #advanced-search #advanced-search-toggle .fa:before{ line-height: 48px; display: block; float: left; }
#advanced-search fieldset{ border: none; display: block; padding: 14px; float: left; margin: 0; }
#advanced-search #advanced-search-toggle .fa:before{ font-size: 16px; padding-left: 14px;  }
#advanced-search fieldset label{ display: block; font-weight: 400; }
#advanced-search fieldset h2{ font-family: 'Roboto'; font-size: 1.1em; font-weight: 700; letter-spacing: 0.4px; text-transform: uppercase; margin-top: 0px; padding-top: 0px; border-bottom: none; }
/* CSS Radio and Checkboxes override */
.checkradio label, .ccdClient-styleCheckRadio label{ display: inline-block; cursor: pointer; position: relative; padding-left: 25px; margin-right: 15px; font-size: 14px; font-family: 'Roboto', Arial, Helvetica, sans-serif; line-height: 22px; }
.ccdClient-styleCheckRadio input[type=checkbox], .ccdClient-styleCheckRadio input[type=radio], .checkradio input[type=checkbox], .checkradio input[type=radio]{ display: none; }
.ccdClient-styleCheckRadio label:before, .checkradio label:before{ font-family: 'Font Awesome 5 Free'; font-weight: 400; font-size: 16px; text-align-last: center; display: inline-block; width: 20px; line-height: 20px; height: 20px; margin-right: 10px; position: absolute; left: 0; bottom: 1px; color: #EEE; }
.ccdClient-styleCheckRadio input[type=radio] + label:before, .checkradio input[type=radio] + label:before{ content: "\f111"; }
.ccdClient-styleCheckRadio input[type=radio]:checked + label:before, .checkradio input[type=radio]:checked + label:before{ font-family: 'Font Awesome 5 Free'; color: #f3f3f3; font-weight: 700; }
.ccdClient-styleCheckRadio.radio label:before, .checkradio.radio label:before{ border-radius: 50%; }
.ccdClient-styleCheckRadio.checkbox label:before, .checkradio.checkbox label:before{ border-radius: 3px; }
.ccdClient-styleCheckRadio input[type=checkbox] + label:before, .checkradio input[type=checkbox] + label:before{ content: "\f0c8"; }
.ccdClient-styleCheckRadio input[type=checkbox]:checked + label:before, .checkradio input[type=checkbox]:checked + label:before{ content: "\f14a"; font-family: 'Font Awesome 5 Free'; color: #f3f3f3; font-weight: 700; }

/* Fundraising Section */
/* Donate Button */
#header #header-donate-button .donate-link a{ display: block; text-decoration: none; font-weight: 700; font-family: 'Roboto', Arial, Helvetica, sans-serif; text-transform: uppercase; }
/* Seamless Donations Form */
/* Donate page */

/* Overrides */
.panel-has-style .panel-grid-cell, .panel-has-style .panel-grid-cell .so-panel{ height: 100%; }
/* Caldera Forms */
.caldera-grid .intl-tel-input{ display: block; }
/* Lightbox */
.lb-data .lb-number{ font-family: 'Roboto', Arial, Helvetica, sans-serif; }
/* Featherlight */
.single-gallery .featherlight .featherlight-close-icon, .single-model .featherlight .featherlight-close-icon, .single-event .featherlight .featherlight-close-icon{ margin: 0; top: 9px; right: 9px; }
.single-gallery .featherlight .featherlight-content, .single-model .featherlight .featherlight-content, .single-event .featherlight .featherlight-content{ padding: 0; border-bottom: none; }

/* Checkboxes */
/*** custom checkboxes ***/
input[type=checkbox]{ position: relative; margin-right: 15px !important; /* margin-left: -20px !important; */ }
/* to hide the checkbox itself */
label>input[type=checkbox]:before, .comment-subscription-form>input[type=checkbox]:before{ position: absolute; background-color: #FFF; font-family: 'Font Awesome 5 Free'; font-weight: 400; display: inline-block; content:"\f0c8"; font-size: 21px; top: 50%; transform: translateY( -50% ); height: 24px; /* width: 24px; */ padding-top: 4px; }
.comment-subscription-form>input[type=checkbox]:before{ padding-top: 8px; }
/* space between checkbox and label */
label>input[type=checkbox]:checked:before, .comment-subscription-form>input[type=checkbox]:checked:before{ font-family: 'Font Awesome 5 Free'; display: inline-block; content:"\f14a"; font-weight: 900; color: #54301A; }
/* allow space for check mark */
.post-comments label>input[type=checkbox]:before, .comment-subscription-form>input[type=checkbox]:before{ background-color: #F9F9F9; color: #282828; }
.post-comments label>input[type=checkbox]:checked:before, .comment-subscription-form>input[type=checkbox]:checked:before{color: #54301A; }

/* Recent Comments List */
.ccd-comments-list{ padding: 6px; }
.ccd-comments-list p{ padding: 0; margin: 0; font-size: 16px; }
.ccd-comments-list .ccd-comment-gravatar, .ccd-comments-list .ccd-comment-display{ display: inline-block; margin: 0 -2px; vertical-align: top; box-sizing: border-box; }
.ccd-comments-list .ccd-comment-gravatar{ width: 60px; height: 60px; }
.ccd-comments-list .ccd-comment-gravatar img{ border: solid 2px #EFEFEF; border-radius: 50%; }
.ccd-comments-list .ccd-comment-gravatar .no-comment img{ border: none; border-radius: 0; }
.ccd-comments-list .ccd-comment-display{ padding: 0 0 12px 19px; width: calc( 100% - 60px ); min-height: 76px; /* 64px gravatar (+ border) height, plus bottom padding */ }
.ccd-comments-list .ccd-comment-display .recent-comment-author{ font-size: 13px; }
.ccd-comments-list .ccd-comment-display .recent-comment-author .author-name{ font-weight: 700; }

/* Recent Posts Widget */
.ccd-posts-list p{ padding: 0; margin: 0; }
.ccd-posts-list .ccd-recent-post:hover .ccd-post-count{ border-color: #DDD; }
.ccd-posts-list .ccd-post-count p{ line-height: 60px; text-align: center; font-size: 25px; font-weight: 700; }
.ccd-posts-list .ccd-post-display{ padding: 0 0 12px; }
.ccd-posts-list .ccd-post-display .recent-posts-date{ font-weight: 300; color: #777; font-size: 13px; line-height: 20px; }
.ccd-posts-list .ccd-post-display .recent-posts-title{ font-weight: 900; color: #000; font-size: 18px; line-height: 25px; }

/* Archive Widget */
#blog-archive-container .archive-container #sidebar .archive-posts{ display: block; width: 100%; }
.ccd-archive-posts h3{ clear: left; font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif; font-size: 48px; margin: 0; float: left; width: 105px; padding: 0; line-height: 65px; font-weight: 700; color: #BFBFBF; }
.ccd-archive-posts h3 a{ color: #BFBFBF; text-decoration: none; }
.ccd-archive-posts .archive-list { margin: 2px 0 15px 0; padding: 5px 0 0 0; left: 0; float: right; width: calc( 100% - 120px ); min-height: 75px; }
.ccd-archive-posts .archive-list a { border-bottom: 1px dotted #918f8f; color:#4c4c4c; display: block; line-height: 21px; height:17px; }
.ccd-archive-posts .archive-list li { height: 21px; font-size: 15px; list-style: none; margin: 0 0 2px 0; background-color: #FFF; }
.ccd-archive-posts .archive-list span { background-color: #FFF; padding: 0 2px 1px 0; }
.ccd-archive-posts .archive-list .archive-month { float: left; padding-right: 4px; }
.ccd-archive-posts .archive-list .archive-count { float: right; padding-left: 6px; }
/* Not current year */
.ccd-archive-posts .archive-list:not(:first-of-type){ display: none; }
.ccd-archive-posts .clear:not(:first-of-type){ display: none; }
.ccd-archive-posts .clear:last-of-type{ display: block; }
.ccd-archive-posts h3:not(:first-of-type){ clear: none; float: left; font-size: 32px; text-align: center; width: 25%; font-weight: 400; line-height: 52px; }

/* Related Posts */
.ccdClient-relatedPosts{ padding: 24px 0; }
.ccdClient-relatedPosts .relatedPosts-title{ font-size: 24px; font-weight: 300; text-transform: uppercase; }
.ccdClient-re0atedPosts .relatedPosts-list{ margin: 0; padding: 0; }
.ccdClient-relatedPosts .relatedPost-link{ text-decoration: none; }
.ccdClient-relatedPosts .relatedPost-postImage{ padding-bottom: 62%; margin-bottom: 12px; background-size: cover; background-position: center; background-color: #DFDFDF; }
.ccdClient-relatedPosts .relatedPost-postTitle{ text-transform: uppercase; font-weight: 200; font-size: 21px; margin-bottom: 12px; padding: 10px 0 0; }
.ccdClient-relatedPosts .relatedPost-postExcerpt p{ font-weight: 200; font-size: 16px; }

/* Call to Action */
.cocodecta .ctacontentwrap{ display: flex; }
.cocodecta.featuredRight .ctacontent{ flex-direction: row-reverse; }
.cocodecta .ctaimage{ width: 30%; background-size: cover; background-position: center; background-repeat: no-repeat; }
.cocodecta.featuredBehind{ background-size: cover; background-position: center; background-repeat: no-repeat; }
.cocodecta.featuredBehind .ctawrap{ background-color: rgba(0,0,0,.35) !important; }
.cocodecta.featuredBehind .ctaimage{ display: none; }
.cocodecta .ctatitle{ padding: 16px 20px 6px; border: solid 1px rgba(0,0,0,.4); }
.cocodecta .ctatitle h2{ font-family: 'Roboto', Arial, Helvetica, sans-serif; }
.cocodecta .ctacontent{ flex: 1; padding: 24px; }
.cocodecta .ctacontent p:last-of-type{ padding-bottom: 0; }
.cocodecta.featuredBehind .ctatext{ width: 100%; }
.cocodecta .ctabutton{ width: 100%; padding: 16px 24px; background-color: rgba(0,0,0,.4); }
.cocodecta .ctabutton p{ padding-bottom: 0; text-align: right; }
.cocodecta .ctabutton a{ display: inline-block; text-decoration: none; padding: 12px 18px; font-size: 0.875rem; background-color: var(--ctaLink_normalBG); color: var(--ctaLink_normalText); font-weight: 700; transition: all .2s ease-in-out; }
.cocodecta .ctabutton a:hover{ background-color: var(--ctaLink_hoverBG); color: var(--ctaLink_hoverText); }

.cocodecta.layoutComfortable .ctatext, .cocodecta.layoutCompact .ctatext{ padding-top: 16px; }
.cocodecta.layoutCompact .ctatext{ padding-bottom: 16px; }
.cocodecta.layoutCompact .ctabutton{ padding: 0; background-color: transparent; }
.cocodecta.layoutCompact .ctabutton p{ text-align: left; }