<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Theme Name:    Quadsimia Child Theme
Description:   Bento theme customization by Quadsimia
Author:        Rob Perry, Creative Director / Senior Web Developer, Quadsimia
Author URI:    http://www.quadsimia.com/
Template:      bento
Version:       1.0.1
Text Domain:   Bento-child
-------------------------------------------------------------- */
/* TABLE OF CONTENTS
 1: FONTS
 2: GENERAL STYLES
    2a: Structural
    2b: Typography
    2c: Links/CTAs
    2d: Lists
    2e: Tables
    2f: Grids/Columns
    2g: Flex
    2h: Images
    2i: Videos
    2j: Forms
    2k: Formatting
 3: HEADER
    3a: Header
    3b: Header - Sticky
    3c: Alert Bar
    3d: Top Nav Bar
    3e: Logo
 4: NAV
    4a: Nav Menu
    4b: Nav Menu - Position
    4c: Nav Menu - Full Background
    4d: Mobile Nav Menu
    4e: Mobile MeanMenu
 5: BODY/CONTENT
    5a: Breadcrumbs
    5b: Homepage
    5c: Interior
 6: SIDEBAR
    6a: Aside
 7: FOOTER
    7a: Footer Content
    7b: Copyright
    7c: Return to Top Button
    7d: Google Recaptcha Badge
 8: ANIMATION/FX
    8a: Grid Effects
    8b: Owl Carousel
    8c: Parallax Images - Using Simple Parallax JS
    8d: Animate.css - See /styles/animate/animate.css
 9: RESPONSIVE
 10: CMS
    10a: QDYNAMO
      QD1: HEADER
      QD2: NAV
      QD3: BODY/CONTENT
      QD4: SIDEBAR
      QD5: FOOTER
      QD6: MODULES
        QD6a: Popup
    10b: WORDPRESS
      WP1: HEADER
      WP2: NAV
      WP3: BODY/CONTENT
      WP4: SIDEBAR
      WP5: FOOTER
      WP6: PLUGINS
        WP6a: Breadcrumbs NavXT
        WP6b: Sticky Header by ThematoSoup
        WP6c: W2DC Directory
`11: CUSTOM CSS
-------------------------------------------------------------- */
/* 1: FONTS */
/* Add fonts and all customizations to your screen.css file */

/* MONTSERRAT BOLD 800 and BLACK 900 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800;900&amp;display=swap');
/* adelle semibold */
@import url("https://use.typekit.net/xhw5abv.css");
/* engagement */
@import url('https://fonts.googleapis.com/css2?family=Engagement&amp;display=swap');

/*------------------------------------------------------------ */
/* 2: GENERAL STYLES */

