/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/google/open-sans-v34-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/google/open-sans-v34-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/google/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/google/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/google/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/google/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('../fonts/google/open-sans-v34-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/google/open-sans-v34-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/google/open-sans-v34-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/google/open-sans-v34-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../fonts/google/open-sans-v34-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/google/open-sans-v34-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* encode-sans-condensed-200 - latin */
@font-face {
  font-family: 'Encode Sans Condensed';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/google/encode-sans-condensed-v10-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/google/encode-sans-condensed-v10-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Encode Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/google/encode-sans-condensed-v10-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/google/encode-sans-condensed-v10-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* nothing-you-could-do-regular - latin */
@font-face {
  font-family: 'Nothing You Could Do';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/google/nothing-you-could-do-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/google/nothing-you-could-do-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Main Styles */
*{ box-sizing: border-box; }
body{ margin: 0; padding: 0; background-color: #FFF; color: #111; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-weight: 400; font-size: 1rem;  }
::-moz-selection { text-shadow: none; background-color: #EBDD99; color: #80276E; }
::selection { text-shadow: none; background-color: #EBDD99; color: #80276E; text-decoration: none; }

a{ color: #455DA1; font-weight: 500; text-decoration: none; transition: all .2s ease; }
a:hover{ color: #2c4381; text-decoration: underline; }

p, li, table, tbody, tr, th, td{ line-height: 1.8; }
h1, h2, h3, h4, h5, h6{ line-height: 1.4; }
h1, h2, h3, h4, h5, h6, p{ margin: 0; padding: 0 0 10px 0; }
h1{ font-size: 2.1875rem; }
h2{ font-size: 1.875rem; }
h3{ font-size: 1.5625rem; }
h4, h5, h6{ font-size: 1.25rem; }
h1, h2, h3, h4, h5, h6, strong, b{ font-weight: 700; }
em, i{ font-style: italic; }
img{ border: none; max-width: 100%; height: auto; }
.container::before, .container::after, .clearfix::before, .clearfix::after, .clear::before, .clear::after{ content: ""; display: table; }
.container::after, .clearfix::after, .clear::after{ clear: both; }

/* ELementor Row Fix */
.inner-full-height, .inner-full-height .elementor-container, .inner-full-height .elementor-container .elementor-column, .inner-full-height .elementor-widget-container{ height: 100%; position: relative}

.row, #archivePosts .postContainer, .postGrid-blog .postContainer{ display: flex; flex-wrap: wrap; }
.grid-row{ display: grid; overflow: hidden; }
[class^="col-"], [class*=" col-"] { padding: 15px; }
.row[class*=" col-"] { padding: 0; }
.col-0{ display: none; }
.col-1{ width: 8.33%; }
.col-2{ width: 16.66%; }
.col-3{ width: 25%; }
.col-4{ 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%; }
.col-center{ margin: 0 auto; }
@media only screen and (max-width: 800px) {
  /* For mobile phones: */
  [class*="col-"] { width: 100%; padding-left: 0; padding-right: 0; }
}

/* Layout */
.container{ max-width: 1250px; width: 100%; margin: 0 auto; }
#pageWrap{ display: flex; min-height: 100vh; flex-direction: column; }
main{ flex: 1; }
.pageTitle{ flex: none; /* Forces title to ignore layout and fit full width */ }

/* Blockquote */
.entry blockquote{ position: relative; background-color: #455DA1; color: #FFF; box-shadow: 0 4px 7px rgba(0,0,0,.2); }
.entry blockquote::before, .entry blockquote::after{ content: ""; position: absolute; left: 50%; transform: translateX(-50%); height: 1px; background-color: #FFF; }
.entry blockquote p:last-of-type{ padding-bottom: 0; }
.entry blockquote cite{ font-weight: 300; text-align: center; display: block; position: relative; width: fit-content; padding: 12px 32px; margin: auto; }
.entry blockquote cite::before, .entry blockquote cite::after{ content: ""; position: absolute; top: 0; bottom: 0; border-top: solid 1px #FFF; border-bottom: solid 1px #FFF; width: 15px; }
.entry blockquote cite::before{ left: 0; border-left: solid 1px #FFF; }
.entry blockquote cite::after{ right: 0; border-right: solid 1px #FFF; }

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

/* Elementor Image */
.elementor-widget-image .wp-caption{ max-width: 100%; width: 100%; padding: 5px; }
.elementor-widget-image .wp-caption figcaption{ padding: 6px 12px; }

/* Standard Page Styles */
.singleTitle{ background-color: #FCFCFC; }
.singleTitle h1{ font-weight: 900; }
body.no-pagePadding-bottom .mainContent{ padding-bottom: 0; }
body.no-pagePadding-top .mainContent{ padding-top: 0; }

/* Header */
#siteHeader { position: relative; background-color: #E8E8E8; padding: 25px 0 0; }
#siteHeader #topBar{ display: flex; flex-direction: row; }
/* Logo */
#siteHeader #logo{ width: 300px; height: 120px; padding: 10px 0; }
#siteHeader #logo a{ display: block; width: fit-content; height: 100%; }
#siteHeader #logo img{ height: 100%; width: auto; vertical-align: bottom; }
/* Drop Down Menu */
#siteHeader #header-menu{ height: 60px; }
#siteHeader nav{ position: relative; margin: 0; background-color: #455DA1; }
#siteHeader nav ul{ list-style: none; margin: 0; padding: 0; }
#siteHeader nav ul a{ display: inline-block; line-height: 42px; color: #FFF; padding: 0 9px; margin: 0; text-decoration: none;font-size: 0.875rem; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-weight: 400; width: 100%; }
#siteHeader nav li:hover a, #siteHeader nav .active a{ color: #303030; background-color: #FFF; text-decoration: none; }
#siteHeader nav .menunav .menu > .menu-item-has-children > a:after{ content: "\f078"; font-family: "Font Awesome\ 5 Free"; display: inline-block; vertical-align: top; font-size: 0.625rem; padding-left: 8px; padding-bottom: 2px; line-height: 60px; }
#siteHeader nav .sub-menu > li.menu-item-has-children > a::after{ line-height: 19px; }
/* Mobile Menu Toggle */
#siteHeader #menutoggle{ display: block; width: 50px; height: 50px; position: absolute; right: 25px; top: 25px; border: none; }
#siteHeader #menutoggle a{ display: block; line-height: 48px; width: 48px; height: 48px; color: #666; background: #FFF; font-size: 1.4em; text-transform: none; text-align: center; border: 1px solid rgba(0,0,0,.12); border-radius: 3px; box-shadow: 0px 0px 3px rgba(0,0,0,.08); }
/* Donate Button */
#siteHeader #siteMenu.withDonate #donate{ font-weight: 700; text-decoration: none; text-transform: uppercase; color: #FFF; background-color: #353639; }
#siteHeader #siteMenu.withDonate #donate:hover{ background-color: #FFF; color: #455DA1; }

/* Footer */
#footer{ border-top: solid 1px #DFDFDF; background-color: #2F2F2F; }
#footer p, #footer li{ font-size: 0.875rem; }
/* Main Footer */
#footer #footerMain{ background-color: #313339; color: #FFF; padding: 24px 0; }
#footer #footerMain a{ color: #EFEFEF; }

/* Menu Widget */
#footer #footerMain .menu{ list-style: none; margin: 0; padding: 0; }
#footer #footerMain .menu li{ line-height: 1.5; }
/* Copyright */
#footer #footerCopyright{ padding: 24px 0; text-align: center; }
#footer #footerCopyright p{ font-size: 0.75rem; color: #DFDFDF; padding: 0; margin: 0; line-height: 2; }
#footer #footerCopyright a{ color: #EFEFEF; }

/* Coming Soon */
#coming-soon{ position: relative; background-color: #E8E8E8; padding: 25px 0; height: 100%; min-height: 400px; display: flex; align-items: center; justify-content: center; }
/* Social Networks */
#coming-soon #socials ul{ list-style: none; margin: 0; padding: 0; }
#coming-soon #socials li{ display: inline-block; width: 42px; height: 42px; margin: 0 0 0 4px; }
#coming-soon #socials a{ display: block; width: 42px; height: 42px; overflow: hidden; border-radius: 5px; transition: all .2s ease; text-decoration: none; }
#coming-soon #socials .network-icon{ display: block; width: 42px; line-height: 42px; text-align: center; font-size: 21px; }
#coming-soon #socials .facebook a{ background-color: #1877f2; color: #FFF; }
#coming-soon #socials .facebook a:hover{ background-color: #FFF; color: #1877f2; }
#coming-soon #socials .twitter a{ background-color: #1da1f2; color: #FFF; }
#coming-soon #socials .twitter a:hover{ background-color: #FFF; color: #1da1f2; }
#coming-soon #socials .youtube a{ background-color: #ff0000; color: #FFF; }
#coming-soon #socials .youtube a:hover{ background-color: #FFF; color: #ff0000; }
#coming-soon #socials .instagram a{ background-color: #833ab4; color: #FFF; }
#coming-soon #socials .instagram a:hover{ background-color: #FFF; color: #833ab4; }
#coming-soon #socials .linkedin a{ background-color: #0077b5; color: #FFF; }
#coming-soon #socials .linkedin a:hover{ background-color: #FFF; color: #0077b5; }

/* Form Buttons and Button Links */
.button.block, .forminator-custom-form button.forminator-button-submit, #commentform input[type="submit"], #commentform input[type="reset"], .amaForm input[type="submit"], #blogArchive .post .content .link a, .archive-navigation ul li a, .tribe-events .tribe-events-c-search__button, .tribe-events .tribe-events-c-top-bar__nav-link, .singleEvent .event-top a, .tribe-events .tribe-events-c-ical__link{ text-decoration: none; display: block; background-color: #D5D3D3; text-transform: uppercase; box-shadow: 0 2px 2px rgba(0,0,0,.25); width: fit-content; padding: 8px 12px; font-size: 14px; margin: 0 0 0 auto; border: none; outline: none; }
.button.block:hover, .forminator-custom-form button.forminator-button-submit:hover, #commentform input[type="submit"]:hover, .amaForm input[type="submit"]:hover, #blogArchive .post .content .link a:hover, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button:hover, .tribe-events .tribe-events-c-top-bar__nav-link:hover, .singleEvent .event-top a:hover, .tribe-events .tribe-events-c-ical__link:hover{ background-color: #455DA1; color: #FFF; }
.button.block.second, #commentform input[type="reset"]{ background-color: #E4E4E4; color: #202020; }
.button.block.second:hover, #commentform input[type="reset"]:hover{ color: #FFF; background-color: #707070; }

/* Contact Form and Comment Form */
.forminator-custom-form label, #commentform label, .amaForm .amaForm-fieldLabel p, .amaForm p.amaForm-fieldLabel{ display: block; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 400; padding: 4px 1px 8px; color: #5F5F5F; }
.forminator-custom-form .forminator-has_error .forminator-error-message, .forminator-custom-form .forminator-has_error .forminator-error-message, .forminator-custom-form .forminator-has_error .forminator-error-message, .amaForm label.error{ border: solid 1px rgb(236, 164, 180); background-color: rgb(247, 194, 218); padding: 5px 9px; font-weight: 700; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 12px; display: block; color: #800; }
.forminator-custom-form label .forminator-required, #commentform .required-field{ color: #800; font-weight: 700; }
.forminator-custom-form input[type="text"], .forminator-custom-form input[type="email"], .forminator-custom-form input[type="url"], .forminator-custom-form textarea, #commentform input[type="text"], #commentform textarea, .amaForm input[type="text"], .amaForm input[type="email"], .amaForm textarea{ line-height: 1.6; padding: 5px; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-weight: 400; font-size: 1rem; width: 100%; margin: 0; display: block; outline: none; background-color: #fdfdfd; }
.forminator-custom-form input[type="text"], .forminator-custom-form input[type="email"], .forminator-custom-form input[type="url"], #commentform input[type="text"], .amaForm input[type="email"], .amaForm input[type="text"]{ border-top: none; border-left: none; border-right: none; border: solid 1px #C5C5C5; border-radius: 0; }
.forminator-custom-form textarea, #commentform textarea, .amaForm textarea{ border: solid 1px #C5C5C5; resize: none; padding: 5px 9px; }
.amaForm .selectric-wrapper{ width: 100% !important; }
.amaForm textarea{ height: 100px; }
#commentform textarea{ height: 150px; }
.forminator-custom-form .forminator-has_error input[type="text"], .forminator-custom-form .forminator-has_error input[type="email"], .forminator-custom-form .forminator-has_error input[type="url"]{ border-color: #800; }
.forminator-custom-form .forminator-has_error textarea{ border-color: #800; }
.forminator-custom-form .forminator-phone{ width: 100%; }
/* Comment Form Fixes */
#commentform [class*="col-"] { padding-top: 5px; padding-bottom: 5px; }
/* Comments List */
h2.comments-title, h3.comment-reply-title{ font-size: 1.5rem; font-weight: 400; }
.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: 5px; }
.commentlist .comment-data{ padding-left: 84px; }
.commentlist .comment-author p{ font-weight: 400; font-size: 1.125rem; text-transform: uppercase; padding-top: 8px; margin: 0; line-height: 36px; }
.commentlist .comment-time{ font-size: 0.875rem; color: #808080; margin-top: 0; }
.commentlist .comment-time .comment-time-text{ font-weight: 400; }
.commentlist .children{ list-style: none; margin: 12px 0 0 25px; padding: 0; text-indent: 0; }
.comment-respond #cancel-comment-reply-link, .commentlist .comment-data .comment-reply-link{ display: inline-block; vertical-align: middle; padding: 9px 14px; background-color: #353535; border-radius: 5px; text-decoration: none; font-size: 12px; color: #FFF; transition: all .2s ease; font-family: 'Open Sans', Arial, Helvetica, sans-serif; }
.comment-respond #cancel-comment-reply-link{ margin-left: 8px; }
.comment-respond #cancel-comment-reply-link:hover, .commentlist .comment-data .comment-reply-link:hover{ background-color: #CFCFCF; color: #202020; }
.commentlist .awaiting-approval{ padding: 8px 12px; border: solid 1px #989196; border-radius: 3px; background-color: #f7eff5; color: #6d6262; margin-bottom: 12px; }
/* Cookie Consent */
#commentform .comment-form-cookies-consent{ padding: 15px; }
/* CSS Radio and Checkboxes override */
.checkradio label, .ccdClient-styleCheckRadio label, .lead_capture .checkradio label, .forminator-ui.forminator-design--none .forminator-checkbox, #commentform .comment-form-cookies-consent label, .amaForm .amaForm-field-ask_anonymously label{ display: inline-block; cursor: pointer; position: relative; padding-left: 25px; margin-right: 15px; font-size: 0.875rem; font-family: 'Open Sans', Arial, Helvetica, sans-serif; line-height: 22px; }
.lead_capture .checkradio label, .amaForm .amaForm-field-ask_anonymously label, #commentform .comment-form-cookies-consent label{ padding-left: 35px; }
.amaForm .amaForm-field-ask_anonymously label{ line-height: 25px; }
.forminator-ui.forminator-design--none .forminator-checkbox{ padding-left: 0; }
.ccdClient-styleCheckRadio input[type=checkbox], .ccdClient-styleCheckRadio input[type=radio], .checkradio input[type=checkbox], .checkradio input[type=radio], #commentform .comment-form-cookies-consent input[type="checkbox"], .amaForm input[type="checkbox"]{ display: none; }
.ccdClient-styleCheckRadio label:before, .checkradio label:before, #commentform .comment-form-cookies-consent label:before, .amaForm .amaForm-field-ask_anonymously label:before{ font-family: 'Font Awesome 5 Free'; font-weight: 400; font-size: 1rem; text-align-last: center; display: inline-block; width: 20px; line-height: 20px; height: 20px; margin-right: 10px; position: absolute; left: 0; bottom: 1px; color: #202020; }
.lead_capture .checkradio label:before, #commentform .comment-form-cookies-consent label:before, .amaForm .amaForm-field-ask_anonymously label:before{ bottom: unset; top: 1px; left: 3px; line-height: 25px; width: 25px; height: 25px; font-size: 1.25rem; }
.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{ color: #54301A; 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, #commentform .comment-form-cookies-consent input[type="checkbox"] + label:before, .amaForm .amaForm-field-ask_anonymously  input[type="checkbox"] + label:before{ content: "\f0c8"; }
.ccdClient-styleCheckRadio input[type=checkbox]:checked + label:before, .checkradio input[type=checkbox]:checked + label:before, #commentform .comment-form-cookies-consent input[type="checkbox"]:checked + label:before, .amaForm .amaForm-field-ask_anonymously input[type="checkbox"]:checked + label:before{ content: "\f14a"; color: #54301A; font-weight: 700; }

/* Page Title */
.pageTitle{ padding: 36px 0; }

/* Post Meta */
.postMeta p, .postMeta a{ font-size: 0.875rem; }
.postMeta p{ color: #808080; }
.postMeta p .postMeta-icon{ display: inline-block; width: 20px; text-align: center; margin-right: 6px; }

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

/* Blog */
/* Archive */
#blogArchive .post{ margin-bottom: 36px; }
#blogArchive .post .image{ padding-bottom: 55.89%; margin: 0 0 24px; background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; }
#blogArchive .post .post-content{ display: flex; }
#blogArchive .post .side{ width: 80px; }
#blogArchive .post .side .block{ text-align: center; padding: 16px 12px; color: #FFF; background-color: #455DA1; }
#blogArchive .post .side .block p{ line-height: 1; }
#blogArchive .post .side .block .date{ font-weight: 900; font-size: 24px; padding: 0 0 10px; }
#blogArchive .post .side .block .year{ font-weight: 300; font-size: 13px; padding: 0; }
#blogArchive .post .side .comments p{ padding: 0; }
#blogArchive .post .side .comments .comment-link{ padding: 8px 14px; text-align: center; display: block; font-size: 13px; line-height: 25px; background-color: #FFF; text-decoration: none; }
#blogArchive .post .side .comments .comment-link span{ font-size: 17px; padding-right: 3px; }
#blogArchive .post .side .comments.comments-closed .comment-link{ color: #757575; background-color: #E0E0E0; }
#blogArchive .post .content{ flex: 1; padding-left: 18px; }
#blogArchive .post .page-title{ font-weight: 900; }
#blogArchive .post .meta p{ font-size: 14px; }
#blogArchive .post .meta .sepIcon{ padding: 0 7px; font-size: 12px; color: #757575; }
#blogArchive .post .content .link p{ padding: 21px 0 8px; text-align: right; }
#blogArchive .post .content .link a span{ padding: 0 0 0 4px; color: #7D7D7D; }
#blogArchive .post .content .link a:hover span{ color: #FFF; }
/* Navigation */
.archive-navigation ul{ list-style: none; }
.archive-navigation ul li{ display: inline-block; margin: 0 4px 0 0; }
.archive-navigation ul li a{ text-align: center; width: 45px; line-height: 45px; padding: 0; }
.archive-navigation ul li.active a{ background-color: #455DA1; color: #FFF; }
.archive-navigation ul li.active a:hover{ background-color: #2c4381; }
.archive-navigation ul li.inactive a:hover, .archive-navigation ul li.next-prev-link a:hover{ background-color: #E3E3E3; }
/* Sidebar */
#sidebar .widget .widget-title, #footer .footerCol .widget .widget-title{ font-size: 1.3125rem; font-weight: 800; }
#sidebar .widget{ margin-bottom: 24px; background-color: #FFF; padding: 21px 18px; box-shadow: 0 4px 5px rgba(0,0,0,.2); }
#sidebar .widget .widget-title{ font-size: 21px; padding-bottom: 14px; }
/* Single Post */
.blogPost .featImage{ padding-bottom: 57.6%; background-size: cover; background-position: center; background-repeat: no-repeat; }
.blogPost .postmeta p{ color: #7D7D7D; padding: 24px 0 36px; font-size: 14px; }
.blogPost .postmeta .sepIcon{ padding: 0 7px; font-size: 12px; }
/* Next / Previous Post */
#nextPrev{ background-color: #FFF; padding: 15px 0; }
#nextPrev a{ color: #353535; text-decoration: none; }
#nextPrev p{ padding-bottom: 0; }
#nextPrev .nextprev-link{ display: flex; }
#nextPrev .nextprev-icon{ width: 36px; line-height: 36px; text-align: center; }
#nextPrev .nextprev-content{ flex: 1; padding: 0 8px; }
#nextPrev .nextprev-linktitle{ font-size: 14px; font-weight: 700; padding-bottom: 6px; }
#nextPrev .next-post{ text-align: right; }
/* Author Box */
#authorBox{ padding-bottom: 60px; }
#authorBox .box{ background-color: #FFF; box-shadow: 0 4px 7px rgba(0,0,0,.2); padding: 32px; display: flex; }
#authorBox figure{ margin: 0; width: 180px; height: 180px; background-size: cover; background-position: center; background-repeat: no-repeat; }
#authorBox figure img{ border-radius: 5px; border: solid 1px rgba(0,0,0,.15); }
#authorBox article{ padding-left: 32px; flex: 1; }
#authorBox article h3{ font-family: 'Encode Sans Condensed', Impact, sans-serif; font-size: 1.5rem; text-transform: uppercase; }
#authorBox #author_sns, .single-publication #publicationAuthor #author_sns{ list-style: none; margin: 14px 0; padding: 0; }
#authorBox #author_sns li, .single-publication #publicationAuthor #author_sns li{ display: inline-block; height: 48px; width: 48px; margin: 0 6px 0 0; }
#authorBox #author_sns a, .single-publication #publicationAuthor #author_sns a{ text-decoration: none; width: 48px; height: 48px; display: block; overflow: hidden; transition: all .2s ease; color: #202020; }
#authorBox #author_sns .author_sns_network a:hover, .single-publication #publicationAuthor #author_sns a:hover{ background-color: #F9F9F9; }
#authorBox #author_sns .author_sns_icon, .single-publication #publicationAuthor #author_sns .author_sns_icon{ display: block; width: 48px; text-align: center; line-height: 48px; font-size: 1.125rem; }
#authorBox #author_sns .author_sns_facebook a:hover, .single-publication #publicationAuthor #author_sns .author_sns_facebook a:hover{ background-color: #1877f2; color: #FFF; }
#authorBox #author_sns .author_sns_twitter a:hover, .single-publication #publicationAuthor #author_sns .author_sns_twitter a:hover{ background-color: #1DA1F2; color: #FFF; }
#authorBox #author_sns .author_sns_youtube a:hover, .single-publication #publicationAuthor #author_sns .author_sns_youtube a:hover{ background-color: #ff0000; color: #FFF; }
#authorBox #author_sns .author_sns_instagram a:hover, .single-publication #publicationAuthor #author_sns .author_sns_instagram a:hover{ background-color: #c13584; color: #FFF; }
#authorBox #author_sns .author_sns_whatsapp a:hover, .single-publication #publicationAuthor #author_sns .author_sns_whatsapp a:hover{ background-color: #075E54; color: #FFF; }
#authorBox #author_sns .author_sns_pinterest a:hover, .single-publication #publicationAuthor #author_sns .author_sns_pinterest a:hover{ background-color: #BD081C; color: #FFF; }
#authorBox #author_sns .author_sns_linkedin a:hover, .single-publication #publicationAuthor #author_sns .author_sns_linkedin a:hover{ background-color: #0077B5; color: #FFF; }
#authorBox #author_sns .author_sns_stumbleupon a:hover, .single-publication #publicationAuthor #author_sns .author_sns_stumbleupon a:hover{ background-color: #EB4924; color: #FFF; }
#authorBox #author_sns .author_sns_reddit a:hover, .single-publication #publicationAuthor #author_sns .author_sns_reddit a:hover{ background-color: #5F99CF; color: #FFF; }
#authorBox #author_sns .author_sns_tumblr a:hover, .single-publication #publicationAuthor #author_sns .author_sns_tumblr a:hover{ background-color: #35465C; color: #FFF; }
#authorBox #author_sns .author_sns_twitch a:hover, .single-publication #publicationAuthor #author_sns .author_sns_twitch a:hover{ background-color: #6441a5; color: #FFF; }
#authorBox #author_sns .author_sns_skype a:hover, .single-publication #publicationAuthor #author_sns .author_sns_skype a:hover{ background-color: #00AFF0; color: #FFF; }
#authorBox #author_sns .author_sns_pocket a:hover, .single-publication #publicationAuthor #author_sns .author_sns_pocket a:hover{ background-color: #EF4056; color: #FFF; }
#authorBox #author_sns .author_sns_telegram a:hover, .single-publication #publicationAuthor #author_sns .author_sns_telegram a:hover{ background-color: #0088CC; color: #FFF; }

/* Single Page */
.singleTitle .breadcrumbs{ font-size: 14px; }
.singleTitle .breadcrumbs .spacer{ display: inline-block; padding: 0 4px; vertical-align: middle; }

/* Events */
/* Notification */
.tribe-events .tribe-events-c-messages__message{ align-items: unset; background-color: #FFF; padding: 0 !important; box-shadow: 0 4px 7px rgb(0,0,0,.2); 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, .tribe-common .tribe-common-c-svgicon--messages-not-found .tribe-common-c-svgicon__svg-stroke{ stroke: #202020; }
.tribe-common .tribe-events-c-messages__message-list{ flex: 1; display: flex; align-items: center; padding: 18px; }
/* Archive */
.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: #FFF; box-shadow: 0 4px 7px rgba(0,0,0,.2); }
.tribe-events .tribe-events-c-search__input-control{ margin: 0; padding: 0 10px 0 0; }
.tribe-common .tribe-common-form-control-text__input, .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input{ margin: 0; padding: 0 12px 0 48px; font-size: 17px; font-weight: 300; font-family: 'Open Sans', Arial, Helvetica, sans-serif; line-height: 40px; }
.tribe-events .tribe-events-c-search__button{ line-height: 42px; padding: 0 12px; font-family: 'Open Sans', Arial, Helvetica, sans-serif; }
.tribe-events .tribe-events-c-top-bar__nav-link{ width: 40px; line-height: 40px; text-align: center; padding: 0; }
.tribe-events .tribe-events-c-top-bar__nav-link-icon-svg{ vertical-align: middle; color: #202020; height: 16px; width: auto; }
.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: 'Open Sans', Arial, Helvetica, sans-serif; border: none; background: transparent; color: #455DA1; font-size: 16px; }
.tribe-events .tribe-events-c-top-bar__datepicker-button:hover{ text-decoration: underline; color: #2c4381; }
.tribe-events .tribe-events-c-ical__link, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical__link{ width: fit-content; }
.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path{ fill:#808080; }
.tribe-common .tribe-common-c-btn-icon--caret-left:hover .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right:hover .tribe-common-c-btn-icon__icon-svg path{ fill:#FFF; }
/* 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: #dbdbdb; }
.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: #2c4381; }
.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: #455DA1; }
.tribe-events .tribe-events-calendar-month-nav{ display: none; }
/* 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: #455DA1; }
#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: #455DA1; 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: #455DA1; }
#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 */
#tribe-events-pg-template{ max-width: unset; padding-left: 0; padding-right: 0; }
.tribe-events-back{ margin-bottom: 0; }
.singleEvent .content .event-qrcode{ padding: 60px 0 0; }
.singleEvent .content .event-qrcode .qr-label{ padding: 0 0 12px; font-size: 0.9125rem; font-weight: 700; }
.singleEvent .event-top .tribe-events-back a{ margin: 0; }
.singleEvent .featImage{ height: 100%; background-size: cover; background-position: center; }
.singleEvent .featImage, .singleEvent .map .tribe-events-meta-group-gmap{ min-height: 250px; background-color: #CFCFCF; color: #b6b6b6; display: flex; align-items: center; justify-content: center; }
.singleEvent .meta-block{ position: relative; background-color: #BFBFBF; color: #202020; margin: 0 0 18px; padding: 21px 16px 21px 56px; overflow-x: hidden; }
.singleEvent .meta-block:last-of-type{ margin-bottom: 0; }
.singleEvent .meta-block .icon{ position: absolute; top: 18px; left: -25px; width: 72px; line-height: 72px; text-align: center; color: #455DA1; font-size: 48px; opacity: .6; }
.singleEvent .event-top .event-links{ text-align: right; }
.singleEvent .event-top .event-links a{ display: inline-block; margin: 0 0 0 8px; }
.singleEvent .event-top a .icon, .singleEvent .meta-link a .icon{ padding-right: 6px; }
.singleEvent .meta-link a{ display: block; border-radius: 6px; color: #FFF; background-color: #455DA1; text-decoration: none; padding: 8px 18px; font-size: 16px; }
.singleEvent .meta-link a:hover{ background-color: #2c4381; }
.singleEvent .map .tribe-events-meta-group-gmap, .singleEvent .map .tribe-events-meta-group.tribe-events-meta-group-gmap, .singleEvent .map .tribe-events-venue-map, .singleEvent .map .tribe-events-venue-map iframe{ height: 100%; width: 100%; padding-bottom: 0; padding-top: 0; margin-top: 0; border: solid 1px rgba(0,0,0,.2); border-radius: 3px; }
.singleEvent .map .no-map{ padding: 24px; text-align: center; }
.singleEvent .map .no-map .icon, .singleEvent .image .icon{ font-size: 64px; }
.singleEvent .map .no-map h2{ font-size: 21px; font-weight: 400; padding: 18px 0 0; }
#tribe-events-content{ margin-bottom: 0; }
.singleEvent .meta-block h3{ font-size: 24px; font-weight: 900; padding-bottom: 6px; }
.singleEvent .meta-block p{ padding: 0; color: #353535; }
.singleEvent .content > div{ padding: 40px 0; }
.singleEvent .content > div p:last-of-type{ padding-bottom: 0; }

/* Staff */
/* Archive */
#staff-archive{ padding: 60px 0; }
/* 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 */
#staff-content{ float: left; }
#staff-content.has-sidebar{ width: calc( 100% - 300px ); }
#staff-content.no-sidebar{ width: 100%; }
.ccdClient-staffProfileList{ list-style: none; margin: 0; padding: 0; display: flex; }
article.staffProfile-wrap{ height: 100%; }
.ccdClient-staffProfile article a{ text-decoration: none; color: #202020; display: block; }
.ccdClient-staffProfile article a:hover{ background-color: #455DA1; color: #FFF; }
.ccdClient-staffProfile article .staffProfile-info{ padding: 18px 16px 6px; flex-direction: column; }
.ccdClient-staffProfile article .staffProfile-info .staffProfile-content{ flex-grow: 1; }
.ccdClient-staffProfile .staffProfile-staffImage{ width: 100%; padding-bottom: 125%; position: relative; background-position: top center; background-size: cover; text-decoration: none;  }
.ccdClient-staffProfile .staffProfile-info{ display: flex; }
.ccdClient-staffProfile .staffProfile-info h3{ font-weight: 400; padding-bottom: 7px; font-size: 1.35rem; }
.ccdClient-staffProfile .staffProfile-info .staff-role{ font-size: 0.85rem; }

/* 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 #staffStats .staffStat, .single-staff #staffQuestions .staffQ{ font-family: 'Encode Sans Condensed', 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: 'Open Sans', 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; }

/* Job Vacancies */
/* Archive */
#jobs-archive{ padding: 60px 0; }
#jobs-archive .job-ad{ background-color: #FFF; margin: 0; box-shadow: 0 4px 7px rgba(0,0,0,.2); padding: 26px; margin-bottom: 16px; }
#jobs-archive .job-ad .meta-data{ font-size: 14px; padding: 16px 15px 0 0; color: #353535; }
#jobs-archive .job-ad .meta-data i{ padding-right: 8px; color: #5F5F5F; }
#jobs-archive .job-ad .job-type{ width: 150px; }
#jobs-archive .job-ad .job-title{ flex: 1; padding: 0 12px 0 0; }
#jobs-archive .job-ad .job-type .jobtype{ display: block; padding: 4px 12px; font-size: 13px; font-weight: 700; border-radius: 20px; text-align: center; }
#jobs-archive .job-ad .job-type .jobtype.full-time{ color: #FFF; background-color: #455DA1; }
#jobs-archive .job-ad .job-type .jobtype.part-time{ color: #FFF; background-color: #2EBC2E; }
#jobs-archive .job-ad .job-type .jobtype.casual{ color: #FFF; background-color: #C80AC8; }
#jobs-archive .job-ad .job-type .jobtype.contract-based{ color: #FFF; background-color: #880929; }
#jobs-archive .job-ad .job-type .jobtype.volunteer{ color: #FFF; background-color: #E28B09; }
/* Single */
.single-vacancy .jobad .job-header{ background-color: #FFF; box-shadow: 0 4px 7px rgba(0,0,0,.2); padding: 12px; }
.single-vacancy .jobad .meta-data .icon{ width: 64px; text-align: center; line-height: 56px; color: #455DA1; font-size: 28px; }
.single-vacancy .jobad .meta-data .data{ flex: 1; padding: 4px 0 4px 12px; }
.single-vacancy .jobad .meta-data .meta-title{ font-size: 16px; margin: 0; color: #353535; font-weight: 700; }
.single-vacancy .jobad .meta-data .meta-info{ font-size: 14px; padding-bottom: 0; margin-bottom: 0; }
.single-vacancy .jobad .sectionTitle{ font-weight: 900; font-size: 24px; }
.single-vacancy .jobad .filelist-link{ width: 100%; display: block; background-color: #7D7D7D; border-radius: 5px; padding: 10px 18px; color: #FFF; line-height: 36px; text-decoration: none; }
.single-vacancy .jobad .filelist > div{ padding-left: 0; }
.single-vacancy .jobad .filelist-link span{ vertical-align: middle; }
.single-vacancy .jobad .filelist-link .icon{ font-size: 24px; padding-right: 8px; }
.single-vacancy .jobad #apply{ margin: 12px 0; padding: 12px 24px; color: #FFF; background-color: #455DA1; line-height: 24px; border-radius: 10px; display: block; width: fit-content; text-decoration: none; }
.single-vacancy .jobad #apply .icon{ padding-right: 8px; }
.single-vacancy .jobad .apply-info{ background-color: #FFF; box-shadow: 0 4px 7px rgba(0,0,0,.2); display: none; }
.single-vacancy .jobad .apply-info .submit-details{ padding: 36px 24px; }

/* AGM Report */
.agm-report .overlay{ height: 100%; width: 100%; }
.agm-report #report_head{ background-size: cover; background-position: center; height: 100vh; }
.agm-report #report_head .overlay{ padding: 40px 0; display: flex; justify-content: center; align-items: center; }
.agm-report #report_head #logo{ height: 125px; max-width: 500px; margin: 0 auto 24px; text-align: center; }
.agm-report #report_head #logo img{ max-width: 100%; max-height: 100%; width: auto; height: auto; }
.agm-report #report_head #title{ text-align: center; width: 75%; margin: 0 auto; }
.agm-report #report_head .report-title, .agm-report #report_head .report-year{ text-shadow: 0 3px 7px rgba(0,0,0,.35); }
.agm-report #report_head .report-title{ font-size: 4.5rem; font-weight: 300; }
.agm-report #report_head .report-year{ font-family: 'Nothing You Could Do', cursive; font-size: 6rem; }
.agm-report .section{ background-size: cover; background-position: center;  }
.agm-report .section .overlay{ padding: 60px 0; }
.agm-report #report_chair, .agm-report #report_ceo{ min-height: 350px; }
.agm-report #report_ceo .section-header, .agm-report #report_chair .section-header{ position: relative; padding: 0 0 25px; }
.agm-report .section-header .section-title{ font-family: 'Nothing You Could Do', cursive; font-size: 3rem; /* font-weight: 300; */ }
.agm-report #report_ceo .profile-image, .agm-report #report_chair .profile-image{ width: 250px; height: 350px; background-size: cover; background-position: center; position: absolute; top: -30px; }
.agm-report #report_chair .profile-image{ left: 0; }
.agm-report #report_chair .section-header, .agm-report #report_chair .section-content{ padding-left: 275px; }
.agm-report #report_ceo .profile-image{ right: 0; }
.agm-report #report_ceo .section-header, .agm-report #report_ceo .section-content{ padding-right: 275px; }
.agm-report #report_numbers .iconbox{ display: flex; flex-direction: row; }
.agm-report #report_numbers .iconbox .icon{ width: 64px; line-height: 64px; text-align: center; font-size: 42px; }
.agm-report #report_numbers .iconbox .text{ flex: 1; padding-left: 16px; }
.agm-report #report_numbers .iconbox .text p{ line-height: 1.4; }
.agm-report #report_numbers .iconbox .text .number{ font-family: 'Nothing You Could Do', cursive; font-size: 2rem; padding-right: 8px; }
.agm-report #report_trustees .member-photo{ margin: 0 0 15px; padding: 0 0 125%; background-color: #9F9F9F; background-size: cover; background-position: center; }
.agm-report #report_trustees .name{ padding: 0 6px; }
.agm-report #report_trustees .member-name{ font-weight: 400; padding-bottom: 7px; font-size: 1.35rem; }
.agm-report #report_trustees .position{ font-size: 0.85rem; }
.agm-report #report_staff .list{ list-style: none; margin: 0; padding: 0; height: 300px; display: flex; flex-direction: column; flex-wrap: wrap; }
.agm-report #report_projects .report-display{ margin: 0 15px 18px; background-color: #FFF; box-shadow: 0 4px 7px rgba(0,0,0,.2);; padding: 24px 36px; max-height: 85vh; overflow: auto; color: #202020; display: none; }
.agm-report #report_projects .report-display p:last-of-type{ padding-bottom: 0; }
.agm-report #report_projects .report-display.show{ display: block; }
.agm-report #report_projects .projects ul{ list-style: none; margin: 0; padding: 0; }
.agm-report #report_projects .projects .project{ color: #FFF; text-decoration: none; text-align: center; display: block; background-color: rgba(0,0,0,.85); width: 100%; height: 125px; padding: 18px; display: flex; justify-content: center; align-items: center; box-shadow: 0 4px 7px rgba(0,0,0,.3); transition: all .2s ease; line-height: 1.4; font-weight: 400; font-size: 21px; }
.agm-report #report_projects .projects .project:hover, .agm-report #report_projects .projects .project.selected{ background-color: #FFF; color: #202020; }
.agm-report #report_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; }
.agm-report #report_download .download-button:hover{ color: #FFF; background-color: rgba(0,0,0,.85); }
.agm-report #report_download .download-button .icon{ width: 64px; line-height: 64px; font-size: 28px; text-align: center; }
.agm-report #report_download .download-button .label{ flex: 1; } 
.agm-report #report_download .download-button .label .dl-text{ font-family: 'Nothing You Could Do', cursive; padding: 6px 0; font-size: 1.25rem; line-height: 1; }
.agm-report #report_download .download-button .label .dl-item{ padding: 6px 0; line-height: 1; }

/* Media */
.media-archive{ padding: 60px 0; }
.media-sidebar{ padding: 24px 18px; background-color: #FFF; box-shadow: 0 4px 7px rgba(0,0,0,.2); margin-bottom: 24px; }
.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: #455DA1; color: #FFF; }
.media-sidebar .tabbed-content{ display: none; }
.media-sidebar .tabbed-content.active{ display: block; }
/* Galleries */
/* Archive */
#galleryArchive .galleryPost a, #videoArchive .videoPost a, #audioArchive .audioPost a{ display: block; color: #202020; text-decoration: none; height: 100%; }
#galleryArchive .galleryPost .image, #videoArchive .videoPost .image{ padding-bottom: 65.7%; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; }
#galleryArchive .galleryPost .title, #videoArchive .videoPost .title, #audioArchive .audioPost .title{ font-size: 1.5rem; }
#galleryArchive .galleryPost .photoCount{ position: absolute; top: 12px; right: 12px; width: fit-content; color: #FFF; background-color: #202020; padding: 5px 9px; font-size: 13px; }
#galleryArchive .galleryPost .galleryDesc{ padding-top: 0; color: #5F5F5F; }

/* Single */
article.single-photo{ width: 25%; }
article.single-photo a{ margin: 11px 9px; display: block; }
article.single-photo img{ width: 100%; }
#single-gallery-container .content-container{ padding: 60px 0; }
/* 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: 'Open Sans', 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 */
#videoArchive .videoPost .image{ padding-bottom: 56.25%; }
#videoArchive .videoPost a .playButton, #audioArchive .audioPost .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; }
#videoArchive .videoPost a:hover .playButton, #audioArchive .audioPost a:hover .playButton{ opacity: 1; }
#videoArchive .videoPost a .playButton span, #audioArchive .audioPost .playButton span{ width: 100%; text-align: center; font-size: 48px; text-shadow: 0 2px 4px rgba(0,0,0,.3); }
/* Single */
#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%; }
.video-information .page-title{ padding-bottom: 18px; }
#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 .video-fi{ padding-bottom: 56px; }
/* 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: #455DA1; }
#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 0; }
#single-publication .post-quote{ padding: 36px; color: #FFF; background-color: #455DA1; margin-bottom: 24px; position: relative; }
#single-publication .post-quote > span{ position: absolute; width: 128px; line-height: 128px; text-align: center; color: #5c74b8; 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; }
/* Audio / Podcasts */
/* Archive */
#audioArchive .audioPost{ margin-bottom: 24px; }
#audioArchive .audioPost a{ width: 100%; }
#audioArchive .audioPost .image{ padding: 0 0 100%; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; margin: 0; position: relative; }
#audioArchive .audioPost .content{ padding: 21px 14px; }
#audioArchive .audioPost .inner-content{ width: 100%; }
/* Single */
#audioContainer{ padding: 40px 0 60px; }
#audioContainer .audioTitle{ padding-top: 0; }
.audioFile .audioDescription{ padding-bottom: 24px; }
.audioFile .audio-coverImage .coverImage-image{ padding-bottom: 100%; margin: 0; background-position: center; background-size: cover; }
.audioFile .audio-coverImage{ padding: 0; }
.audioFile .audioPlayer{ padding: 0; }
.audioFile .audioPlayer iframe{ width: 100%; height: 100%; }
.audioFile .audioFile-title{ display: flex; align-items: center; }
.audioFile .audio-information .audio-metaLabel.displayTitle{ font-size: 21px; }
.audio-sidebar .audio-fi{ width: 70px; padding-bottom: 70px; }
.audio-sidebar .track-name{ padding: 12px 0 12px 18px; }
.audio-metadata .metaLabel{ font-size: 15px; padding-bottom: 6px; color: #707070; }
.audio-metadata .metaData{ font-size: 13px; }
.audio-metadata .audioSection:last-of-type .metaData{ padding-bottom: 0; }

/* Search */
/* Results */
#serp{ padding: 40px 0; }
#serp .search-result{ margin-bottom: 25px; padding: 21px 27px; }
#serp .search-result h2{ font-size: 1.3125rem; margin: 0; padding: 0 0 6px 0; }
#serp .search-result h2 a{ color: #430fbb; }
#serp .search-result .postPermalink a{ color: #17911f; font-size: 0.875rem; }
#serp .search-result .entry p{ font-size: 0.875rem; }
/* Widget */
.blogSidebar #sidebar .widget.widget_search .searchform{ display: flex; }
.blogSidebar #sidebar .widget.widget_search .searchform #s, .blogSidebar #sidebar .widget.widget_search .searchform .submitbutton{ margin: 0; padding: 0; }
.blogSidebar #sidebar .widget.widget_search .searchform #s{ flex: 1; border: solid 1px #939393; margin-right: 5px; padding: 0 14px; border-radius: 5px; font-size: 1.1rem; font-weight: 300; outline: none; transition: all .2s ease; }
.blogSidebar #sidebar .widget.widget_search .searchform #s:active, .blogSidebar #sidebar .widget.widget_search .searchform #s:focus{ background-color: #f6f6fb; border-color: #555; }
.blogSidebar #sidebar .widget.widget_search .searchform .submitbutton{ text-align: center; color: #FFF; background-color: #455DA1; width: 46px; line-height: 46px; font-size: 1.2rem; border: none; box-shadow: 0 2px 3px rgba(0,0,0,.2); transition: all .2s ease; }
.blogSidebar #sidebar .widget.widget_search .searchform .submitbutton:hover{ background-color: #D5D3D3; color: #455DA1; }

/* Form */
#search-form{ padding-bottom: 25px; background-color: #FCFCFC; box-shadow: 0 4px 7px rgba(0,0,0,.2); }
#search-form #searchform .searchform{ display: flex; }
#search-form #searchform .searchform > *{ margin: 0 5px; border: solid 5px #FFF; box-sizing: content-box; }
#search-form #searchform .searchform > *:first-of-type{ margin-left: 0; }
#search-form #searchform .searchform > *:last-of-type{ margin-right: 0; }
#search-form #searchform .searchform #advanced{ display: block; color: #202020; width: 48px; line-height: 48px; text-align: center; text-decoration: none; padding: 0; background-color: #FFF; border-radius: 50%; outline: none; cursor: pointer; }
#search-form #searchform .searchform #advanced:hover, #searchform.advanced-search .searchform #advanced, #searchform .searchform #advanced:focus{ background-color: #C5C5C5; }
#search-form #searchform .searchform #s{ flex: 1; line-height: 48px; background-color: #FFF; padding: 0 14px; border-radius: 5px; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 18px; outline: none; transition: all .2s ease; border: solid 1px #C5C5C5; }
#search-form #searchform .searchform #s:focus{ background-color: #f0f1f5; }
#search-form #searchform .advanced{ display: none; }
#search-form #searchform .searchgroup{ margin: 5px 0; border: none; display: flex; align-items: center; }
#search-form #searchform .searchgroup .title{ font-size: 14px; width: 150px; padding-bottom: 0; }
#search-form #searchform .searchgroup .field{ flex: 1; padding-left: 8px; }
#search-form #searchform .searchgroup .field > .select2-container{ width: 100% !important; }
#search-form #searchform #searchbuttons{ text-align: right; padding: 12px 15px 0; }
#search-form #searchform #searchbuttons .button{ padding: 10px 15px; font-size: 14px; display: inline-block; margin: 0 0 0 6px; }
/* Select2 Overrides */
.search.search-results .select2-container--open .select2-dropdown{ top: 32px; }
.search.search-results .select2-results__option, .search-results .select2-selection__choice{ font-size: 0.875rem; }
.search.search-results .select2-container--default .select2-selection--multiple .select2-selection__choice{ border: none; background-color: #202020; color: #FFF; }
/* Advanced Search Bar */

/* 404 Error Page */
#errorPage .errorPage-icon{ font-size: 72px; color: #CFCFCF; }
.errorPage-errorCode{ font-size: 1rem; text-transform: uppercase; color: #9F9F9F; padding-top: 32px; }

/* Share Icons */
#shareLinks{ padding: 25px 0 }
#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, .sharedaddy li span::before{ width: 48px; line-height: 48px; text-align: center; font-size: 18px; }
.sharedaddy li span::before, .share-this li span::before{ margin: 0 18px 0 0; transition: all .2s ease; width: 100%; height: 100%; display: block; }
.share-this .share-label{ line-height: 48px; padding: 0 18px; box-sizing: border-box; }
#shareLinks .sd-block{ display: flex; }
#shareLinks .sd-title{ padding: 0 12px 0 0; font-size: 17px; font-weight: 700; line-height: 48px; }
/* Networks */
.share-this .facebook a:hover span:before, .sharedaddy .share-facebook a:hover span:before, .contactDetails .details .sns-links .facebook a:hover span:before{ background-color: #1877F2; border-color: #1877f2; color: #FFF;  }
.share-this .twitter a:hover span:before, .sharedaddy .share-twitter a:hover span:before, .contactDetails .details .sns-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 .sns-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 .sns-links .linkedin a:hover span:before{ background-color: #0077b5; color: #FFF; border-color: #0077B5; }
.share-this .stumbleupon a:hover span:before, .contactDetails .details .sns-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 .sns-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 .sns-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 .sns-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 .sns-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-bottom: 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; }

/* Recent Posts Widget */
.ccd-recent-posts .recent-posts{ padding-bottom: 12px; }
.ccd-recent-posts .recent-posts:last-of-type{ padding-bottom: 0; }
.ccd-recent-posts .recent-posts a{ display: flex; text-decoration: none; }
.ccd-recent-posts .recent-posts .post-date{ width: 70px; text-align: center; padding: 14px 8px; color: #FFF; background-color: #455DA1; }
.ccd-recent-posts .recent-posts .post-date p{ line-height: 1; }
.ccd-recent-posts .recent-posts .post-date .date{ font-weight: 900; font-size: 24px; padding: 0 0 10px; }
.ccd-recent-posts .recent-posts .post-date .year{ font-weight: 300; font-size: 13px; padding: 0; }
.ccd-recent-posts .recent-posts .post-title{ flex: 1; padding: 16px 0 16px 12px; }
.ccd-recent-posts .recent-posts .post-title p{ line-height: 1; }
.ccd-recent-posts .recent-posts .post-title .title{ padding: 0 0 12px; font-size: 17px; font-weight: 700; color: #202020; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 200px; }
.ccd-recent-posts .recent-posts .post-title .author{ padding: 0; font-size: 13px; color: #7D7D7D; }
.ccd-recent-posts .recent-posts .post-title .author .author-name{ color: #455DA1; }

/* Recent Comments List */
.ccd-comments-list{ padding: 8px 0; }
.ccd-comments-list p{ padding: 0; margin: 0; font-size: 1rem; }
.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; text-align: center; line-height: 60px; font-size: 1.9rem; }
.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: 0.8125rem; }
.ccd-comments-list .ccd-comment-display .recent-comment-author .author-name{ font-weight: 700; }
.ccd-comments-list .ccd-comment-display.no-comments .title{ font-size: 1.2rem; line-height: 1.4; font-weight: 700; padding-bottom: 9px; }
.ccd-comments-list .ccd-comment-display.no-comments .text{ font-size: 0.85rem; font-weight: 300; }

/* Archive Widget */
#blog-archive-container .archive-container #sidebar .archive-posts{ display: block; width: 100%; }
.ccd-archive-posts{ padding: 8 18px; }
.ccd-archive-posts h3{ clear: left; font-family: 'Encode Sans Condensed', Arial, Helvetica, sans-serif; font-size: 3rem; 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: 0.875rem; 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: 2rem; text-align: center; width: 25%; font-weight: 400; line-height: 52px; }

/* Alert Bar */
.ccdAlert{ background-color: #FFF; box-shadow: 0 3px 5px rgba(0,0,0,.45); border-left: solid 7px; margin: 20px 0; }
.ccdAlert .alertTitle{ padding: 18px 30px; }
.ccdAlert .alertTitle h2{ font-size: 18px; padding-bottom: 0; }
.ccdAlert .alertTitle .titleText{ padding-left: 12px; font-weight: 400; }
.ccdAlert.type_error{ border-left-color: #c62828; }
.ccdAlert.type_error .alertTitle{ background-color: #c62828; color: #FFF; }
.ccdAlert.type_notice{ border-left-color: #f9a825; }
.ccdAlert.type_notice .alertTitle{ background-color: #f9a825; color: #202020; }
.ccdAlert.type_success{ border-left-color: #2e7d32; }
.ccdAlert.type_success .alertTitle{ background-color: #2e7d32; color: #FFF; }
.ccdAlert.type_info{ border-left-color: #283593; }
.ccdAlert.type_info .alertTitle{ background-color: #283593; color: #FFF; }
.ccdAlert .alertContent{ padding: 24px 30px; }
.ccdAlert .alertContent p{ color: #202020; }
.ccdAlert .alertContent p:last-of-type{ padding-bottom: 0; }

/* CTA Widget */
.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: 'Open Sans', Arial, Helvetica, sans-serif; }
.cocodecta .ctacontent{ width: 70%; 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; }

/* 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: 'Open Sans', 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: #1877f2; }
.socialFeed-widget.facebookWidget a{ color: #1877F2 !important; }

/* Media Overrides */
.embed-container .embedded-item *{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.wp-block-embed, .page-content span[class^="embed-"], .post-content span[class^="embed-"], .movieDisplay-trailer{ position: relative; padding-bottom: calc( 100% * ( 9/16 ) ); margin-bottom: 32px; margin-left: 0; margin-right: 0; display: block; }
.wp-block-embed .wp-block-embed__wrapper, .page-content span[class^="embed-"] iframe, .post-content span[class^="embed-"] iframe, .movieDisplay-trailer iframe{ position: absolute; left: 0; bottom: 0; right: 0; top: 0; height: 100%; width: 100%; }
.wp-block-embed .wp-block-embed__wrapper span{ display: block; width: 100%; height: 100%; }
.wp-block-embed .wp-block-embed__wrapper iframe{ width: 100%; height: 100%; }
/* Tooltipster */
body .tooltipster-sidetip.tooltipster-shadow .tooltipster-box{ background-color: #202020; }
body .tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#202020;}
body .tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border{border-left-color:#202020;}
body .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border{border-right-color:#202020;}
body .tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{border-top-color:#202020;}
body .tooltipster-sidetip.tooltipster-shadow .tooltipster-content{ color: #FFF; padding: 6px 10px; font-size: 13px; }