/* -- 2a: Structural ----------------------------------------- */
html{scroll-behavior:smooth;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body{position:relative;width:100%;padding:0;margin:0;background-color:#fff;}
main{position:relative;margin:0;padding:0;}
section{position:relative;margin:0;padding:2em 0;}
.container{position:relative;width:100%;max-width:1440px;margin:0 auto;padding:0 1.25em;}
.container:after{content:"";display:table;clear:both;}

/* -- 2b: Typography ----------------------------------------- */
body{font:normal 1em/1.45em 'Helvetica Neue', Helvetica, Arial, 'sans-serif';text-rendering: optimizeLegibility;-webkit-font-smoothing:antialiased;}
h1,h2,h3,h4,h5,h6{margin:0.65em 0 0.35em 0;font-weight:normal;text-rendering:optimizeLegibility;line-height:normal;}
h1{font-size:4.75em;}
h2{font-size:2.25em;}
h3{font-size:2em;}
h4{font-size:1.75em;}
h5{font-size:1.5em;}
h6{font-size:1.25em;}
p{margin:0.8em 0;}
blockquote{margin:1em 1em 1em 0;padding:0 0 0 0.5em;font-size:1.5em;line-height:1.5em;font-style:italic;border-left:1px solid #ccc;}
blockquote span{font-size:0.7em;display:block;}
hr{margin:1em 0;border-bottom:1px solid #f1f1f1;border-left:none;border-right:none;border-top:none;}
address{display:block;margin:0 0 0.75em;}
sub,sup{font-size:50%;margin-left:0.1em;margin-right:0.1em;line-height:0;position:relative;}
sup{top:0;vertical-align:super;}
sub{bottom:0;vertical-align:sub;}

abbr, acronym{
  border-bottom: 1px dotted #ccc;
  cursor: help;}
hgroup{margin-bottom: 0.75em;}
del{color: #595959;}
cite{
   background-color: #fff;
   padding: 0.5em 1.5em;
   margin: 0.25em auto;
   display: table;
   font-size: 1.4em;}
cite:before {
  content: '\2014 \00A0'; }
figure figcaption{
   font-size: 0.8em;
   line-height: 1.3em;}

@media screen and (max-width:680px){
  h1{font-size:2.5em;}
  h2{font-size:2.25em;}
  h3{font-size:2.0em;}
  h4{font-size:1.75em;}
  h5{font-size:1.5em;}
  h6{font-size:1.25em;}
}
/* type helpers */
.nowrap{white-space: nowrap;}

/* -- 2c: Links/CTAs ----------------------------------------- */
a{transition:all 0.3s ease;}
a{color:#0085CA;text-decoration:none;}
a:hover{color:#551A8B;}
a:active{color:#EE0000;}
a:focus,:focus{outline:3px solid #c1e0fe;outline:3px solid rgba(131,192,253,0.5);outline-offset:1px;/* added for accessibility enhancement */}
.cta{display:inline-block;margin:0 0.125em;padding:0.5em 1.125em;background-color:#0085CA;color:#fff;border-radius:2em;font-weight:bold;vertical-align: middle;}
.cta:hover{background-color:#551A8B;color:#fff;}
.cta.outline{padding:0.3em 1.125em;background-color:transparent;border:3px solid #0085CA;color:#0085CA;}
.cta.outline:hover{border:3px solid #551A8B;color:#551A8B;}
/* Secondary color */
.cta.secondary{background-color:#6CC24A;color:#fff;}
.cta.secondary:hover{background-color:#009739;color:#fff;}
.cta.outline.secondary{padding:0.3em 1.125em;background-color:transparent;border:3px solid #6CC24A;color:#6CC24A;}
.cta.outline.secondary:hover{border:3px solid #009739;color:#009739;}
/* Contact color */
.cta.contact{background-color:#6CC24A;color:#fff;}
.cta.contact:hover{background-color:#009739;color:#fff;}
.cta.outline.contact{padding:0.3em 1.125em;background-color:transparent;border:3px solid #6CC24A;color:#6CC24A;}
.cta.outline.contact:hover{border:3px solid #009739;color:#009739;}
/*.cta.contact{background-color:#ffdd00;color:#fff;}
.cta.contact:hover{background-color:#f64cab;color:#fff;}
.cta.outline.contact{padding:0.3em 1.125em;background-color:transparent;border:3px solid #D60078;color:#D60078;}
.cta.outline.contact:hover{border:3px solid #f64cab;color:#f64cab;}*/
/* CTA Sizes */
.cta.large{
  font-size:1.5em;
  min-width:200px;}
/* CTA Widths */
.cta{width:auto;}
.card .cta{width:100%;}
.cta.full, .card .cta.full{width:100%;}
.cta.half, .card .cta.half{width:50%;}
.cta.thirds, .card .cta-thirds{width:33.333%;}
.cta.quarter, .card .cta.quarter{width:25%;}

@media screen and (max-width:680px){
  .cta, .card .cta,
  .cta.full, .card .cta.full,
  .cta.half, .card .cta.half,
  .cta.thirds, .card .cta-thirds,
  .cta.quarter, .card .cta.quarter{width:100%;}
  .card .cta,
  .card .cta.full,
  .card .cta.half,
  .card .cta-thirds,
  .card .cta.quarter{width:100%;}
}

/* -- 2d: Lists ---------------------------------------------- */
ul,ol{}
li{margin:0;padding:0.25em 0;}
ul.inline,ol.inline{padding:0;}
ul.inline li,ol.inline li{display:inline-block;}
ul.nobull{list-style-type:none;padding-left:0;}
ul.icons li{list-style-type:none;/*list with icons*/}
ul.icons li:before{padding-right:0.5em;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f0da";}
dl{/* definition list */}
dt{clear:both;float:left;padding:0 1em 0.25em 0;width:150px;font-weight:bold;}
dd{float:left;}

/* -- 2e: Tables --------------------------------------------- */
table{border:1px solid #ccc;margin:1em 0;padding:0;width:100%;border-collapse:collapse;border-spacing:0;text-align:left;background-color:#fff;}
th{border-bottom:1px solid #ccc;padding:0.75em;font-weight:bold;background-color:#f1f1f1;}
td{border-bottom:1px solid #ccc;padding:0.75em;}
tr,th,td{vertical-align:middle;}
table.striped tr:nth-child(even){background-color:#f1f1f1;}

/* -- 2f: Grids/Columns -------------------------------------- */
.group:before,.group:after{content:"";display:table;}
.group:after{clear:both;}
.group{zoom:1;/* For IE 6/7 */}
.col{display:block;float:left;margin:1% 0 1% 1.6%;}
.col:first-child{margin-left:0;}
.span1{width:6.86%;}.span2{width:15.33%;}.span3{width:23.8%;}.span4{width:32.26%;}.span5{width:40.73%;}.span6{width:49.2%;}.span7{width:57.66%;}.span8{width:66.13%;}.span9{width:74.6%;}.span10{width:83.06%;}.span11{width:91.53%;}.span12{width:100%;}
.grid-example .col{padding:0.5em;background-color:#f1f1f1;border:1px dotted #ccc;}
/* column handling */
.col.span6:nth-child(2n+1){margin-left:0; /* 2 column */}
.col.span4:nth-child(3n+1){margin-left:0; /* 3 column */}
.col.span3:nth-child(4n+1){margin-left:0; /* 4 column */}
.col.span2:nth-child(6n+1){margin-left:0; /* 6 column */}
@media screen and (max-width:840px){
  .span1{width:6.86%;}.span2{width:15.33%;}.span3{width:23.8%;}.span4{width:32.26%;}.span5{width:40.73%;}.span6{width:49.2%;}.span7{width:57.66%;}.span8{width:66.13%;}.span9{width:74.6%;}.span10{width:83.06%;}.span11{width:91.53%;}.span12{width:100%;}
}
@media screen and (max-width:680px){
  .col{margin:1% 0;}
  .span1{width:100%;}.span2{width:100%;}.span3{width:100%;}.span4{width:100%;}.span5{width:100%;}.span6{width:100%;}.span7{width:100%;}.span8{width:100%;}.span9{width:100%;}.span10{width:100%;}.span11{width:100%;}.span12{width:100%;}
}

.content-single-post .entry-content img, .entry-content img.alignright, .entry-content img.alignleft{width:32.26%;} /* equal to span4 */
.content-single-post .entry-content img.full, .content-single-post .entry-content img.aligncenter{width:100%;}
@media screen and (max-width:840px){
  .content-single-post .entry-content img, .entry-content img.alignright, .entry-content img.alignleft{width:32.26%;} /* equal to span4 */
  .content-single-post .entry-content img.full{width:100%;}
}
@media screen and (max-width:680px){
  .content-single-post .entry-content img, .content-single-post .entry-content img.full, .content-single-post .entry-content img.aligncenter, .entry-content img.alignright, .entry-content img.alignleft{width:100%;}
}

/* -- 2g: Flex ----------------------------------------------- */
@media screen and (min-width:681px){
  .flex{display:-webkit-flex;display:flex;flex-wrap:wrap;}
  .flex.center{align-items:center;}
  .flex.stretch{align-items:stretch;}
  .flex.space-between{justify-content:space-between;}
  .flex.space-around{justify-content:space-around;}
  .flex.space-evenly{justify-content:space-evenly;}
}

/* -- 2h: Images --------------------------------------------- */
img{margin:0;width:100%;max-width:100%;height:auto;}
img.left{float:left;margin:0 0.5em 0.5em 0;}
img.right{float:right;margin:0 0 0.5em 0.5em;}

/* -- 2i: Videos --------------------------------------------- */

/* -- 2j: Forms ---------------------------------------------- */
form{position:relative;margin:0 auto;padding:0;max-width:100%;}
form .group{margin:0;padding:0;}
form .col{margin:0 0 0 1.6%;padding:0;}
fieldset{position:relative;margin:0 0 0.75em 0;padding:0.75em;border:1px solid #f1f1f1;background:rgba(255,255,255,0.3);-moz-border-radius:0.1875em;-webkit-border-radius:0.1875em;border-radius:0.1875em;}
legend{position:relative;display:block;margin:0;padding:0.25em 0.75em;border:1px solid #ccc;background:#f5f5f5;-moz-border-radius:0.1875em;-webkit-border-radius:0.1875em;border-radius:0.1875em;}
/*IE ONLY - I know, this is a stop gap*//*.msie fieldset{padding-top:25px;}.msie legend{position:absolute;top:-0.7em;left:10px;}*/
label{position:relative;display:block;margin:0 0 0.3em 0;padding:0;vertical-align:middle;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;zoom:1;}
label.inline{display:inline;/* used next to checkbox and radio box */}
label span{color:#999;font-size:0.9em;}
input,input[type="email"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="url"],input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="time"],input[type="week"],textarea,select{position:relative;display:block;margin:0 0 0.75em 0;padding:0.75em;width:100%;height:2.5em;vertical-align:middle;font-size:1em;background:#fff;border:1px solid #ccc;-moz-border-radius:0.1875em;-webkit-border-radius:0.1875em;border-radius:0.1875em;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.06);-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.06);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.06);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;zoom:1;}
input::-webkit-input-placeholder,input:-moz-placeholder,.placeholder{color:#bbb;}
input::-moz-focus-inner{border:0;}
input.checkbox,input[type="checkbox"],input.radio,input[type="radio"]{display:inline;margin:0 0.375em 0 0;padding:0;width:auto;height:auto;border:0;background:none;vertical-align:baseline;}
input.file,input[type="file"]{display:block;margin:0;padding:0;width:auto;height:auto;background:transparent;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;border:none;}
select{padding:0.3em;}
select[multiple],textarea{height:auto;}
/* DISABLED */
label.disabled{color:#ccc;}
input[disabled="disabled"],input.disabled{color:#999;background:#f5f5f5;-moz-box-shadow:inset 0 0 2px #ccc;-webkit-box-shadow:inset 0 1px 2px #ccc;box-shadow:inset 0 1px 2px #ccc;}
select[disabled="disabled"],select.disabled{color:#999;background:#f5f5f5;-moz-box-shadow:inset 0 0 2px #ccc;-webkit-box-shadow:inset 0 1px 2px #ccc;box-shadow:inset 0 1px 2px #ccc;}
/* FOCUS STATES */
textarea:focus,input,input[type="email"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="text"]:focus,input[type="url"]:focus,input[type="color"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="radio"]:focus,input.radio:focus,input[type="checkbox"]:focus,input.checkbox:focus,input[type="file"]:focus,input.file:focus,select:focus,button:focus{border-color:#477dca;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.06),0 0 1px rgba(55, 112, 192, 0.7);-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.06),0 0 1px rgba(55, 112, 192, 0.7);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.06),0 0 1px rgba(55, 112, 192, 0.7);outline:none;}
/* TRANSITION */
textarea,input,input[type="email"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="url"],input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="time"],input[type="week"],input[type="radio"],input.radio,input[type="checkbox"],input.checkbox,input[type="file"],input.file,select,button{-moz-transition:-moz-box-shadow 0.25s,border 0.25s,background 0.25s;-webkit-transition:-webkit-box-shadow 0.25s,border 0.25s,background 0.25s;-o-transition:box-shadow 0.25s,border 0.25s,background 0.25s;transition:box-shadow 0.25s,border 0.25s,background 0.25s;}
/* SUBMIT BUTTON */
button, input[type="submit"]{position:relative;display:block;margin:0;padding:0.75em 1.5em;width:auto;font-size:1.15em;font-weight:bold;/*background:#4CAF50;border-color:#388e3c;*/color:#fff;text-decoration:none;/*text-shadow:0 -1px 1px #388e3c,1px 0 1px #388e3c,0 1px 1px #388e3c,-1px 0 1px #388e3c;transition:all 0.25s ease;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;*/vertical-align:middle;white-space:nowrap;-moz-border-radius:0.1875em;-webkit-border-radius:0.1875em;border-radius:0.1875em;}
button:hover{/*background:#5cc661;border-color:#4CAF50;color:#fff;*/text-decoration:none;/*text-shadow:0 -1px 1px #4CAF50,1px 0 1px #4CAF50,0 1px 1px #4CAF50,-1px 0 1px #4CAF50;*/}
/* INLINE FORM // Example: A header search bar */
form.inline label,form.inline input{display:inline-block;width:auto;margin:0 0.5em 0 0;vertical-align:middle;}
form.inline button{display:inline-block;width:auto;margin:0;padding:0.45em 0.45em;vertical-align:middle;}
/* FORM VALIDATION */
label.error{color:red;}
input.error,select.error{border:1px solid red;}
/* NOTICES */
.notice{
border:1px solid gold;
background:lightyellow;
padding:10px 20px 10px 40px;
margin:10px 0;
-moz-border-radius:0.1875em;
-webkit-border-radius:0.1875em;
border-radius:0.1875em;
color:#DEAE00;
line-height:120%;
vertical-align: center;
text-shadow:0px 1px rgba(255,255,255,0.5);
position:relative;
top:0;
left:0;
clear:both;}

	.notice.warning{}/*default*/
	.notice.error{border:1px solid red;background:pink;color:red;}
	.notice.success{border:1px solid green;background:lightgreen;color:green;}
	.notice i.fas{position:absolute;top:50%;left:0.8em;margin-top:-0.6em;}
	.notice a.fa-remove,.notice a.fa-remove:active,.notice a.fa-remove:visited{text-decoration:none;font-size:12px;position:absolute;top:5px;right:5px;color:inherit;margin-top:0;left:auto;}

/* -- 2k: Formatting ----------------------------------------- */
/* Display */
@media screen and (min-width:681px){
  .mobile{display:none;}
  .desktop{display:block;}
}
@media screen and (max-width:680px){
  .mobile{display:block;}
  .desktop{display:none;}
}
/* Positioning */
.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.center{margin-left:auto;margin-right:auto;}
.textleft{text-align:left;}
.textcenter{text-align:center;}
.textright{text-align:right;}
/* Shading */
.shadow{-webkit-box-shadow:0px 2px 8px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:0px 2px 8px 2px rgba(0, 0, 0, 0.05);box-shadow:0px 2px 8px 2px rgba(0, 0, 0, 0.05);transition: all 0.3s ease;}
.shadow:hover{-webkit-box-shadow:0px 2px 15px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:0px 2px 15px 2px rgba(0, 0, 0, 0.05);box-shadow:0px 2px 15px 2px rgba(0, 0, 0, 0.15);}
.highlight{-webkit-box-shadow:0px 2px 8px 2px rgba(255, 255, 255, 0.05);-moz-box-shadow:0px 2px 8px 2px rgba(255, 255, 255, 0.05);box-shadow:0px 2px 8px 2px rgba(255, 255, 255, 0.05);transition: all 0.3s ease;}
.highlight:hover{-webkit-box-shadow:0px 2px 15px 2px rgba(255, 255, 255, 1);-moz-box-shadow:0px 2px 15px 2px rgba(255, 255, 255, 1);box-shadow:0px 2px 15px 2px rgba(255, 255, 255, 1);}
/* Borders */
.square{border-radius:0;}
.rounded-less{border-radius:4px;}
.rounded{border-radius:8px;}
.rounded-more{border-radius:12px;}
.circle{border-radius:50%;}
/* Card */
.card{position:relative;overflow:hidden;padding-bottom:3em;background:rgba(255,255,255,1);border-radius:0.35em;-webkit-box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.1);box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.1);}
.card.left{min-width:300px;margin-right:1.25em;margin-bottom:1.25em;}
.card figure{position:relative;margin:0;padding:0;}
.card figure img{display:block;object-fit:cover;height:200px;}
.card figure img.short{height:115px;}
.card figure img.tall{height:300px;}
.card .container{padding-bottom:1.5em;}
.card p{font-size:0.95em;}
.card h4.fullwidth{margin-left:-1.25em;margin-right:-1.25em;padding-left:1.25em;padding-right:-1.25em;background-color:#f1f1f1;}
.card .more{position:absolute;width:100%;margin-bottom:0;bottom:0;font-size:1.2em;}
.card .more .cta{margin:0;padding-left:0;padding-right:0;text-align:center;border-radius:0;min-width:auto;}
/* Profile Card */
.card figure.profile img{width:180px;height:180px;margin-top:-90px;border:6px solid #fff;background:#fff;-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.1);-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.1);}
/* Video Card */
.card.video{padding:0;background: rgba(241,241,241,0.35);}
.card.video a{border-bottom:1px solid #ccc;display:block;margin:0;padding:0;position:relative;font-size:3.75em;background:rgba(0,0,0,1);}
.card.video a:before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);font-family:"Font Awesome 5 Free";font-weight:700;content:"\f144";font-size:135%;color:#fff;opacity:0.75;text-shadow:0px 0px 30px rgba(0, 0, 0, 0.8);transition:all 0.2s ease;z-index:1;}
.card.video a:hover:before{opacity:0.5;font-size:150%;}
.card.video a img{display:block;opacity: 0.8;transition:all 0.3s ease;}
.card.video a:hover img{opacity: 1;}
.card.video .card-text{margin:0 0.5em 0.5em 0.5em;padding:0.55em 0.55em 0 0.55em;min-height:45px;font-size:0.95em;line-height:1.35em;color:#333;}

/*------------------------------------------------------------ */
/* 3: HEADER */

/* -- 3a: Header --------------------------------------------- */
header{position: relative;width:100%;top:0;background:rgba(255,255,255,1);z-index:1000;}
header .main-header{height:105px;}

/* -- 3b: Header - Sticky ------------------------------------ */
body.has-globalStickyHeader header{position:fixed;}
body.has-globalStickyHeader{padding-top:105px;} /* Same height as header. Add so page content doesn't get covered */
/* alert bar height */
body.has-globalAlertBar.has-globalStickyHeader{padding-top: calc(105px + 53px);} /* Same height as header. Add so page content doesn't get covered */
/* top nav bar height */
body.has-globalTopNav.has-globalStickyHeader{padding-top: calc(105px + 65px);}
/* alert bar height + top nav height */
body.has-globalAlertBar.has-globalTopNav.has-globalStickyHeader{padding-top: calc(105px + 108px);}
/* hide alert from sticky header */
body.no-header header .alert{display: none;}
body.no-header header .globalAlertBarSticky{display: block;}
/* hide top nav from sticky header */
body.no-header header .topnav{display: none;}
body.no-header header .globalTopNavSticky{display: block;}
/* sticky header content */
body.no-header header{font-size:0.8em;-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.35);-moz-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.35);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.35);}
body.no-header header .main-header{height:65px;} /* adjust height to your logo and navigation height */
/* OFFSET ANCHOR LINKS: Anchored text no longer covered by sticky header */
.anchor{position:relative;display:block;width:1px;border:1px solid transparent;/* pure css anchor link offset */
  height:calc(65px + 10px); /* same height as sticky header */
  margin-top: calc(-65px - 10px); /* negative of height */}

/* -- 3c: Alert Bar ------------------------------------------ */
.alert{padding:0.35em 0;font-size:1.1em;text-align:center;}
.alert, .alert.general{color:#fff;background:#75bedb;}
.alert.warning{color:#333;background:#f4d78d;}
.alert.error{color:#fff;background:#ed5f59;}
.alert.success{color:#fff;background:#5cc89d;}
.alert .far, .alert .fas{}
.alert a{font-size:0.9em;}
.alert a:hover{}
.alert.mobile{display:none;}

/* -- 3d: Top Nav Bar ---------------------------------------- */
header .topnav{background-color:#f1f1f1;color:#504e4f;}
header .topnav .col{margin-top:0.5em;margin-bottom:0.5em;}
header .topnav a{margin-left:0.5em;margin-right:0.5em;}

/* -- 3e: Logo ----------------------------------------------- */
.logo, .logo img{-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
body.no-header header .logo img{max-width:200px;}
/* logo round circle */
.logo.round{position:relative;display:block;margin:0;padding:0;border-radius:50%;width:150px;height:150px;vertical-align:middle;text-align:center;}
.logo.round a{position: absolute;top:0;right:0;bottom:0;left:0;}
.logo.round img{position:absolute;width:150px;height:150px;top:50%;left:50%;transform:translate(-50%,-50%);}
body.no-header .logo.round{transform:scale(0.7);}
body.no-header .logo.round img{max-width:auto;}

/*------------------------------------------------------------ */
/* 4: NAV */

/* -- 4a: Nav Menu ------------------------------------------- */
@media screen and (min-width:680px){
  nav{display:block;width:100%;margin:0;padding:0;}
  nav ul{display:table;width:100%;margin:0;padding:0;list-style-type:none;}
  nav li{display:inline;float:left;text-align:left;margin:0;padding:0;}
  nav li &gt; a{position:relative;display:block;padding:0.5em 1em;font-size:1.125em;text-transform:none;color:#1D252D;/* topmenu links */}
  nav li.has-children &gt; a{padding-right:1.75em;}
  nav li:hover &gt; a{color:#006396;}
  nav ul li &gt; ul{display:none;position:absolute;margin:0;padding:0;width:275px;z-index:999;}
  nav ul li:hover &gt; ul{display:block;/* show menu on hover */}
  nav ul li ul &gt; li{position:relative;width:100%;margin:0;padding:0;border-bottom:solid 1px #006396;}
  nav ul li ul li &gt; a{display:block;margin:0;padding:0.75em 3.25em 0.75em 1.25em;font-size:15px;width:100%;/*color:#fff;background-color:#0085CA;*/text-transform:none;/* submenu links */}
  nav ul li ul li:hover &gt; a{color:#fff;background-color:#006396;}
  nav ul li ul li &gt; ul{position:absolute;top:0;left:100%;/* third level menu and so on */}
  nav li &gt; a:after{position:absolute;right:0;width:40px;text-align:center;opacity:0.5;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f0da";-webkit-transition:0.15s linear;-moz-transition:0.15s linear;transition:0.15s linear;transform-origin:50% 50%;/* arrow icon - topmenu */}
  nav li:hover &gt; a:after{-webkit-transform:rotateZ(90deg);-moz-transform:rotateZ(90deg);transform:rotateZ(90deg);/* turn on hover */}
  nav &gt; li &gt; a:after{opacity:0.5;float:right;width:30px;text-align:center;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f0da";-webkit-transition:0.15s linear;-moz-transition:0.15s linear;transition:0.15s linear;transform-origin:50% 50%;/* arrow icon - submenus */}
  nav &gt; li:hover &gt; a:after{-webkit-transform:rotateZ(90deg);-moz-transform:rotateZ(90deg);transform:rotateZ(90deg);/* turn on hover */}
  nav li &gt; a:only-child:after{display:none;content:'';/* no arrow icon when no submenu */}
  nav ul li ul li &gt; a:only-child{display:block;padding:0.75em 1.25em;}
}

/* -- 4b: Nav Menu - Position -------------------------------- */
nav.center ul.nav{width:auto;margin:0 auto;/* center */}
nav.right ul.nav{width:auto;float:right;/* right */}

/* -- 4c: Nav Menu - Full Background ------------------------- */
.navfull{background-color:#6CC24A;}
.navfull .container{padding:0;}
.navfull nav li &gt; a{padding-top:0.75em;padding-bottom:0.75em;color:#fff;/* topmenu links */}
.navfull nav li:hover &gt; a{color:#fff;background-color:#0085CA;}
.navfull nav ul li ul li:hover &gt; a{color:#fff;background-color:#006396;}

/* -- 4d: Mobile Nav Menu ------------------------------------ */
.mean-container a.meanmenu-reveal{/*top:;color:;*/}
.mean-container a.meanmenu-reveal span{/*color:;background:;*/}
.mean-container .mean-bar{/*background:;*/}
.mean-container .mean-nav{/*background:;*/}

.mean-container .mean-nav ul li{padding:0;}
.mean-container .mean-nav ul li a{font-weight:bold;/*color:;*/}
.mean-container .mean-nav ul li a.cta{border-radius:0;}

.mean-container .mean-nav ul li.highlight{display:flex;float:none;margin:0.5em auto;width:90%;border-radius:2em;}
.mean-container .mean-nav ul li.highlight a.cta{text-align:center;font-size:1.25em;border-radius:2em;border:0;}

.mean-container .mean-nav ul li.social a{padding:0.5em 0;text-align:center;color:#fff;font-size:2em;font-weight:normal;}
.mean-container .mean-nav ul li.span12 a{width:100%;}
.mean-container .mean-nav ul li.span6 a{width:50%;}
.mean-container .mean-nav ul li.span4 a{width:33.3%;}
.mean-container .mean-nav ul li.span3 a{width:25%;}
.mean-container .mean-nav ul li.five a{width:20%;}

/* -- 4e: Mobile MeanMenu - See /scripts/meanmenu/meanmenu.css */

.mobmenu-content li.social {
  display: inline-block;
  text-align: center;
  width: 33%;}

/*------------------------------------------------------------ */
/* 5: BODY/CONTENT */

/* -- 5a: Breadcrumbs ---------------------------------------- */
section.breadcrumbs{padding:0;color:#333;background-color:#f9f9f9;}
section.breadcrumbs ul{display:inline-block;list-style-type:none;position:relative;margin:0.5em 0;padding:0;font-size:0.85em;}
section.breadcrumbs ul li{position:relative;display:inline-block;}
section.breadcrumbs ul li:after{opacity:0.15;padding:0 0.5em;color:#333;font-family:"Font Awesome 5 Free";font-weight:900;content:" \f0da";}
section.breadcrumbs ul li:last-child:after{content:"";}
section.breadcrumbs ul a{color:#1D252D;}
section.breadcrumbs ul a:hover{color:#777777;}

/* -- 5b: Homepage ------------------------------------------- */

/* -- 5c: Interior ------------------------------------------- */
section{position:relative;}
/*#main-content section:nth-child(even){background-color:#f1f1f1;}*//* color background for every other section in q_guide sample page */
section#example h2:first-child{border-bottom:2px solid #ccc;padding-bottom: 0.25em;}

/*------------------------------------------------------------ */
/* 6: SIDEBAR */

/* -- 6a: Aside ---------------------------------------------- */

/*------------------------------------------------------------ */
/* 7: FOOTER */

/* -- 7a: Footer Content ------------------------------------- */
footer{margin:0;padding:0;background:rgba(0,0,0,0.05)}
footer section, footer .footer-content{padding:0.35em 0;color:#333;}
footer a{}
footer a:hover{}

/* -- 7b: Copyright ------------------------------------------ */
footer .copyright{padding:1.25em 0;color:#fff;background:rgba(0,0,0,0.3);}
footer .copyright a{color:#fff;}
footer .copyright a:hover{color:#eee;}

/* -- 7c: Return to Top Button ------------------------------- */
#return-to-top{display:none;position:fixed;bottom:1em;left:1em;width:50px;height:50px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:rgba(0,0,0,0.35);text-decoration:none;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;z-index:1000;}
#return-to-top i{color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-55%);font-size:1.15em;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;}
#return-to-top:hover{background:rgba(0,0,0,0.75);}
#return-to-top:hover i{transform:translate(-50%,-80%);}

/* -- 7d: Google Recaptcha Badge ----------------------------- */
.grecaptcha-badge {z-index:999999;}/* Invisible Recaptcha */

/*------------------------------------------------------------ */
/* 8: ANIMATION/FX */

/* -- 8a: Grid Effects --------------------------------------- */

/* -- 8b: Owl Carousel --------------------------------------- */
/*.owl-carousel .owl-stage {margin: 0 auto;}
.owl-theme .owl-nav [class*=owl-]{
  background: rgba(0, 0, 0, 0.4) !important;}
.owl-theme .owl-nav [class*=owl-]:hover{
  background: rgba(0, 0, 0, 0.6) !important;}
.owl-prev, .owl-next{
  position: absolute;
  top: 40%;
    margin: 0 !important;
    width:auto;
    border-radius:12px !important;}
.owl-prev{left:0;border-top-left-radius:0 !important;border-bottom-left-radius:0 !important;}
.owl-next{right:0;border-top-right-radius:0 !important;border-bottom-right-radius:0 !important;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{/*box-shadow: none;*//*}
.owl-carousel .owl-nav button.owl-next .fa, .owl-carousel .owl-nav button.owl-prev .fa {
  padding: 0.8em 0.5em;
  font-size: 1.5em;
  color: #fff;}
.owl-theme .owl-nav .disabled{opacity: 0 !important;}*/

.owl-carousel .owl-stage {margin: 0 auto;}
.owl-theme .owl-nav [class*=owl-]{
  background: rgba(0, 0, 0, 0.4) !important;}
.owl-theme .owl-nav [class*=owl-]:hover{
  background: rgba(0, 0, 0, 0.6) !important;}
.owl-prev, .owl-next{
  position: absolute;
  top: 40%;
    margin: 0 !important;
    width:auto;
    border-radius:12px !important;}
.owl-prev{left:0;border-top-left-radius:0 !important;border-bottom-left-radius:0 !important;}
.owl-next{right:0;border-top-right-radius:0 !important;border-bottom-right-radius:0 !important;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{/*box-shadow: none;*/}
.owl-carousel .owl-nav button.owl-next .fa, .owl-carousel .owl-nav button.owl-prev .fa {
  padding: 0.8em 0.5em;
  font-size: 1.5em;
  color: #fff;}
.owl-theme .owl-nav .disabled{opacity: 0 !important;}

/*(1) owl-stage box*/
.owl-carousel.news-carousel .owl-stage { display: flex; }
/*(2) the direct div of each element in the owl carousel*/
.owl-carousel.news-carousel .owl-stage article.item {height:100%;}

/* -- 8c: Parallax Images - Using Simple Parallax JS --------- */
.parallax-banner{position:relative;margin:0;padding:0;width:100%;/*overflow:hidden;*/}
.parallax-banner .overlay{position:absolute;width:100%;height:100%;background:rgba(0,0,0,0.7);}
.parallax-banner .simpleParallax{position:absolute;width:100%;height:100%; /* this div is dynamically added by the SimpleParallax script */}
.parallax-banner img.parallax{position:absolute;height:100%;object-fit:cover;/*max-width:100%;height:auto;*/}
.parallax-banner .container{padding:4em 1em;color:#fff;text-shadow:2px 2px 2px rgba(0,0,0,0.15);z-index:1;}
.parallax-banner h1{margin-top:0;}
.parallax-banner h1, .parallax-banner h2, .parallax-banner p{color:#fff;}
  /* WP Enhancement */
  .site-content .parallax-banner h1, .site-content .parallax-banner h2, .site-content .parallax-banner h3, .site-content .parallax-banner h4, .site-content .parallax-banner h5, .site-content .parallax-banner h6{color:#fff;}
.parallax-banner .container .more{margin-top:3em;}
.parallax-banner .container .cta{
  font-size: 1.4em;
  text-shadow: none;
  padding: 0.5em 0.75em;
  margin: 0.5em 0.25em;}

/* -- 8d: Animate.css - See /styles/animate/animate.css ------ */

/*------------------------------------------------------------ */
/* 9: RESPONSIVE */
/*@media screen and (max-width:2560px){ /* 4K */
  /*.container{max-width:1440px;}
}

@media screen and (max-width:1440px){ /* Laptop L */
  /*.container{max-width:1440px;}
}

@media screen and (max-width:1024px){ /* Laptop */
  /*.container{max-width:1024px;}
}

@media screen and (max-width:768px){ /* Tablet */
  /*.container{max-width:768px;}
}

@media screen and (max-width:425px){ /* Mobile L */
  /*.container{max-width:425px;}
}

@media screen and (max-width:375px){ /* Mobile M */
  /*.container{max-width:375px;}
}

@media screen and (max-width:320px){ /* Mobile S */
  /*.container{max-width:320px;}
}*/

@media screen and (max-width:680px){
  body.has-globalTopNav.has-globalStickyHeader{padding-top:0;}
  body.has-globalStickyHeader header{position: absolute;background:transparent;}
  header .main-header{height:auto;width:170px;margin:0 auto;}
  header .topnav{display:none;}
  header .logo{max-width:315px;position:absolute;margin:0 auto;}
  .no-js .owl-carousel, .owl-carousel.owl-loaded{display: inline-block !important; /* fixes issue with slider underneath an open MeanMenu on mobile */ }
}

/*------------------------------------------------------------ */
/* 10: CMS */

/*------------------------------------------------------------ */
/* 10a: QDYNAMO */

/* -- QD1: HEADER -------------------------------------------- */

/* -- QD2: NAV ----------------------------------------------- */

/* -- QD3: BODY/CONTENT -------------------------------------- */

/* -- QD4: SIDEBAR ------------------------------------------- */

/* -- QD5: FOOTER -------------------------------------------- */

/* -- QD6: MODULES ------------------------------------------- */

/* -- QD6a: Popups ------------------------------------------- */

/* -- 9a: Defaults ------------------------------------------- */
.popup-container{display:none;position:fixed;text-align:center;z-index:999999;}
.popup-content{position: relative;background:#fff;border-radius:25px;padding:15px;position:relative;-webkit-box-shadow:0 0 15px 0 rgb(0 0 0 / 15%);-moz-box-shadow:0 0 15px 0 rgba(0,0,0,0.15);box-shadow:0 0 15px 0 rgb(0 0 0 / 15%);height:auto;overflow-x:hidden;overflow-y:auto;}
.popup-msg{font-size:1.25em;font-weight:bold;color:#000;}
.popup-content button, .popup-content .cta{width:100%;}

/* -- 9b: Type  ---------------------------------------------- */
/* overlay */
.popup-container.type-overlay{position:fixed;text-align:center;width:100%;height:100%;top:0;left:0;}
.popup-container.type-overlay .popup-overlay{position:fixed;width:100%;height:100%;background:#000;opacity:0.45;overflow:hidden;}
.popup-container.type-overlay .popup-content{position:absolute;width:100%;max-width:550px;}
/* notice */
.popup-container.type-notice{text-align:center;width:300px;height:auto;}
.popup-container.type-notice .popup-content{max-width:100%;}

/* -- 9c: Position  ------------------------------------------ */
/* left */
.popup-container.type-overlay.left .popup-content{left:10px;}
.popup-container.type-notice.left{left:10px;}
/* center */
.popup-container.type-overlay.center .popup-content{left:0;right:0;margin:0 auto;}
.popup-container.type-notice.center{left:50%;right:50%;margin-left:-150px;}
/* right */
.popup-container.type-overlay.right .popup-content{right:10px;}
.popup-container.type-notice.right{right:10px;}
/* top */
.popup-container.type-overlay.top .popup-content{top:10px;}
.popup-container.type-notice.top{top:10px;}
/* bottom */
.popup-container.type-overlay.bottom .popup-content{bottom:10px;}
.popup-container.type-notice.bottom{bottom:10px;}
/* middle */
.popup-container.type-overlay.middle .popup-content{top:50%;transform:translateY(-50%);max-height:80%;}
.popup-container.type-notice.middle{top:50%;transform:translateY(-50%);}

@media screen and (max-width: 600px) {
  /* overlay */
  .popup-container.type-overlay .popup-content{max-width:80%;}
  /* middle */
  .popup-container.type-overlay.middle .popup-content{/*top:15%;*/min-height: auto !important;}
  .popup-container.type-notice.middle{/*top:15%;*/min-height: auto !important;}
}

/*------------------------------------------------------------ */
/* 10b: WORDPRESS */

/* -- WP1: HEADER -------------------------------------------- */
/*.site-header{display:none;}
@media screen and (min-width:980px){
  .site-header{display: block;}
}*/

/* search form */
.site-search{
  margin:1em 0;
  padding:1em;
  width:100%;
  background:#3b0d32;}
.site-search-sticky{
  display:none;
  position:fixed;
  top:0;
  margin:0;
  -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 35%);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 35%);
  z-index:9995;}
.site-search .search-form-wrap{
  display:inline-block;
  width:100%;}
.site-search input[type="text"]{
  margin:0;
  font-size:1.25em;
  font-weight:bold;
  height:60px;
  color:#fff;
  background:transparent;
  border-radius:2em;
  border:2px solid #fff;}
.site-search ::placeholder{color:#fff;opacity:1;/* Chrome, Firefox, Opera, Safari 10.1+ */}
.site-search :-ms-input-placeholder{color:#fff;/* Internet Explorer 10-11 */}
.site-search ::-ms-input-placeholder{color:#fff;/* Microsoft Edge */}
.site-search .search-form-wrap .button.submit-button{
  font-family: "Font Awesome 5 Free";
  margin:0;
  top:7px;
  right:7px;
  border-radius:2em;
  background:#fff;
  color:#f8931d;
  font-size:2em;
  padding:0;
  height:45px;
  width:45px;
  cursor: pointer;}
.site-search .cta.searchclose{
  margin:0;
  padding-left:0;
  padding-right:0;
  width:36px;
  height:36px;
  text-align:center;
  background:rgba(0,0,0,0.15);}
.searchbtn-desktop,.cta.searchbtn-desktop{
  margin: 0;
  padding: 0.35em 0 0 0;
  width: 40px;
  height: 40px;
  font-size: 1.25em;
  text-align: center;
  border: 3px solid #3b0d32;
  background-color: #3b0d32 !important;}
.searchbtn-mobile,.cta.searchbtn-mobile{
  display:none;
  position:fixed;
  top:-6px;
  right:4px;
  z-index:99999;
  font-size: 1.5em;
  border-radius: 3em;
  width: 50px;
  height: 50px;
  padding: 12px 0 0 0;
  background: transparent;
  border: 3px solid #fff;
  text-align: center;}
@media screen and (max-width: 980px){
  .site-search-sticky{
    top:60px;}
  .searchbtn-mobile,.cta.searchbtn-mobile{
    display:block;}
}

/* search customizations */
.site-search{margin-top:0;background:#3b0d32;}
.site-search .search-form-wrap .button.submit-button{color:#3b0d32;}
.searchbtn-desktop,.cta.searchbtn-desktop{/*background:#1da3c9;*/background:#B9A772;}
.searchbtn-mobile,.cta.searchbtn-mobile{background:#3b0d32;}

/* -- WP2: NAV ----------------------------------------------- */
.primary-menu .mobile{display: none;}

/* -- WP3: BODY/CONTENT -------------------------------------- */
.site-content header{z-index:inherit;background:transparent;}
.cta:hover, .site-content .cta:hover{text-decoration:none;}

/* archive */
.archive article{
  padding-left:0;}

/* archive date */

/* archive date tag */
.date.date-tag{
  position:absolute;
  top:0;
  left:0;
  margin:0;
  padding:0.5em 1.25em;
  font-weight: bold;
  color:#fff;
  line-height:1.5em;
  background:rgba(0,0,0,0.45);
  z-index:2;}
.date.date-tag .date-month{
  font-size:0.9em;}
.date.date-tag .date-day{
  display:block;
  font-size:2em;
  font-weight:bold;
  /*font-size:0.9em;*/}
.date.date-tag .date-year{
  font-size:0.9em;}

/* -- WP4: SIDEBAR ------------------------------------------- */
/* blog archive - full width */
.right-sidebar .content, .right-sidebar .content-archive{float:none !important;}
.has-sidebar .content, .has-sidebar .content-archive{width:100% !important;}

/* -- WP5: FOOTER -------------------------------------------- */

/* -- WP6: PLUGINS ------------------------------------------- */

/* -- WP6a: Breadcrumbs NavXT -------------------------------- */
.breadcrumbs-container{
  font-size:0.8em;
}
.breadcrumbs-container i{
  opacity: 0.35;
  margin: 0 0.35em;
  font-size: 0.8em;}

/* -- WP6b: Sticky Header by ThematoSoup --------------------- */
#thsp-sticky-header{z-index:9998;}
#thsp-sticky-header .mobile{display:none;}
#thsp-sticky-header .social{display:inline;}
#thsp-sticky-header ul li a,#thsp-sticky-header ul li.cta{transition: all 0.3s ease;}

/* -- WP6c: W2DC Directory ----------------------------------- */

/* search */
.w2dc-content.w2dc-search-form{
  background:rgba(0,68,106,1) !important;}

.w2dc-search-form{
  border:0;
  border-radius:0.35em;}

/* listings */
.w2dc-listings-block .w2dc-listing{
  margin-bottom:1.75em;}

.w2dc-listings-block .w2dc-listing-text-content-wrap-nologo{ /* for listings without a logo */
  padding: 0 1.25em; /* override frontend.css 0 padding style */}

/* listing levels */

.w2dc-listings-block .w2dc-listing.w2dc-listing-level-2 .w2dc-featured-label,
.w2dc-listings-block .w2dc-listing.w2dc-listing-level-3 .w2dc-featured-label,
.w2dc-listings-block .w2dc-listing.w2dc-listing-level-4 .w2dc-featured-label{
  display:none;}

/* platinum */
/*.w2dc-listings-block .w2dc-listing.w2dc-listing-level-2{
  border:3px solid #1da3c9;}
.w2dc-listings-block .w2dc-listing.w2dc-listing-level-2:before{
  content:'Platinum';
  position:absolute;
  top:0;
  left:0;
  display:block;
  margin:0;
  padding:0.25em 0.8em;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size:1em;
  font-weight:800;
  text-transform:uppercase;
  border-radius:2px;
  border-bottom-right-radius:8px;
  color:#fff;
  background:#1da3c9;
  z-index:1;}*/

/* gold */
/*.w2dc-listings-block .w2dc-listing.w2dc-listing-level-3{
  border:3px solid gold;}
.w2dc-listings-block .w2dc-listing.w2dc-listing-level-3:before{
  content:'Gold';
  position:absolute;
  top:0;
  left:0;
  display:block;
  margin:0;
  padding:0.25em 0.8em;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size:1em;
  font-weight:800;
  text-transform:uppercase;
  border-radius:2px;
  border-bottom-right-radius:8px;
  color:#fff;
  background:gold;
  z-index:1;}*/

/* silver */
/*.w2dc-listings-block .w2dc-listing.w2dc-listing-level-4{
  border:3px solid silver;}
.w2dc-listings-block .w2dc-listing.w2dc-listing-level-4:before{
  content:'Silver';
  position:absolute;
  top:0;
  left:0;
  display:block;
  margin:0;
  padding:0.25em 0.8em;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size:1em;
  font-weight:800;
  text-transform:uppercase;
  border-radius:2px;
  border-bottom-right-radius:8px;
  color:#fff;
  background:silver;
  z-index:1;}*/

/* single listing */
ul.w2dc-listing-tabs.w2dc-nav{
  margin-top:0;}

/* tags */
.w2dc-content .w2dc-category-label, .w2dc-content .w2dc-tag-label{
  border:0;
  border-radius:8px;}

/* extras */

header #currentpage {border-bottom: solid 2px #333;}
header #currentpage a {color:#333;}
header .top-nav #currentpage {border-bottom: solid 2px #ccc;}
header .top-nav #currentpage a {color:#ccc;}
header nav ul li#currentpage ul li a {
   width: 230px;
   color:#fff;}
header nav ul li#currentpage ul li a:hover {
   color:#5eb6e4;}
.mean-container .mean-nav ul li .fa{
   display: none;}

/* event calendar */

.event-carousel .date.date-tag{
  position: relative;
  float: left;
  border-radius: 8px;
}

/*------------------------------------------------------------ */
/* 11: CUSTOM CSS */






/* =Theme customization starts here
------------------------------------------------------- */
body {-webkit-overflow-scrolling: touch;} /* fixes smooth scrolling on mobile */
a, button, .button, .cta .fa{
   transition: all 0.3s linear;}

/* HEADER */
@media screen and (min-width: 10em){
   .site-header{
     background:#fff;
      /*background:#fff url(/wp-content/themes/quadsimia/images/header-bg.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;*/}
   .logo{
      display: table;
      margin: 0 auto;
      padding: 1em 0;
      width:90%;
      max-width:310px;}
   .logo-mobile{
      max-width:310px;}
   .logo img{
      width:100%;
      max-width:350px;}
   /*.logo:after{
      content: "Powered by excellence, Proven by results";
      padding-top: 0.25em;
      text-align: center;
      display: block;
      font-style: italic;
      font-size: 1.25em;
      color: #8c8e94;}*/
   .mobile-menu-trigger{
      width: auto;}
   .mobile-menu-trigger, .ham-menu-trigger{
      vertical-align: top;}
   .site-header .headerDetails{
      text-align: center;}
   .site-header .headerDetails .social{
      display: block;}
   .site-header .headerDetails .social a i{
      display: inline-block;
      vertical-align: middle;
      margin: 0 0.1em;
      font-size: 1.25em;
      text-align: center;
      width: 40px;
      height: 40px;
      border-radius: 50px;
      color: #fff;
      background-color: #3b0d32;
      border: 3px solid #3b0d32;
      transition: all 0.3s linear;
      padding-top: 0.35em;}
   .site-header .headerDetails .social a:hover i{
      color: #fff;
      background-color: #3c3e42;
      border: 3px solid #B9A772;}
   /*.site-header .headerDetails .social a i{
      line-height: 45px;}*/
   .site-header .headerDetails .social a:hover i.fa-facebook-f{
      background-color: #3b5998;}
   .site-header .headerDetails .social a:hover .fa-linkedin{
      background-color: #007bb6;}
   .site-header .headerDetails .social a .fa-blog{
      font-family: Roboto Condensed;
      font-size: 1.1em;
      font-weight: bold;}
   .site-header .headerDetails .social a:hover .fa-blog{
      background-color: #3c3e42;}
   .site-header .headerDetails #searchform{
      margin: 1em auto;}
   .site-header .headerDetails #searchform input[type="text"]{
      background-color: #fff;
      border-radius: 1.5em;
      font-size: 1.25em;
      padding-left: 1.25em;}
   .site-header .headerDetails #searchform input[type="submit"]{
      font-size: 2em;
      font-family: FontAwesome; /* Bento theme search icon fix */
      border-radius: 1.5em;
      border: 3px solid #B9A772;
      background-color: #B9A772;
      line-height: 0;
      padding: 0 0.3em;}
   .site-header .headerDetails #searchform input[type="submit"]:hover{
      background-color: #3c3e42;}
   .site-main #searchform input[type="submit"]{ /* Bento theme search icon fix */
      font-family: FontAwesome;}
   .site-header #headerSubnav{
      float: left;
      font-size:1.2em;}
   .site-header #headerSubnav.widget ul{
      margin-top:0.5em;}
   .site-header #headerSubnav.widget ul li{
      display: inline;
      margin-right:0.5em;}
   .site-header #headerSubnav.widget ul li a{
      color:#775980;}
   .site-header #headerSubnav.widget ul li a:hover{
      color: #000;}
   .site-header #headerSearch{
      display: inline-block;
      margin-left: 1.5em;
      width: 100%;
      max-width: 180px;}
   .site-header #headerSocial{
      display: inline-block;
      font-size:2.75em;
      vertical-align: middle;
      line-height: 0.9em;}
   .site-header #headerSocial .textwidget{
      display: flex;}
   .site-header #headerSocial a{
      margin: 0 0 0 0.2em;}
   .site-header #headerSocial a .fa-facebook-square{
      color: #314a87;}
   .site-header #headerSocial a .fa-twitter-square{
      color: #22bbf4;}
   .site-header #headerSocial a .fa-youtube-square{
      color: #d72a25;}
   .site-header #headerSocial a:hover{
      opacity: 0.55;}
   .site-header .cta{
      /*padding: 0.5em 1em;
      background-color: #066B54;
      border: 3px solid #066B54;
      border-radius: 1.5em;
      color: #fff;
      font-size: 1.25em;
      margin: 0.5em auto;
      margin-right: 0.5em;*/
      display: inline-block;}
   /*.site-header .cta .fa{
      padding-left:0.5em;}*/
   .site-header .cta:hover{
      background-color: #3c3e42;
      border: 3px solid #B9A772;
      color: #fff;}
}
@media screen and (max-width: 1020px) {
    .site-header #headerSearch{
       max-width: 150px;}
}
@media screen and (min-width: 42em) {
   .site-header .headerDetails .social{
      display: inline;}
}
@media screen and (min-width: 50em) {
   .primary-menu &gt; li &gt; a{
      font-size:1.125em !important;}
}
@media screen and (min-width: 61em) {
   .logo{
      float: left;
      display: table;
      margin: 0;
      width:100%;
      max-width:300px;}
   .site-header .headerDetails{
      margin: 2em;
      padding: 0;
      width: auto;
      text-align: right;}
   .site-header .headerDetails #searchform{
      margin: auto;
      width: auto;}
   .site-header .headerDetails #searchform input[type="text"]{
      width: 365px;}
   .post-thumbnail{
      float:left;
      margin: 0 1em 1em 0;}
}
@media screen and (min-width: 69em) {
   .primary-menu &gt; li &gt; a{
      font-size:1.2em !important;}
}
@media screen and (min-width: 80em) {
   .logo img {
      width: 100%;
      max-width: 350px;}
   .primary-menu &gt; li &gt; a{
      font-size:1.4em !important;}
}

.logo img{width:100%;}
.mobile-menu-trigger-container, .ham-menu-trigger-container,
.mobile-menu-trigger-stick, .ham-menu-trigger-stick {
   width: 3rem;}
.mobile-menu-trigger-container:after{
   content: "MENU";
   font-size: 0.6em;}
.mobile-menu-trigger{
   width: auto;}
.mobile-menu-trigger, .ham-menu-trigger{
   vertical-align: top;}

#mobmenuleft li.desktop{
   display: none;}
.mobmenu-content li.cta{
  display:block;
  width:90%;
  margin:0.5em 5%;
  padding:0;
  text-align:center;}
#mobmenuleft li.cta a{
   padding:0.15em 0;
   /*font-family:"Work Sans", sans-serif;*/
   text-transform:uppercase;
   font-size:1.75em;
   font-weight:bold;}
/*.mobmenu-content li.subscribe-cta{
   background-color:#593586;}
.mobmenu-content li.donate-cta{
   background-color:#2a6db7;}
.mobmenu-content li.phone{
   background-color:#1c536f;}
.mobmenu-content li.social{
   display: inline-block;
   text-align: center;
   width: 25%;}
.mobmenu-content li.social .fab{
   font-size:2em;}*/

.mob-standard-logo{ /* ROB ADDED */
  margin-top:4px;
  width:auto;
  max-height:46px;}

/* NAV */
#nav-primary{
  float: none;}

.navContainer{
   background-color: #3b0d32;
   text-align: center;}
.primary-menu &gt; li {
   margin: 0;}
.primary-menu &gt; li &gt; a {
   padding: 1.5em 0.5em;
   line-height:0;}
.primary-menu &gt; .menu-item-has-children &gt; a{}
.primary-menu &gt; .menu-item-has-children &gt; a:after{
   position: relative;
   line-height:0 !important;
   padding-left: 0;
  vertical-align: middle;}

.primary-menu &gt; li.cta, .primary-menu &gt; li:hover.cta{
  margin: 0.5em 0.25em;
  padding:0;
  /*border:0;
  border-radius:0;*/
  transition: all 0.3s linear;}

.primary-menu &gt; li.cta a{
  padding: 1em !important;
  transition: all 0.3s linear;}

.primary-menu &gt; li:hover.cta{
  border: 3px solid #fff;}

.primary-menu &gt; .menu-item-has-children &gt; a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f107";
  font-weight: 900;}

@media screen and (max-width: 1030px){
  .primary-menu &gt; li.cta{
    margin: 0.5em 0.25em 0.5em 0;
  }
  .primary-menu &gt; li.cta a{
    font-size:1em !important;
    /*margin: 0.5em 0.25em;*/
    padding: 1em 0.5em !important;
  }
}
  
/*@media screen and (min-width: 1001px){
  .primary-menu &gt; li.cta{
    margin: 0.5em 0.25em;
  }
  .primary-menu &gt; li.cta a{
    font-size:1.25em !important;
    margin: 0.5em 0.25em;
  }
}*/

.primary-menu .sub-menu{
   font-size: 1em;}
.primary-menu &gt; li &gt; .sub-menu {
   border-top-width:0 !important;}
.homeBtn{
   display: inline-block;
   font-size: 2.5em;
   vertical-align: bottom;
   margin: 0 0.5em 0 0;
   padding: 0;
   border: 1px solid #000;
   line-height: 1.0em;}
.menu .fa-home{
   font-size: 1.75em;
   vertical-align: sub;}
.menu &gt; li {
	position: relative;
	display: inline-block;
	margin: 0;}
.menu &gt; li &gt; a {
	color: #333;
	line-height: 1;
   display: block;}
.menu &gt; li &gt; a:hover,
.menu &gt; li.current-menu-item &gt; a,
.menu &gt; li.current-menu-ancestor &gt; a {
   color: #98c84d;}
.menu &gt; .menu-item-has-children &gt; a {
	padding-right: 15px;
	padding-right: 1.5rem;}
.header-hamburger .menu &gt; .menu-item-has-children &gt; a {
	padding-right: 0;}
.menu &gt; .menu-item-has-children &gt; a:after {
	content: "\f107";
   font-family: FontAwesome;
	font-size: 1.2rem;
	position: absolute;
   right: 0;
   top: 0;
   line-height: 1.0em;}
.menu .sub-menu {
	display: none;
	position: absolute;
	z-index: 9999;
	width: 16rem;
	font-size: 1em;
   text-align:left;}
.menu .sub-menu li {
   background-color: transparent;}
.menu .sub-menu li:first-child {
   border-top: 5px solid #63476c;
   padding-top:1em;}
.menu .sub-menu li:last-child {
   padding-bottom:1.35em;}
.menu &gt; li &gt; .sub-menu {
	border-top-color: #775980;}
.menu .sub-menu li a {
	display: block;
	padding: 0.15em;
	color: #fff;}
.menu .sub-menu li a:hover,
.menu .sub-menu .current-menu-item:not(.current-menu-ancestor) &gt; a {
   background-color: transparent;
   color: #d3b1dd;}
.menu .sub-menu li {
   border-bottom:0;}
.menu .sub-menu li:last-child {
	border-bottom: none;}
.menu .sub-menu .sub-menu {
	top: -1px;
	top: -0.1rem;
   left: 100%;}	
.menu .sub-menu .menu-item-has-children &gt; a {
	padding-right: 30px;
	padding-right: 3rem;}
.menu .sub-menu .menu-item-has-children &gt; a:after {
	content: "\f105";
   font-family: FontAwesome;
	font-size: 1.2rem;
	line-height: 52px;
	line-height: 5.2rem;
	position: absolute;
	top: -1px;
	top: -0.1rem;
	right: 12px;
   right: 1.2rem;}
.menu &gt; li {
   margin: 0;}
.menu &gt; li &gt; a {
   font-size: 1.25em !important;
   padding: 0 0.75em;
   line-height:2.0em;
   text-transform: uppercase;}
#nav-first-menu .menu &gt; li &gt; a {
   padding: 0 0.5em;
   font-size: 1.05em !important;}
.menu &gt; .menu-item-has-children &gt; a{
   padding-right: 1.0em !important;}
.menu &gt; .menu-item-has-children &gt; a:after{
   font-size: 0.85em;
   right: auto;
   top: auto;
   line-height:2.25em;
   padding: 0 0.5em;}
.menu .sub-menu{
   font-size: 1em;
   width:20rem;
   text-transform: uppercase;
   -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.25);
   -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.25);
   box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.25);}
.menu &gt; li &gt; .sub-menu {
   border-top-width:0 !important;}
.menu .sub-menu li, #nav-mobile{
   padding: 0.5em 1em;}
.widget ul.menu li{
   margin-bottom:0;}
.widget .children, .widget .sub-menu {
   margin: 0;}
#nav-first-menu, #nav-second-menu{
   display: inline-block;}
#nav-first-menu .donateBtn{
   margin:0 1em 0 0.5em;}
#nav-first-menu .donateBtn a{
   color: #fff;
   background-color: #7c9b4c;
   text-transform: uppercase;
   border-radius: 5px;
   vertical-align: initial;}
#nav-first-menu .donateBtn a:hover{
   background-color: #98c84d;}

/* 404 */
.error-404 {
   margin-bottom: auto;}

/* SIDEBAR */

.sidebarCTA{
   background-color: #fff;
   padding: 0;
   margin:0;
   text-align: center;}
.sidebarCTA h3{
   padding: 1em 1em 0 1em;
   margin-bottom:0.4em;
   color:#ccc !important;
   font-size: 2em;
   display: table;
   white-space: nowrap;}
.sidebarCTA a.cta{
    font-size: 1.35em;
    padding: 1em;
    vertical-align: sub;
    color: #000 !important;
    background-color: #f4f4f4;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    text-align: center;
    line-height: 1.2em;
    display: inline-table;
    width: 100%;
    margin: 0.25em 0;}
.sidebarCTA a.cta .fa{
   display: block;
   font-size: 1.5em;
   color: #775980;}
.sidebarCTA a.cta:hover{
   color: #fff !important;
   background-color: #775980;
   text-decoration: none;}
.sidebarCTA a.cta:hover .fa{
   color: #fff;}
.sidebarCTA .ctaContainer{
   border: 1px solid #e0e0e0;
   margin: 0.25em 0;
   padding: 1em;
   font-size: 1.25em;}
.sidebarCTA .ctaContainer .fa{
   font-size: 1.65em;
   color: #775980;}
.sidebarCTA .ctaContainer h4{
   font-size: 1.125em;
   text-transform: uppercase;
   margin-top:0;
   margin-bottom:0.125em;}

/* Blog Sidebar */
.right-sidebar #blogBox{
   display: inline-block;
   text-align: left;
   /*margin: 1em;*/
   width: 100%;
   background: rgba(255,255,255,0.6);
   border-top: 8px solid #3c3e42;
   -webkit-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.3);
   -moz-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.3);
   box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.3);}
.right-sidebar #blogBox a:hover{
   text-decoration: none;}
.right-sidebar #blogBox h4{
   font-size: 1.35em;
   background-color: #fff;
   color: #3b0d32;
   text-align: left;
   margin: 0;
   padding: 0;
   border-bottom: 1px solid #4e4e4e;}
.right-sidebar #blogBox h4 a{
   display: block;
   color: #3b0d32;
   padding: 0.5em 0.6em;}
.right-sidebar #blogBox h4 a:hover{
   color: #3c3e42;
   background-color: #e8e2d0;}

.right-sidebar #blogBox .cat-post-item{
   margin: 0 !important;
   padding: 0 !important;}

.right-sidebar #blogBox ul li a{
   display: block;
   margin: 0 !important;
   padding: 0.75em !important;
   color: #3b0d32;}
.right-sidebar #blogBox ul li a:hover{
   background-color: #e8e2d0;
   color: #3c3e42;
   border-bottom: 0;}

.right-sidebar #blogBox .cat-post-title{
   display: block;
   font-size: 1em;
   line-height: 1.25em;}
.right-sidebar #blogBox .cat-post-date{
   display: block;}

.right-sidebar #blogBox ul li a.more-link{
      margin:0 1em;
      font-weight: bold;}
.right-sidebar #blogBox a.cat-post-footer-link{
      padding: 0.75em;
      background-color: #B9A772;
      color: #fff !important;
      font-size: 1.1em;
      margin: 0;
      display: inline-block;
      text-decoration: none;
      width: 100%;
      text-align: center;}
.right-sidebar #blogBox a.cat-post-footer-link:after{
      content: " \f054";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      margin-left:0.5em;}
.right-sidebar #blogBox a.cat-post-footer-link:hover{
      background-color: #3c3e42;
      border-bottom:0;}


@media screen and (min-width: 48em){
   .right-sidebar .sidebar {
      padding-top:0;
      padding-left: 2em;}
   .has-sidebar .content {
		width: 100%;}
	.right-sidebar .content {
		float: none;}
	.left-sidebar .content {
		float: none;}
	.sidebar {
		width: 100%;
		padding-top: 20px;
		padding-top: 2rem;}
	.right-sidebar .sidebar {
		float: none;
		padding-left: 0;}
	.left-sidebar .sidebar {
		float: left;
		padding-right: 0;}
}
@media screen and (min-width: 58em){
   .has-sidebar .content {
		width: 70%;}
	.right-sidebar .content {
		float: left;}
	.left-sidebar .content {
		float: right;}
	.sidebar {
		width: 30%;
		padding-top: 20px;
		padding-top: 2rem;}
	.right-sidebar .sidebar {
		float: right;
		padding-left: 3%;}
	.left-sidebar .sidebar {
		float: left;
		padding-right: 3%;}
   /* BLOG SIDEBAR */
	.right-sidebar .article-content {
		float: left;
      width: 70%;}
}

/* HOMEPAGE */
@media screen and (min-width: 10em){
   body.home .bucket{
      width:100%;
      min-height: 275px;
      text-align:left;
      vertical-align: middle;
      color:#fff;
      background:url('/wp-content/uploads/2017/01/background-audit.jpg') no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      position:relative;
      z-index: 3;}
   body.home .bucket .buffer{
      padding: 2em 1em 5em 1em;}
   body.home .bucket.audit{
      background-image:url('/wp-content/uploads/2017/11/background-audit.jpg');}
   body.home .bucket.tax{
      background-image:url('/wp-content/uploads/2017/11/background-tax.jpg');}
   body.home .bucket h2{
      margin:0 0 0.5em 0;
      padding: 0 0 0.25em 0;
      border-top:0;
      border-bottom: 4px solid #B9A772;
      text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.45);
      color:#fff;
      font-size: 2.0em;
      font-weight: normal;}
   body.home .bucket .cta{
      float: right;}
}
@media screen and (min-width: 48em){
   body.home .bucket .buffer{
      padding: 8em 4em;}
   body.home .bucket.audit{
      border-right:1px solid #fff;}
   body.home .bucket.tax{
      border-left:1px solid #fff;}
   /*Fade all the DIV when user hovers on any div*/
   body.home .site-main:hover .bucket{
      zoom: 1;
      filter: alpha(opacity=25);
      opacity: 0.25;
      -webkit-transition: opacity .35s ease-in-out;
      -moz-transition: opacity .35s ease-in-out;
      -ms-transition: opacity .35s ease-in-out;
      -o-transition: opacity .35s ease-in-out;
      transition: opacity .35s ease-in-out;}
   /*Fade out the particular DIV when user hover on that DIV*/
   body.home .site-main .bucket:hover{
      zoom: 1;
      filter: alpha(opacity=100);
      opacity: 1;}
}

#latestNews ul li{
    float: left;
    margin: 0 2% 0 0;
    width:31%;}
#latestNews ul li img{
    width:100%;}

/* news carousel */
.compact-theme.wp-posts-carousel .wp-posts-carousel-title{
    min-height: 46px;}
.compact-theme.wp-posts-carousel .wp-posts-carousel-desc{
    min-height: 160px;}
.compact-theme.wp-posts-carousel .wp-posts-carousel-buttons a{
    padding-right:12px !important;}
.compact-theme.wp-posts-carousel .wp-posts-carousel-container{
    border:1px solid #fff !important;
    background-color:#fefbf2;}

/* slider */
.site-content .ms-slide-info{
   text-align: center;
   text-transform: uppercase;}
.site-content .ms-slide-info .ms-info{
   max-width: 1080px;
   text-align: center;
   margin: 0 auto;}
.site-content .ms-slide-info h1{
   color:#fff;
   text-align:center;
   text-transform:uppercase;
   font-size:3.5em;
   font-weight:normal;
   text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);}
.site-content .ms-slide-info h1 .leaf{
   margin-left: -0.35em;
   max-width: 100px;}
.footer-best-logo{
    max-width: 200px;
}
@media screen and (min-width: 10em) {
   .master-slider-parent{
      margin-bottom:-20px;}
   .ms-slide-info{
      position: relative !important;}
   .site-content .ms-slide-info h1{
      font-size:1.25em;}
   .site-content .ms-slide-info h1 .leaf{
      margin-left: 0;
      max-width: 40px;
      display: none;}
   .master-slider{
      background-color:#775980;}
   .site-content .ms-slide-info{
      min-height: auto !important;}
}
@media screen and (min-width: 61em) {
   .master-slider-parent{
      margin-bottom:auto;}
   .ms-slide-info{
      position: absolute !important;}
   .site-content .ms-slide-info h1{
      font-size:3.5em;}
   .site-content .ms-slide-info h1 .leaf{
      margin-left: 0;
      max-width: 90px;
      display: inline;}
   .site-content .ms-slide-info{
      min-height: 100px !important;}
}

/* featured content buckets */
#contentBuckets .sow-icon-container{
   height: 150px;}
#contentBuckets .sow-icon-image{
   background-size: cover;}
#contentBuckets h5{
   margin:0;
   text-transform: uppercase;}
@media screen and (min-width: 10em) {
   .so-widget-sow-features-default-ae3b9810bea0 .sow-features-list .sow-features-feature.sow-features-feature-last-row{
      width:100% !important;
      margin-bottom: 3.0em;}
   #contentBuckets .sow-icon-container{
      max-width:300px;}
}
@media screen and (min-width: 52em) {
   .so-widget-sow-features-default-ae3b9810bea0 .sow-features-list .sow-features-feature.sow-features-feature-last-row{
      width:25% !important;
      margin-bottom:0;}
}

/* latest news */
.site-content #latestNews h3.widget-title{
   margin-bottom:0.4em;
   text-align: center;
   text-transform: uppercase;
   font-size: 1.75em;
   display: table;
   white-space: nowrap;}
.site-content #latestNews h3.widget-title:before, .site-content #latestNews h3.widget-title:after {
   border-top: 1px solid #fff;
   content: '';
   display: table-cell;
   position: relative;
   top: 0.65em;
   width: 45%;}
.site-content #latestNews h3.widget-title:before{
   right:1.5%;}
.site-content #latestNews h3.widget-title:after{
   left:1.5%;}

/* homepage calendar */
body.home #tribe-events #tribe-bar-views, body.home #tribe-events .tribe-bar-filters, body.home #tribe-events #tribe-events-bar, body.home #tribe-events .tribe-events-button{
   display: none;}
body.home #tribe-events-content table.tribe-events-calendar{
   background-color: #fff;}
body.home #tribe-geo-results h2.tribe-events-page-title, body.home h2.tribe-events-page-title{
   text-transform: uppercase;}
body.home #tribe-events #tribe-events-content p{
   margin-bottom:0;}

/* donate */
#homeDonate{
    text-align: center;}
#homeDonate h3, #homeDonate .textwidget{
    display: inline;}
#homeDonate h3{
    text-transform: uppercase;
    color:#fff;
    font-size: 1.75em;
    font-weight: normal;}
#homeDonate .cta{
   font-size: 2.0em;
   margin: 0.35em 1em 0 1em;
   padding: 0.15em 0.75em 0.5em 0.75em;
   vertical-align: sub;
   color: #a31d9a !important;
   background-color: #fec961;
   text-transform: uppercase;
   font-weight: bold;
   border-radius: 10px;}
#homeDonate .cta:hover{
   background-color: #ffb92f;
   text-decoration: none;}
#homeDonate .cta .leaf{
   margin-left:0.2em;
   width: 35px;
   vertical-align: bottom;}
@media screen and (min-width: 39em){
   #homeDonate .cta{
      margin: 0 0 0 1em;}
}

/* NEWSLETTER SIGNUP */
label{
    font-size: 1.25em;}

/* BODY */
body.home .breadcrumbs-container{
  display: none;}
.breadcrumbs-container{
  padding: 0.5em 0;
  /*color:#fff;*/
  /*background-color: #3c3e42;*/
  color:#3c3e42;
  background-color:#eaeaea;}
.breadcrumbs-container a{
  /*color: #fff !important;*/
  color:#3c3e42 !important;
  text-decoration: none;}
.breadcrumbs-container a:hover{
  /*color: #e8e2d0 !important;*/
  color:#066b54 !important;
  text-decoration: none !important;}
.site-main .summary{
  padding: 2em 0;
  color: #fff;}
.site-main .summary h1{
  color: #fff;}
.site-main .summary h2{
  color: #fff;}
@media screen and (min-width: 10em) {
    .site-content {
      padding-top: inherit;}
   .entry-content .panel-grid:first-of-type .siteorigin-panels-stretch{
      margin-top: inherit;}
}

.site-main{
   font-size: 1.25em;}
.site-main .entry-header h1{
   margin-bottom: 0.5em;
   font-size: 2.5em;}
.site-main h3{
   margin-bottom: 0.25em;
   font-size: 1.9em;
   font-weight: normal;}
.cta{
   padding: 0.5em 1em;
   background-color: #B9A772;
   border: 3px solid #FFF;
   border-radius: 1.5em;
   color: #fff !important;
   margin: 0.5em auto;
   display: inline-block;
   text-decoration: none;}
/*.cta .fa{
   padding-left:0.5em;}*/
.cta:hover{
   background-color: #3c3e42;
   border: 3px solid #B9A772;
   color: #fff;
   text-decoration: none;}
.site-main img.right{
    float: right;
    clear: right;
    margin: 0 0 1em 1em;}
.site-main img.left{
    float: left;
    clear: left;
    margin: 0 1em 1em 0;}
.site-main .summary{
   font-size: 1.2em;}

@media screen and (min-width: 10em) {
   .accentBox{
      margin:0 1.25em 0.75em 0;
      padding:1.25em;
      background-color:#efefef;
      /*border-radius:10px;*/}
   .accentBoxColContainer{
      clear: both;
      background-color:#efefef;
      overflow:auto;
      margin-top:3em;}
   .accentBoxCol{
      margin: 1em 1em 3em 1em;}
   .accentBox h3{
      padding-bottom:0.5em;
      color:#2d7581;
      font-size:1.6em;
      font-weight:bold;
      border-bottom:1px solid #2d7581;}
   .accentBox ul{
      font-size: 1.2em;}
   .accentBoxWide, .accentBoxLeft, .accentBoxCol{
      width:100%;}
}
@media screen and (min-width: 52em) {
   .accentBoxLeft{
      float: left;
      width:45%;}
   .accentBoxCol{
      float: left;
      width: 46%;}
}

.entry-content h4.cta{
   display: block;
   clear: both;
   text-align: center;
   line-height: 1.5em;
   margin: 0;
   padding: 1.5em 0;
   border-radius:0;
   border:0;
   border-top: 1px solid #ccc;
   position: relative;
   margin-top: 2em;
   color: #000 !important;
   font-size: 1.25em;
   font-weight: normal;
   background-color:transparent;}
.entry-content h4.cta .fa{
   font-size: 2.0em;
   margin-top: -1em;
   color: #3b0d32;}

/* intro */

#intro{
   text-align: center;}
#intro h2{
   margin-top: 0;
   margin-bottom: 0.5em;
   font-size: 2.5em;
   font-weight: bold;
   color: #775980;
   text-transform: uppercase;}
#intro p{
   font-size: 1.5em;
   font-weight: normal;}
#intro p em{
   color: #777;}
#intro a.cta{
    font-size: 0.75em;
    margin: 0.5em;
    padding: 1em;
    vertical-align: sub;
    color:#000 !important;
    background-color:transparent;
    text-transform: uppercase;
    font-weight: bold;
    border:1px solid #e0e0e0;
    border-radius: 0;
    text-align: center;
    line-height: 1.0em;
    display: inline-table;}
#intro a.cta .fa{
   color: #775980;}
#intro a.cta:hover{
   color: #fff !important;
   background-color: #775980;
   text-decoration: none;}
#intro a.cta:hover .fa{
   color: #fff;}

/* feature boxes */
.featureBoxes .panel-grid-cell{
    margin-bottom: 0 !important;}
.post-header-title h1, .entry-title, .post-header-subtitle{
   display: block !important;}
/*.panel-row-style{
   background-color: #2B303B;}*/

/* team group page */
body.our-team .rt-team-container .team-member,
body.our-team-downstate .rt-team-container .team-member{
   text-align: center;}
body.our-team .rt-team-container .team-member figure img,
body.our-team-downstate .rt-team-container .team-member figure img{
   margin: 0 auto;
   min-height:285px; /* keep photos all same height */}
body.our-team .rt-team-container h3,
body.our-team-downstate .rt-team-container h3{
   font-size:1.0em;
   line-height: 1.4em;}
body.our-team .rt-team-container .contact-info,
body.our-team-downstate .rt-team-container .contact-info{
   font-size: 0.9em;}
body.our-team .rt-team-container .team-member,
body.our-team-downstate .rt-team-container .team-member{
   min-height:400px !important;}

/* team single page */
/*body.single-team .breadcrumbs-container{
   display: none;}
body.single-team .breadcrumbs-container-ourteam{
   display: block;}
body.single-team .breadcrumbs-container-ourteam a{
   color: #777058;}
body.single-team .breadcrumbs-container-ourteam a:hover{
   color: #3c3e42;}*/

body.single-team .breadcrumbs-container{
  font-size:1em;}

body.single-team .tlp-position,
body.single-team .tlp-email,
body.single-team .tlp-telephone,
body.single-team .tlp-location{
  font-size:1.35em;}
body.single-team .parallax-banner a{
   color: #B9A772;}
body.single-team .parallax-banner a:hover{
   color: #d9cfb2;}
body.single-team .parallax-banner .fa{
   width: 1.5em;
   text-align: center;}



body.single-team .summary img{
   float: left;
   margin:0 2em 1em 0;}
body.single-team .summary h1{
   clear: none;}
body.single-team .summary a{
   color: #B9A772;}
body.single-team .summary a:hover{
   color: #d9cfb2;}
body.single-team .summary .fa{
   width: 1.5em;
   text-align: center;}



body.single-team .description ul{
   margin: 0.5em 1em;
   list-style: square;
   list-style-position: inside;}

/* news and blog */
.post-date-blog{
   padding: 1em 1.5em;
   color: #3c3e42 !important;
   background-color: #fff;}
.post-day{
   font-size:2em;}
/*.blog article, .archive article, .search article, .widget_siteorigin-panels-postloop article{
   padding-left: 7em;}*/
.featured-image{
   float:right;
   margin-left:1.0em;
   width:33%;
   text-align: center;}
.entry-footer{
   font-size: 1em;}
.blog article, .archive article, .search article, .widget_siteorigin-panels-postloop article{
   clear: both;}
.widget .post-date{
   font-size:0.9em;}

.blog article, .archive article, .search article, .widget_siteorigin-panels-postloop article{
  margin-bottom: 0.75em; /* override bento style */
  padding-left:0; /* override bento style */ }

/* Custom Page Summary Container */
#summaryContainer{
   margin-bottom:30px;}

/* JOBS */
.entry-content .job_filters ul.job_types li{
   margin-bottom: 0;}
div.job_listings ul.job_listings{
   padding-left:0;}
.job_filters .search_jobs br{
   display:none;}
.job_filters .search_jobs input, .job_filters .search_jobs select{
   border: 1px solid #ccc;}
form.job_filters p{
   margin-bottom:0;}
.job_filters .job_types{
   border-bottom: 1px solid #e5e5e5;}
ul.job_listings li.job_listing a img.company_logo{
   position: relative;
   display: inline-block;
   float: none;}
.widget ul.job_listings li.job_listing .position, .widget ul.job_listings li.job_listing .location{
   position: relative;
   display: inline-block;
   float: none;
   width: 20%;}
.widget ul.job_listings li.job_listing .position{
   margin-left: 1em;}
.widget ul.job_listings li.job_listing ul.meta{
   position: relative;
   float: none;
   display: inline-block;
   text-align: left;
   width: 45%;}

/* single jobs page */
body.single-job_listing .summary .post-date{
   display: none;}

/* FOOTER */
@media screen and (min-width: 10em){
   #footerNav .footerNavBlock{
      text-align: center;}
   #footerNav .footerNavBlock img{
      width:100%;
      max-width:350px;}
   #footerNav .footerNavBlock a{
      font-size: 1.5em;
      text-transform: uppercase;
      display: block;}
    #footerNav .panel-grid-cell{
        margin-bottom: 0;}
   /*.site-footer .col2{
      margin:3em 0;}*/
   /*.site-footer .col2 img{
      width: 90%;
      max-width:250px;}*/
   footer .bucket{
      width:100%;
      min-height: 275px;
      text-align:left;
      vertical-align: middle;
      color:#fff;
      background:url('/wp-content/uploads/2017/01/background-audit.jpg') no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      position:relative;
      z-index: 3;}
   footer .bucket .buffer{
      padding: 2em 1em 5em 1em;}
   footer .bucket.contact{
      background-image:url('/wp-content/uploads/2017/11/background-audit.jpg');}
   footer .bucket.rfp{
      background-image:url('/wp-content/uploads/2017/11/background-tax.jpg');}
   footer .bucket h2{
      margin:0 0 0.5em 0;
      padding: 0 0 0.25em 0;
      border-top:0;
      border-bottom: 4px solid #B9A772;
      text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.45);
      color:#fff;
      font-size: 2.0em;
      font-weight: normal;}
   footer .bucket .cta{
      float: right;}
   footer .bucket .cta:hover{
      border-bottom: 3px solid #B9A772;}
   footer #locationsBar{
      /*float: none;
      width:100% !important;
      color:#fff;
      padding-top: 1em;
      padding-bottom: 1em;*/
      background-color: #B9A772;}
   /*footer #locationsBar h4{
      margin-top: -1.35em;
      padding-bottom: 0;
      margin-bottom: 0;
      font-size: 2.5em;
      z-index: 100;
      position: absolute;}*/
   /*footer #locationsBar h4 .fa{
      font-size: 1.5em;
      vertical-align: middle;}*/
   /*footer #locationsBar ul.locations li{
      float: left;
      width: 50%;
      min-height: 120px;
      padding: 0.5em 0.8em;
      font-size: 1.0em;
      border-left: 1px solid #cbb388;}
   footer #locationsBar ul.locations li strong{
      font-size: 1.25em;}
   footer #locationsBar section#locationsMap{
      margin: -20px 0 0 0;
      padding: 0 0 10px 0;
      color:#000 !important;}
   footer #locationsBar #locationsMap .wpgmp_map_container{
      clear: both;}*/
   .wpgmp_iw_content, .wpgmp_iw_content a, .wpgmp_iw_content a:hover{
      color: #000 !important;}
   .widget-footer{
      float:none;
      padding-bottom:0;}
   footer .sidebar-footer{
      text-align: center;
      color: #3c3e42;
      /*background:#fff url('/wp-content/themes/quadsimia/images/header-bg.jpg') no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;*/}
   footer .sidebar-footer #blogBox, footer .sidebar-footer #newsBox, footer .sidebar-footer #enewsBox{
      display: inline-block;
      text-align: left;
      /*margin: 1em;
      width: 90%;*/
      margin: 1em 0;
      width: 100%;
      background: rgba(255,255,255,0.6);
      border-top: 8px solid #3c3e42;
      -webkit-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.3);
      box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.3);}
   footer .addtoany_share_save_container{
      display: none;}
   footer .sidebar-footer h3 a, footer .sidebar-footer h3 a:hover{
      border-bottom:0;}
   footer .sidebar-footer #enewsBox ul{
      background:url('/wp-content/uploads/2017/11/enewsletter-bg.jpg') no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;}
   footer .sidebar-footer #enewsBox ul a{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 1px solid #000;}
   footer .sidebar-footer #enewsBox .textwidget{
      width: 100%;
      text-align: center;}
   footer .sidebar-footer ul{
      padding:1em;
      /*min-height: 240px;*/
      min-height: 300px;}
   footer .sidebar-footer #enewsBox .textwidget h5{
      font-size: 1.15em;}
   footer .sidebar-footer #enewsBox .textwidget a.more{
      display: inline-block;
      font-weight:bold;
      padding: 0.5em 1.25em;
      border-top: 1px solid #396156;
      border-bottom: 1px solid #396156;}
   footer .sidebar-footer h3{
      font-size: 1.6em;
      background-color: #fff;
      color: #3b0d32;
      text-align: left;
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #4e4e4e;}
   footer .sidebar-footer h3 a{
      display: block;
      color: #3b0d32;
      padding: 0.5em 1em;}
   footer .sidebar-footer h3 a:hover{
      color: #3c3e42;
      background-color: #e8e2d0;}
   footer .sidebar-footer ul li a{
      color: #3b0d32;}
   footer .sidebar-footer ul li a:hover{
      color: #3c3e42;
      border-bottom: 0;}
   footer .sidebar-footer .post-title{
      font-size: 1.25em !important;
      font-weight: bold;}
   footer .sidebar-footer #category-posts-3-internal .cat-post-date{
      padding:0;}
   footer .sidebar-footer ul li a.more-link{
      margin:0 1em;
      font-weight: bold;}
   footer .sidebar-footer a.cat-post-footer-link{
      padding: 1em;
      background-color: #B9A772;
      color: #fff !important;
      font-size: 1.25em;
      margin: 0;
      display: inline-block;
      text-decoration: none;
      width: 100%;
      text-align: center;}
   footer .sidebar-footer a.cat-post-footer-link:after{
      content: " \f054";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      margin-left:0.5em;}
   footer .sidebar-footer a.cat-post-footer-link:hover{
      background-color: #3c3e42;
      border-bottom:0;}
   footer .sidebar-footer #affiliates{
      float: none;
      clear: both;
      margin: 1em;
      width: 100%;}
   /* enews signup bar */
   .site-footer #footerSignup{
      display: none;
      background-color: #936f9e;
      padding: 3em;
      text-align: center;}
   .site-footer #footerSignup h4, .site-footer #footerSignup .textwidget{
      display: inline-block;}
   .site-footer #footerSignup h4{
      text-transform: uppercase;
      color:#fff;
      font-size: 1.75em;
      font-weight: normal;
      border-bottom:1px solid #fff;
      margin: 0;
      padding-bottom: 0.15em;}
   .site-footer #footerSignup .cta{
      font-size: 1.75em;
      margin: 0;
      padding: 0;
      color: #eebdf7;
      text-transform: uppercase;
      font-weight: bold;
      display: inline-block;}
   .site-footer #footerSignup .cta:hover{
      color:#fec961;
      text-decoration: none;}
   .site-footer #footerSignup .cta .leaf{
      margin-left:0.2em;
      width: 35px;
      vertical-align: bottom;}
   .sidebar-footer{
      padding:1em 0;}
   .footerNav{
      margin-top:2em;}
   .bottom-footer-copyright a{
      color:#fff;
      text-decoration: none;}
   .bottom-footer-copyright a:hover{
      color: #e8e2d0;
      text-decoration: none;
      border-bottom:0;}
   /*.site-footer .col{
      float: none;
      margin: 1% 0;
      width:100%;
      text-align: center;
      font-size: 1.25em;}*/
   /*.site-footer .col h4{
      margin:1em 0.15em 0.15em 0.15em;
      text-align: center;
      text-transform: uppercase;
      font-size: 1.75em;
      color: #fec961;
      display: table;
      white-space: nowrap;}*/
   /*.site-footer .col h4.first{
      margin-top:0.15em;}*/
   /*.site-footer .col h4:before, footer .col h4:after {
      border-top: 1px solid #fff;
      content: '';
      display: table-cell;
      position: relative;
      top: 0.65em;
      width: 45%;}*/
   /*.site-footer .col h4:before{
      right:1.5%;}
   .site-footer .col h4:after{
      left:1.5%;}
   .site-footer .col1 a{
      margin: 0 0.2em;}
   .site-footer .col1 .social a{
      font-size: 3em;}
   .site-footer .col2{
      margin:3em 0;
      text-align: center;}
   .site-footer .col2 img{
      width: 90%;
      max-width:250px;}
   .site-footer .col3 a{
      margin: 0 0.2em;}*/
   /* copyright */
   .site-footer .bottom-footer-copyright{
      /*background-color: #066B54 !important;*/
      color: #fff;
      padding: 1.15em;
      text-align: center;}
}
@media screen and (min-width: 42em){
   footer #locationsBar ul.locations li{
      width: 25%;}
   .site-footer #footerSignup h4, .site-footer #footerSignup .textwidget{
      display: inline;}
   .site-footer #footerSignup h4{
      padding-right:1em;
      border-right:1px solid #fff;
      border-bottom:0;
      margin: 0.5em;
      padding-bottom: 0;}
   .site-footer #footerSignup .cta{
      margin: 0 1em;
      display: inline-block;}
}
@media screen and (min-width: 48em){
   /*.site-footer .col{
      float: left;
      margin: 1% 2%;
      width:30%;}
   .site-footer .col2{
      margin:0;}
   .site-footer .col2 img{
      width: 100%;
      max-width:300px;}
   .site-footer .col h4{
      font-size: 1.25em;}*/
   footer .sidebar-footer #blogBox, footer .sidebar-footer #newsBox, footer .sidebar-footer #enewsBox{
      /*width: 46%;*/
      width:100%;}
   footer .bucket .buffer{
      padding: 2em 1em 5em 1em;
      padding: 8em 4em;}
   footer .bucket.contact{
      border-right:1px solid #fff;}
   footer .bucket.rfp{
      border-left:1px solid #fff;}
   /*Fade all the DIV when user hovers on any div*/
   footer #bucketContainer:hover .bucket{
      zoom: 1;
      filter: alpha(opacity=25);
      opacity: 0.25;
      -webkit-transition: opacity .35s ease-in-out;
      -moz-transition: opacity .35s ease-in-out;
      -ms-transition: opacity .35s ease-in-out;
      -o-transition: opacity .35s ease-in-out;
      transition: opacity .35s ease-in-out;}
   /*Fade out the particular DIV when user hover on that DIV*/
   footer #bucketContainer .bucket:hover{
      zoom: 1;
      filter: alpha(opacity=100);
      opacity: 1;}
}
@media screen and (min-width: 61em){
   /* hide mobile menu */
   .mobile-menu, .mobile-menu-trigger {
		display: none !important;}
   /* show desktop menu */
   .header-menu {
      display: inline-block;
      width:100%;}
   .primary-menu &gt; li &gt; a {
      padding: 1.5em 0.5em !important;}
   footer #locationsBar ul.locations li{
      width: 25%;}
   footer .sidebar-footer #blogBox, footer .sidebar-footer #newsBox, footer .sidebar-footer #enewsBox{
      width: 30%;}
   footer .sidebar-footer #newsBox{
      /*width: 60%;*/
      width: 100%;}
}
@media screen and (min-width: 69em){
   .primary-menu &gt; li &gt; a {
      padding: 1.5em 0.5em !important;}
   footer .sidebar-footer #blogBox, footer .sidebar-footer #newsBox, footer .sidebar-footer #enewsBox{
      width: 30.4%;}
   footer .sidebar-footer #newsBox{
      /*width: 60.8%;*/
      width: 100%;}
}
@media screen and (min-width: 80em){
   .primary-menu &gt; li &gt; a {
      padding: 1.5em 0.5em !important;}
   /*.site-footer .col{
      margin: 1%;}
   .site-footer .col h4{
      font-size: 1.75em;}*/
   footer .sidebar-footer #blogBox, footer .sidebar-footer #newsBox, footer .sidebar-footer #enewsBox{
      width: 30.7%;}
   footer .sidebar-footer #newsBox{
      /*width: 61.4%;*/
      width: 100%;}
}

/* QUADSIMIA - HOVER EFFECTS */
/* LAYOUT */
/* general */
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }
/* grid */
.grid {
   margin:0;
   padding:0;
	list-style: none;
	text-align: left;
   font-weight: 400;
	font-size: 1em;
	font-family: 'Raleway', Arial, sans-serif;}
.grid a {
	outline: none;
	color: #3498db;
	text-decoration: none;}
.grid a:hover, .grid a:focus {
	color: #528cb3;}
/* Common style */
.grid figure {
	position: relative;
	float: none;
	overflow: hidden;
   width: 100%;
   margin: 0;
   background: #63476c;
	text-align: left;
	cursor: pointer;}
.grid figure img {
	position: relative;
	display: block;
   height: auto;
	min-height: auto;
   max-height: auto;
   width: 100%;
   min-width: 100%;
	max-width: 100%;
	opacity: 0.8;}
.grid figure figcaption {
	padding: 0.5em 1em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;}
.grid figure figcaption,
.grid figure figcaption &gt; a {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption &gt; a {
	z-index: 888 !important;
	text-indent: 200% !important;
	white-space: nowrap !important;
	font-size: 0 !important;
	opacity: 0 !important;}
.grid figure h2 {
	font-weight: 300;
   text-transform: uppercase;}
.grid figure h2 span {
	font-weight: 800;}
.grid figure h2,
.grid figure p {
	margin: 0;}
.grid figure p {
	font-size: 68.5%;}
/* INDIVIDUAL EFFECTS */
/*---------------*/
/***** Sadie ORIG SAVED *****/
/*---------------*/
figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);}
figure.effect-sadie div.content {
	position: absolute;
   top:50%;
	bottom: 0;
   left:0;
   right:0;
	padding: 1.5em;
	width: 100%;}
figure.effect-sadie h2 {
	width: 100%;
   font-size:2.5em;
   font-weight: bold;
   line-height: 1.15em;
   text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
   color: #fff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);}
figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;}
figure.effect-sadie p {
	padding: 0.5em 0;
	width: 100%;
	opacity: 0;
   text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);}
figure.effect-sadie p.caption{
   font-size: 0.95em;}
figure.effect-sadie p.cta{
   font-size: 1.25em;
   font-weight: bold;
   text-transform: uppercase;}
figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);}
figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);}
/*---------------*/
/***** Sadie *****/
/*---------------*/
figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(99,71,108,0) 0%, rgba(99,71,108,0.8) 75%);
	background: linear-gradient(to bottom, rgba(99,71,108,0) 0%, rgba(99,71,108,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);}
figure.effect-sadie div.content {
	position: absolute;
   top:50%;
	bottom: 0;
   left:0;
   right:0;
   margin: auto;
	padding: 0.5em 1.5em;
	width: 90%;
   text-align:center;}
figure.effect-sadie h2 {
	position: absolute;
	bottom: 0;
	left: 0;
   right: 0;
	width: 100%;
   font-size:1.75em;
   font-weight: bold;
   line-height: 1.1em;
   text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
   color: #fff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-2em,0);
	transform: translate3d(0,-2em,0);}
figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;}
figure.effect-sadie p {
	width: 100%;
	opacity: 0;
   text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
	-webkit-transform: translate3d(0,0.5em,0);
	transform: translate3d(0,0.5em,0);}
figure.effect-sadie p.caption{
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   font-size: 0.95em;
   opacity: 1;
   -webkit-transform: translate3d(0,-0.75em,0);
	transform: translate3d(0,-0.75em,0);}
figure.effect-sadie p.cta{
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   font-size: 1.25em;
   font-weight: bold;
   text-transform: uppercase;}
figure.effect-sadie:hover h2 {
	-webkit-transform: translate3d(0,-4em,0);
	transform: translate3d(0,-4em,0);}
figure.effect-sadie:hover figcaption::before{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);}
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,-1.25em,0);
	transform: translate3d(0,-1.25em,0);}
figure.effect-sadie:hover p.caption {
	-webkit-transform: translate3d(0,-4em,0);
	transform: translate3d(0,-4em,0);}
@media screen and (max-width: 1200px) {
   figure.effect-sadie h2{
      font-size: 1.45em;}
   figure.effect-sadie p.caption{
      font-size: 0.85em;}
   figure.effect-sadie p.cta{
      font-size: 0.9em;}
}
@media screen and (max-width: 1000px) {
   figure.effect-sadie h2{
      font-size: 1.25em;}
   figure.effect-sadie p.caption{
      font-size: 0.75em;}
   figure.effect-sadie p.cta{
      font-size: 0.8em;}
}
@media screen and (max-width: 900px) {
   figure.effect-sadie h2{
      font-size: 1.1em;}
   figure.effect-sadie p.caption{
      font-size: 0.7em;}
   figure.effect-sadie p.cta{
      font-size: 0.75em;}
}
@media screen and (max-width: 800px) {
   figure.effect-sadie h2{
      font-size: 1.75em;}
   figure.effect-sadie p.caption{
      font-size: 0.9em;}
   figure.effect-sadie p.cta{
      font-size: 1.25em;}
}

/* STICKY HEADER NAV */
#thsp-sticky-header, #thsp-sticky-header-menu{
   padding:5px 1em;}
#thsp-sticky-header-menu{
   width: 85%;}
#thsp-sticky-header-inner{
   margin-left:auto;
   margin-right:auto;
   max-width:1060px;}
#thsp-sticky-header-title img{
   height:50px;}
#thsp-sticky-header ul li{
   margin-left:0 !important;
   margin-right:0 !important;
   vertical-align:middle;}
#thsp-sticky-header ul li{
  padding: 0;}
#thsp-sticky-header ul li a{
  margin: 0 0.35em;
  padding:0;
  text-transform: none;
  color:#3c3e42;
  transition: all 0.35s ease;}
#thsp-sticky-header ul li a:hover{
  /*color: #d3b1dd !important;*/
  color:#3b0d32 !important;}
#thsp-sticky-header .menu &gt; .menu-item-has-children &gt; a:after{
  display: none;}
#thsp-sticky-header .menu &gt; .menu-item-has-children &gt; a{
  padding-right:0 !important;}
#thsp-sticky-header ul li.right{
  float: none;}
#thsp-sticky-header ul li.cta a{
  padding:0 1em;
  color: #fff !important;}

@media screen and (max-width: 880px){
   #thsp-sticky-header-title img{
      padding-top: 7px;
      width:125px;
      height: auto;
      vertical-align: middle;}
   #thsp-sticky-header ul li{}
}
@media screen and (min-width: 1920px){
   #thsp-sticky-header-inner{
      max-width:1400px;}
   #thsp-sticky-header ul li{
      margin-right:0 !important;}
}




/* New Customizations */

.cta{background-color:#3b0d32;color:#fff;}
.cta:hover{background-color:#4c4c4d;color:#fff;}
.cta.outline{background-color:transparent;border:3px solid #B9A772;color:#B9A772;}
.cta.outline:hover{border:3px solid #3c3e42;color:#3c3e42;}
/* Secondary color */
.cta.secondary{background-color:#B9A772;color:#fff;}
.cta.secondary:hover{background-color:#3c3e42;color:#fff;}
.cta.outline.secondary{background-color:transparent;border:3px solid #B9A772;color:#B9A772;}
.cta.outline.secondary:hover{border:3px solid #3c3e42;color:#3c3e42;}
/*.cta.secondary{background-color:#cfa218;color:#fff;}
.cta.secondary:hover{background-color:#3c3e42;color:#fff;}
.cta.outline.secondary{background-color:transparent;border:3px solid #cfa218;color:#cfa218;}
.cta.outline.secondary:hover{border:3px solid #3c3e42;color:#3c3e42;}*/
/* Contact color */
.cta.contact{background-color:#cfa218;color:#fff;}
.cta.contact:hover{background-color:#3b0d32;color:#fff !important;}
.cta.outline.contact{background-color:transparent;border:3px solid #cfa218;color:#cfa218;}
.cta.outline.contact:hover{border:3px solid #3c3e42;color:#3c3e42;}
/*.cta.contact{background-color:#d9cfb2;color:#fff;}
.cta.contact:hover{background-color:#3c3e42;color:#fff;}
.cta.outline.contact{background-color:transparent;border:3px solid #D60078;color:#D60078;}
.cta.outline.contact:hover{border:3px solid #f64cab;color:#f64cab;}*/

nav li.cta:hover &gt; a{
  color:#fff !important;}

/* header */
.site-header .headerDetails{
  margin:2em 0;}
.site-header .headerDetails a{
  margin-right:1.1em;
  font-size:1.1em;
  color:#3c3e42;}
.site-header .headerDetails a:hover{
  color:#3b0d32;}
.site-header .headerDetails .social a{
  margin-right:0;}
.site-header .headerDetails a.cta{
  margin-right:0;
  font-size:1.25em;}

/* nav */
@media screen and (min-width: 680px){
  nav li:hover &gt; a{
    color:#e8e2d0;}
}

/* home */
.services-cta{
  display: inline-block;
  width:50%;}

/* body */
p{
  line-height: 1.5em;}

.site-content .entry-content{
  margin: 0;
  padding: 2em 0;}

@media screen and (min-width: 48em){
  .site-content {
    padding: 0;}
}

/* parallax banner */
.parallax-banner .container{
  margin: 0 auto;
  padding-left:0;
  padding-right:0;
  max-width: 1320px;
  max-width: 132rem;}
.site-content .parallax-banner h1{
  font-weight: normal;}

@media screen and (min-width: 10em){
  .parallax-banner .container{
    padding-left:5%;
    padding-right:5%;}
}

@media screen and (min-width: 90.75em){
  .parallax-banner .container{
    padding-left:0;
    padding-right:0;}
}

.parallax-banner p{
  font-size:1.5em;}

/* our team */
.rt-team-container .button-group button{
  display: inline-block;
  cursor: pointer;}

body.single-team .summary img{
  width:auto;}
body.single-team .tlp-position, body.single-team .tlp-email, body.single-team .tlp-telephone, body.single-team .tlp-location{
  padding-top: 0.25em;
  padding-bottom:0.25em;}

/* footer */
.site-footer a.cta:hover{
  border-bottom:3px solid #B9A772;}

.locations-carousel{
  color:#fff;}

@media screen and (max-width: 680px){
  #return-to-top{
    bottom:90px;
    left:10px;}
}

/* mobile footer */
.call-mobile{
  display:none;
  position:fixed;
  bottom:0;
  width:100%;
  left:0;
  right:0;
  height:80px;
  z-index:10;}
.call-mobile .cta{
  margin:0;
  padding:0.75em 0;
  text-align:center;
  width:50%;
  font-size:1.5em;
  line-height:1.15em;
  border:0;
  border-radius:0;}

@media screen and (max-width: 680px){
  body{padding-bottom:80px;}
  .call-mobile{display:block;}
}

/* News Slider */
.site-footer .news-carousel a{
  color:#3b0d32;}

.news-carousel .card{
  border-radius: 2em;
  background: rgba(255,255,255,0.5);}

.news-carousel .card .container a{
  color:#B9A772;}
.news-carousel .card .container a:hover{
  color:#3b0d32;}

.news-carousel .date.date-tag{
  left:1.5em;
  padding: 0.25em 1em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;}

.news-carousel .card h4{
  margin: 1em 0 0 3em;
  font-size: 1.5em;
  min-height: 50px;}

.news-carousel .card .more{
  padding:0.5em;}

.news-carousel .card .more .cta{
  border-radius:2em;}

.accent{
  /*border-radius:0;
  border-top-left-radius:30px;
  background-color:#e4fcfd;
  padding:1em 2em;
  color:#333;*/
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 6px;
  /*margin: 0 0 0.75em 0;*/
  padding: 1em 1.25em;
  border-top: 8px solid #B9A772;}
.accent.features i{
  float:left;
  margin-top:-0.25em;
  font-size:2em;
  vertical-align:middle;
  color:#2c6aa3;
  margin-left:-1em;
  margin-right:0.25em;
  background:#fff;
  border-radius:2em;
  padding:0.15em;}
.accent h4 strong, .accent h4 a{
  font-family: BenchNine, Arial, sans-serif;
  font-size: 1.6em;
  text-transform: uppercase;
  color: #0098DB;}

/*.accent.card h4{
  margin-top:0;}*/

/* homepage */
.about-summary img{
  max-height: 380px;
  object-fit: cover;}

.about-summary{
  color:#fff;}

.about-summary h3{
  padding-bottom:0.25em;
  color:#fff !important;
  border-bottom:2px solid #B9A772;}

/* footer */
section.footer-bar{
  padding:0;}

.company-logos-carousel{
  background: #fff;
  /*border-radius: 1em;*/}

footer .more{
  margin-top:2em;}
footer .more .cta{
  min-width: 130px;
  margin: 0.25em;}

footer .locations{
  color:#d9cfb2;}

footer .locations h4{
  margin:0.8em 0 0.25em 0;
  padding:0 0 0.25em 0;
  color:#fff;
  /*border-bottom: 1px solid #B9A772;*/
  font-size: 1.45em;
  font-weight: bold;
  text-transform: uppercase;}

footer .locations p{
  margin:0 0 0.5em 0;
  padding:0;
  line-height: 1.4em;}

footer .locations p a{
  color:#fff;
  font-weight: bold;}
footer .locations p a:hover{
  color:#d9cfb2;
  border-bottom:0;}


/* career cta banner */
.main-cta-banner .parallax-banner .container {
  padding: 1em 1em 2em 1em;}

.main-cta-banner .parallax-banner h2{
  font-weight: bold;}

/*.main-cta-banner .parallax-banner .overlay{
  background: rgba(6,107,84,0.5);}*/
.main-cta-banner .parallax-banner .container .cta {
  font-size: 1.1em;
  text-shadow: none;
  padding: 0.5em 0.75em;
  margin: 0.5em 0.25em;}


/* Indents */

.indent {
	margin-left: 2.5rem;
}

.indent2 {	
	margin-left: 5rem;
}


/* Slider Test Code */

.slider-img {
	aspect-ratio:1/1;
}


/* Program CTA Style */


#programs-list .item{
  margin-top:0.5em;
  min-width:400px;}

#programs-list figure.fx img{
  height: auto;
  max-height:200px;
  object-fit:cover;}

#programs-list .icon{
  /*margin: 0.5em 0 0.25em 0;
  font-size: 2.5em;
  min-height: 60px;*/
  margin: 0.5em 0 0.25em 0;
  font-size: 1.8em;
  /* min-height: 60px; */
  position: absolute;
  left: 0;
  right: 0;
  color:#fff;
  /*background: #000;*/
  background:#00707a;
  border-radius: 2em;
  width: 75px;
  height: 75px;
  margin: 0 auto;
  margin-top: -0.8em;
  border: 4px solid #fff;
  padding-top: 0.175em;}
#programs-list h3{
  clear:none;
  margin:0.5em 0 0.25em 0;
  /*font-family:'Playfair Display', serif;*/
  /*font-family: 'Work Sans', serif;*/
  font-weight:bold;
  font-size:1.45em;
  line-height:1.1em;}
#programs-list p{
  font-size: 0.8em;
  line-height: 1.45em;}
#programs-list .ft-bucket{
  overflow: visible;
  position: relative;
  color:#00788a;
  /*color:#fff;*/
  margin-bottom: 0.5em;
  padding:0;
  text-align:center;
  transition:all 0.35s ease 0s;
  /*background-color:#f1b35b;*/
  background-color:#dcddde;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  border-radius: 10px;}
#programs-list .ft-bucket a{
  color:#fff;
  text-decoration: none;
  background-color:#009543;}
#programs-list .ft-bucket .show-logo{
  position: absolute;
  margin: -3.5em auto 0 auto;
  left: 0;
  right: 0;
  max-width: 125px;
  border: 2px solid #fff;}
#programs-list .bucketContent{
  /*min-height: 150px;*/
  min-height: 215px;
  padding: 0.5em 1em 0 1em;}
#programs-list .site-content .ft-bucket h3{color:#fff;}
#programs-list .ft-bucket .cta{
  display:inline-block;
  margin:0;
  width:92%;
  border:0;
  /*border-radius:0;*/
  padding:0.65em 0;
  font-size:0.8em;
  margin-bottom: 0.75em;}
#programs-list .moreinfo-cta{background-color:#009543;}
#programs-list .ft-bucket:hover{background-color:#8ac819;}
#programs-list .ft-bucket .cta:hover{background-color:#00788a !important;color:#fff !important;}
#programs-list .ft-bucket:hover{
  color:#fff;
  background-color:#a0a2a5;}
#programs-list .ft-bucket:hover h3{color:#fff;}
#programs-list .site-content .ft-bucket:hover h3{color:#8ac819;}
#programs-list.show-time {margin-bottom: 1.6rem;}
#programs-list .show-date {margin: 0;}

#programs-list .contact-cta{
  text-align: center;}
#programs-list .contact-cta h4{
  margin: 0.5em 0 0 0;
  font-size:1.75em;
  line-height: 1em;}
#programs-list .contact-cta h4 small{
  font-size:0.65em;
  font-weight:normal;}
#programs-list .contact-cta .cta{
  display: table;
  margin: 0.5em auto;
  padding: 0.55em 1.55em;
  font-size: 1.35em;
  color:#333;}
#programs-list .nowrap a{
  display: inline-block;
  margin: 0.15em;
  color:#1c536f;}


/* Grid */

/* ANIMATION */
/* grid */
.grid figure {
	position: relative;
	float: none;
	overflow: hidden;
   width: 100%;
   margin: 0;
   /*max-height: 350px;*/
	text-align: center;
	cursor: pointer;
   /*border-radius: 15px;
   border:3px solid #FF9E1B;*/
  /*background-color: #000;*/
  /*background-color:#0085CA;*/
  background-color:#fff;
  /*border-bottom: 4px solid #333;*/
  border-bottom:0;
  border-radius:0.45em;}
.grid figure img {
	position: relative;
	display: block;
   height: auto;
	min-height: auto;
   max-height: auto;
   width: 100%;
   min-width: 100%;
	max-width: 100%;
	opacity: 1;}
.grid figure figcaption {
   position: absolute;
	top: 0;
	left: 0;
   right: 0;
   width: 100%;
   height: 100%;
   /*background: rgba(0,0,0,0.35);*/
	color: #fff;
	text-transform: uppercase;}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;}
.grid figure figcaption,
.grid figure figcaption &gt; a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}
.grid figure figcaption &gt; a { /* Anchor will cover the whole item by default. For some effects it will show as a button */
	z-index: 888;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;}
.grid figure h2{
   /*min-height: 20%;*/
   margin: 0;
   padding: 0.5em;
   font-size: 2em;
   color: #ffffff !important;
   /*background:rgba(255,255,255,0.55);
   text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);*/
   display: grid; /* centers the text vertically */
   align-items: center; /* centers the text vertically */}
.grid figure p{
   min-height: 40%;
   margin: 0;
   padding: 0 3em 1em 3em;
   font-size: 1.35em;
   line-height: 1.35em;
   text-transform:none;}
.grid figure .cta{
   display: table;
   margin: 1em auto;
   padding: 0.35em 0.65em;
   font-size: 1.25em;
   font-weight: bold;
   text-transform: uppercase;
   border: 3px solid #fff;
   border-radius: 10px;}


/*-----------------*/
/***** Goliath *****/
/*-----------------*/
figure.fx img {
    height: 300px;
    object-fit: fill;
    
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;}
figure.fx figcaption{
   -webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
   -webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);}
figure.fx:hover img {
   opacity:0.5;
   filter: grayscale(100%);
   -webkit-transform: rotate(10deg) scale(1.5, 1.5);
   transform: rotate(10deg) scale(1.5, 1.5);}
figure.fx:hover figcaption{
   -webkit-transform: translate3d(0,30%,0);
	transform: translate3d(0,30%,0);}

@media screen and (max-width: 780px){
  /*.grid figure {height: 350px;}
  .grid figure img {
    object-fit: cover;
    height: 350px;
  }*/
}
@media screen and (max-width: 500px) {
  .grid figure {height: auto;}
  .grid figure img {height: auto;}
  .grid figure figcaption, .grid figure figcaption &gt; a {top: -15px;}
  .grid figure p {font-size: 1.15em; line-height: 1.25em;}
}

/* vfb form */
.vfbp-form .btn-primary{
  font-size: 1.5em;
  font-weight: bold;
  color: #fff !important;
  width: auto;
  margin: 0 auto;
  text-align: center;
  padding: 0.35em 1.35em;
  border-radius: 2em;
  border-color: #fff;}

/* icon */
.icon{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5em auto;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0.7em;
  border: 2px solid #B9A772;
  background: rgba(0,47,101,0.1);
  border-radius: 50%;
  transition: all 0.3s ease;}
.icon i{
  padding:0.25em;
  font-size:1.8em;
  color:#B9A772;}

.icon:hover{
  border-bottom: 2px solid;
  border-color: #cfa218;
  /*font-size: 0.9em;*/
  transform: scale(1.1);}
.icon:hover i{
  color:#cfa218;}

.icon.num{
  font-size:1.8em;
  font-weight:bold;
  color:#3b0d32;}

.card .icon{
  margin-top: 2em;
  margin-bottom: -1.5em;
  width:60px;
  height:60px;
  background:transparent;}
.card .icon i{
  font-size:2.5em;}
.card h3{
  margin-top:0.5em;}

.card .icon.num{
  margin-top:0;
  margin-bottom:0.5em;}

.accent.card .cta{
  width:auto;}

/* bios */

.card.bio{
  padding-bottom:0;}
.card.bio .container{
  padding-bottom:1em;}
.card.bio h4{
  font-size:1.35em;
  margin-bottom:0;}
.card.bio p.bio-position{
  margin-top:0;
  margin-bottom:0;}
.card.bio p.bio-businessname{
  margin-top:0;
  margin-bottom:0;
  font-size: 0.75em;
  font-style: italic;}

.card.bio figure img.tall{
  height:auto;}

/* bios - charity bib */
.card.bio.charitybib{
  padding-bottom:3em;}
.card.bio.charitybib figure img.tall{
  height:300px;}

@media screen and (max-width: 680px){
  .card.bio.charitybib .cta.half{
    width: 50%;}
}

/* headings */
h1, h2, h3, h4, h5, h6{
  clear:none;}

/* homepage */

.intro.parallax-banner .container{
  padding:16em 1em 4em 1em;}

@media screen and (max-width: 680px){
  .intro.parallax-banner .container{
    padding:5em 1em 5em 1em;}
}

/* stats */

.site-content .stat{
  text-align:center;}
.site-content .stat h3{
  margin-bottom:0;
  /*font-family: 'Arimo', 'Open Sans', sans-serif;*/
  font-size: 4em;
  font-weight: bold;
  color:#fff;}
.site-content .stat p{
  margin-top:0;
  font-size: 1.15em;
  line-height: 1.35em;
  color:#eaeaea;}

/* stories */

.stories-cta-section .simpleParallax img{
  opacity: 0.3;}

.stories-cta-section h3{
  color:#e5e4de !important;}

.stories-cta-section blockquote{
  color: #e5e4de;
  padding: 0;
  margin: 0;
  border-left: 0;}

.stories-cta-section blockquote p{
  font-size:0.75em;}

.stories-cta-section blockquote cite{
  background:transparent;
  font-size:1em;}

/* cards */

.card{
  border-radius:1.5em;}
.card .more{
  padding:0.35em;}
.card .more .cta{
  border-radius:2em;}

/* the birds nest */
.accent.the-birds-nest-hours{
  border: 1px solid #B9A772;
  border-top: 8px solid #B9A772;
  background:#c9b77e;}

.the-birds-nest-hours{
  color:#fff;}

.site-content .the-birds-nest-hours h3{
  margin-top:0;
  color:#fff;}

/* banner images */
.parallax-banner img.parallax{
  filter: grayscale(100%);}

/* make a difference */
.widget h3{
	font-family: adelle;}
.makeadifference-cta .card h4 {
    font-family: Engagement, Arial, sans-serif;
	font-size:2.35em;}
.makeadifference-cta .card p {
	font-size:1.15em;}</pre></body></html>