/* 
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&display=swap');

/* BrightonBold font alternative - Libre Baskerville */
/* @import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap'); */
/* Brownhill Script */
/* @font-face {
    font-family: 'Brownhill Script';
    font-style: normal;
    font-weight: normal;
    src: local('Brownhill Script'), url('assets/fonts/brownhill-script-cufonfonts-webfont/Brownhill-Script.woff') format('woff');
    } */

/*------------------------------------------------------------ */
/* 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:3em;}
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:#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 > a{position:relative;display:block;padding:0.5em 1em;font-size:1.125em;text-transform:none;color:#1D252D;/* topmenu links */}
  nav li.has-children > a{padding-right:1.75em;}
  nav li:hover > a{color:#006396;}
  nav ul li > ul{display:none;position:absolute;margin:0;padding:0;width:275px;z-index:999;}
  nav ul li:hover > ul{display:block;/* show menu on hover */}
  nav ul li ul > li{position:relative;width:100%;margin:0;padding:0;border-bottom:solid 1px #006396;}
  nav ul li ul li > 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 > a{color:#fff;background-color:#006396;}
  nav ul li ul li > ul{position:absolute;top:0;left:100%;/* third level menu and so on */}
  nav li > 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 > a:after{-webkit-transform:rotateZ(90deg);-moz-transform:rotateZ(90deg);transform:rotateZ(90deg);/* turn on hover */}
  nav > li > 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 > li:hover > a:after{-webkit-transform:rotateZ(90deg);-moz-transform:rotateZ(90deg);transform:rotateZ(90deg);/* turn on hover */}
  nav li > a:only-child:after{display:none;content:'';/* no arrow icon when no submenu */}
  nav ul li ul li > 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 > a{padding-top:0.75em;padding-bottom:0.75em;color:#fff;/* topmenu links */}
.navfull nav li:hover > a{color:#fff;background-color:#0085CA;}
.navfull nav ul li ul li:hover > 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 */

/*------------------------------------------------------------ */
/* 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;}
/*#gallery-slider.owl-carousel .owl-item img {
  max-width: 500px;
  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-top: -10px;
  width:35px;}
.owl-prev{left: 0;}
.owl-next{right: 0;}
.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.45em 0.35em;
  font-size: 1.85em;
  color: #fff;}
.owl-carousel .owl-nav button:hover {
  background: #5cc661;
  border-color: #4CAF50;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #000, 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000;}

/*(1) owl-stage box*/
.owl-carousel .owl-stage { display: flex; }
/*(2) the direct div of each element in the owl carousel*/
.owl-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);}
.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.5em;text-shadow:none;}

/* -- 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:#f8931d;}
.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.25em;
  padding:0.2em 0 0 0;
  width:35px;
  height:35px;
  font-size:1.35em;
  text-align:center;
  border:2px solid;}
.searchbtn-mobile,.cta.searchbtn-mobile{
  display:none;
  position:fixed;
  top:4px;
  right:4px;
  z-index:99999;
  font-size: 1.5em;
  border-radius: 3em;
  width: 50px;
  height: 50px;
  padding: 12px 0 0 0;
  background: transparent;
  border: 2px 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:#f8931d;}
.site-search .search-form-wrap .button.submit-button{color:#f8931d;}
.searchbtn-desktop,.cta.searchbtn-desktop{background:#1da3c9;}
.searchbtn-mobile,.cta.searchbtn-mobile{background:#1da3c9;}

.cta.searchbtn{
  display: none; /* hide search for now */
}

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

/* -- WP3: BODY/CONTENT -------------------------------------- */
.site-content header{z-index:inherit;}
.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;
  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;}
.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 -------------------------------- */

/* -- WP6b: Sticky Header by ThematoSoup --------------------- */
#thsp-sticky-header{z-index:9998;}
#thsp-sticky-header .mobile{display:none;}
#thsp-sticky-header .social{display:inline-block;}
#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 */

/* fixes smooth scrolling issue on mobile */
body{-webkit-overflow-scrolling:touch !important;}
@media only screen and (max-width:980px){
   html, body{
      overflow-x:auto !important;
      -webkit-overflow-scrolling:touch !important;
      overflow-y:auto !important;}
}
/* accessibility enhancement */
:focus{
   outline:3px solid #c1e0fe;
   outline:3px solid rgba(131,192,253,0.5);
   outline-offset:1px;}

/* HEADER */

header .iloveny-logo-container{
  /*position:absolute;*/
  position:fixed;
  top:0;
  right:0;
  margin:0;
  padding:15px;
  background:#fff;
  border-bottom-left-radius:20px;
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  z-index:10;}
header .iloveny-logo-container img.iloveny-logo{
  width:60px !important; /* ILOVENY GUIDELINES SAY LOGO MUST BE MINIMUM OF 60PX */
  max-width:60px !important;}


/* notification bar */
.admin-bar .mtsnb.mtsnb-fixed.mtsnb-top, #wp-toolbar .mtsnb.mtsnb-fixed.mtsnb-top{
   z-index:99999 !important;}
.mtsnb .mtsnb-button{
   font-size:14px;
   font-weight: bold;
   border-radius: 20px;}

.site-header.site-header-main {
  /*background-color: #fff;
  background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,253,237,1) 0%, rgba(255,255,255,1) 50%);
background: -webkit-linear-gradient(0deg, rgba(255,253,237,1) 0%, rgba(255,255,255,1) 50%);
background: linear-gradient(0deg, rgba(255,253,237,1) 0%, rgba(255,255,255,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffded",endColorstr="#ffffff",GradientType=1);*/

  background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,236,206,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,236,206,1) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,236,206,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffecce",GradientType=1);

}
.logo{
    position: relative;
    padding: 0.5em 0 !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:1.65em;
  font-weight:normal;}

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

.primary-menu .sub-menu li a{
  font-weight:bold;
  font-size: 1.65em;
  text-transform: uppercase;}
.primary-menu > li > .sub-menu {
   border-top-color: transparent !important;}

.primary-menu > li.cta{
  transition: all 0.4s ease;
  text-align: center;
  margin-top: -4px;
  padding: 0.25em 1em;}
.primary-menu > li.subscribe-cta{
   margin:0 0 0 0.35em;
   background-color:#593586;}
.primary-menu > li.subscribe-cta:hover{
   background-color:#d61a1a;}

.primary-menu > li.donate-cta{
   margin:0 0 0 0.35em;
   background-color:#2a6db7;}
.primary-menu > li.donate-cta:hover{
   background-color:#d61a1a;}

.primary-menu > li.cta > a{padding:0 0.35em;}
.primary-menu > li.cta > a:hover{color:#fff;}

.primary-menu > li.cta.secondary > a{padding:0 0 0 0.35em;}
.primary-menu > li.cta i{margin-left:0.15em;}

.primary-menu > .menu-item-has-children > a{padding-right:1em;}

.mobmenu{z-index: 9997 !important;}

/* NAV */
/*#nav-primary{padding: 2em 0;}*/

/*#nav-primary{padding:4em 0 0 0;}*/

.primary-menu > li{
  margin: 0 0.8em;}
.primary-menu > li > a{
  padding:0;
  font-size:1.25em !important;
  font-weight:bold;
  /*text-transform:uppercase;*/
  line-height:1.35em;
  -webkit-font-smoothing:antialiased;}

.primary-menu > li > a span{
  display:block;
  font-size: 1.4em;
  /*line-height: 0.95em;*/}

.primary-menu > .menu-item-has-children > a{
  padding-right:1.25em;
  /*color:#00446a;*/}
.primary-menu > .menu-item-has-children > a:after{ /* Font Awesome update */
  font-family: 'Font Awesome 5 Free';
  content: "\f054";
  font-weight: 900;
  width: 18px;
  bottom: 0px;
  font-size: 20px;}

.primary-menu > li > .sub-menu{
   border-top-width:5px !important;}

/* article pagination */
.pagination{
  width:100%;
  position:relative;
  display:inline-block;
  clear:both;
  margin-top:1em;
  padding:0.5em;
  background:#f1f1f1;
  border-radius:0.5em;}
.pagination .nav-links{
  text-align:center;}
.pagination .page-numbers{
  margin: 0 0.125em;
  border:2px solid;
  border-radius:0.45em;}
.pagination .page-numbers.prev{
  position:absolute;
  left:0;
  margin: 0 0.25em;
  padding: 0.45em 0.5em;}
.pagination .page-numbers.next{
  position:absolute;
  right:0;
  margin: 0 0.25em;
  padding: 0.45em 0.5em;}

/* RESPONSIVE */
/*@media screen and (max-width: 1080px){
  .primary-menu > li{
    margin-left:0.75em;}
}

@media screen and (max-width: 1040px){
  .primary-menu > li{
    margin-left:0.5em;}
}

@media screen and (max-width: 1010px){
  .primary-menu > li{
    margin-left:0.25em;}
}*/

/* ROB CSS CUSTOMIZATIONS */

/* typography */
h1, h2, h3, h4, h5, h6{
  clear:none;
  /*text-transform:uppercase;*/}

.yellow{color:#ffdd00;}
.green{color:#54b948;}
.blue{color:#009ddc;}
.darkblue{color:#00446a;}

.entry-header h1{
  margin-top:25px;}

.site-content .entry-content h1{
  margin-bottom: -0.15em;
  font-family: 'Libre Baskerville', serif !important;
  font-size:3.75em !important;
  color:#00446a !important;
  min-height: 80px; /* compensate for when a heading doesn't have a span accent */}

.site-content h1 strong{
  font-family: 'Poppins', sans-serif;
  font-size: 1.65em;
  line-height: 1em;
  text-transform: uppercase;}

.site-content h1 span{
  /*font-family: 'Brownhill Script', 'Libre Baskerville', serif;
  font-size:1.75em;
  color:#fbc324;
  line-height: 1em;*/}

.site-content h1 span.lowercase{
  text-transform:lowercase;}

/*.entry-header{
  margin-bottom:30px;}*/

.site-content .post-header-subtitle{
  margin:auto;
  font-size:1em;}
.site-content .post-header-subtitle h3{
  margin-top:0;
  margin-bottom:30px;}

.site-content .content h2{
  clear: none;
  font-weight: bold;
  font-size: 2.5em;
  text-transform: none;}

/*.site-content .content h3{
  font-size: 2.75em;
  font-weight: bold;
  line-height: 1.25em;}*/

.site-content .content h4{
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.45em;
  line-height: 1.35em;
  text-transform: none;}

.site-content .content h5{
  font-weight: bold;
  font-size:1.35em;}

.site-content .content p{
   font-size: 1.15em;
   line-height: 1.65em;}
.entry-content ul li, .entry-content ol li, .entry-content .so-widget-sow-editor ul li, .entry-content .so-widget-sow-editor ol li{
   font-size: 1.15em;
   /*line-height: 1.45em;*/}

.entry-content ul li li, .entry-content ol li li, .entry-content .so-widget-sow-editor ul li li, .entry-content .so-widget-sow-editor ol li li{
   font-size: 1em;
   line-height: 1.25em;}

blockquote:before{
  display: block;
  margin: 1em auto 0 auto;
  padding: 0.5em;
  content: '';
  border-top: 2px solid #008c99;
  width: 10%;}
blockquote{
  margin-left:auto;
  margin-right:auto;
  max-width:1000px;
  text-align:center;
  /*font-family: Cinzel, Arial, sans-serif;*/
  color:#008c99;
  border-left:0;}
blockquote q{
  color:#196f7d;}
blockquote cite{
  font-size: 0.85em;
  font-weight: bold;}

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

/* cta */
.cta{background-color:#f8931d;color:#fff !important;}
.cta:hover{background-color:#2574b7;color:#fff !important;}
.cta.outline{background-color:transparent;border:3px solid #00446a;color:#00446a;}
.cta.outline:hover{border:3px solid #2574b7;color:#2574b7;}
/* Secondary color */
.cta.secondary{background-color:#1da3c9;color:#fff !important;}
.cta.secondary:hover{background-color:#3ead43;color:#fff !important;}
.cta.outline.secondary{padding:0.3em 1.125em;background-color:transparent;border:3px solid #63CECA;color:#63CECA;}
.cta.outline.secondary:hover{border:3px solid #009739;color:#009739;}
/* Tertiary color */
.cta.tertiary{background-color:#0046AD;color:#fff !important;}
.cta.tertiary:hover{background-color:#346cd9;color:#fff !important;}
.cta.outline.tertiary{padding:0.3em 1.125em;background-color:transparent;border:3px solid #0046AD;color:#0046AD;}
.cta.outline.tertiary:hover{border:3px solid #009739;color:#009739;}
/* Contact color */
.cta.contact{background-color:#fbc324;color:#fff !important;}
.cta.contact:hover{background-color:#e5aa2b;color:#fff !important;}
.cta.outline.contact{padding:0.3em 1.125em;background-color:transparent;border:3px solid #fbc324;color:#fbc324;}
.cta.outline.contact:hover{border:3px solid #fff000;color:#fff000;}

/* 2k: Formatting */
article.card{
  margin-bottom:1em; /* WP OVERRIDE */
  padding-left:0; /* WP OVERRIDE */
  border-radius:6px;
  /*border-top-left-radius:30px;*/}
/*article.card figure.profile img.circle{
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;}*/
article.card .more .cta{
  padding:0.8em;}

.accent{
  border:2px solid #ffecce;
  border-radius:12px;
  background-color:#fff3e0;
  padding:1em 1em 2em 1em;
  color:#333;}
.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;}

.blog-carousel h4{
  min-height: 110px;}

/* HEADER */

#thsp-sticky-header li{
    font-size:1em;
    font-weight:bold;}
#thsp-sticky-header li a{line-height:1em;}
#thsp-sticky-header li a:hover{
    color:yellow !important;}
#thsp-sticky-header li.cta a:hover{
    color:#fff !important;}

/*.topnav{display:none;}*/

/*@media screen and (min-width: 64em){
  .logo img{
    max-width:200px;
    margin-top:0.25em;
    margin-bottom:0.25em;}
}*/

.topnav a{
  display:inline-block;
  margin:0.8em 0.35em;
  color:#fff;}
.topnav a:hover{
  color:#ffecce;}

header .header-right{
  margin-top:15px;}

header .travel-guide-cta{
  position: relative;
  float: right;
  /*width: 100px;*/
  height: 150px;
  margin-left:2.5em;
  /*background: #000;*/}
header .travel-guide-cta .underlay{
  background: #fff199;
  position: absolute;
  bottom: 12px;
  top: 5px;
  left: 0;
  right: 0;
  border-radius: 20px;
  border-bottom: 8px solid #fbc324;
  z-index: 0;}
header .travel-guide-cta img{
  position: absolute;
  top:4px;
  right:0;
  width: 135px;
  transform: rotate(7.5deg);
  z-index:0;}
header .travel-guide-cta h5{
  position: relative;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.35em;
  margin: 0 150px 0 0;
  padding: 20px 0 0 20px;
  z-index: 1;}
header .travel-guide-cta h5 span{
  font-weight: bold;
  font-size: 1.5em;}

header .social{
  position: fixed;
  display: block;
  top: 280px;
  right: 10px;
  margin: 0;
  padding: 0.35em 0;
  width: 50px;
  background: #fff;
  border-radius: 2em;
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);}
header .social li{
  display: block;
  margin:0;
  padding:0;
  width:100%;}
header .social li a{
  margin:0.1em auto;
  padding: 0.25em 0 0 0;
  width: 40px;
  height: 40px;
  font-size: 1.65em;
  font-weight: normal;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #00446a;
  border-radius: 2em;
  border: 2px solid #00446a;
  transition: all 0.4s ease;}
header .social li a:hover{
  color:#ffdd00;
  border-color:#ffdd00;}

/* mobile header */
.mob-menu-logo-holder a{
    height: auto;
    background: #2f4960;
    display: inline-block;
    padding: 0.35em 3em;
    border-bottom-left-radius: 3.5em;
    border-bottom-right-radius: 3.5em;}
.mob-menu-logo-holder a img{
    height: auto !important;
    max-height: 65px;
}

/* 5: BODY/CONTENT */

/* homepage */
body.home .what-to-do{
  padding-top:2em;
  padding-bottom:3em;}
/*body.home .what-to-do h2{
  margin-bottom:1em;
  color:#fff;}*/
body.home .what-to-do .item{
  margin:0;
  padding:0;
  min-height:300px;
  border-radius:15px;
  overflow:hidden;}
body.home .what-to-do .item .overlay{
  background: rgb(0,68,106);
  background: -moz-linear-gradient(45deg, rgba(0,68,106,0.75) 30%, rgba(255,255,255,0) 70%);
  background: -webkit-linear-gradient(45deg, rgba(0,68,106,0.75) 30%, rgba(255,255,255,0) 70%);
  background: linear-gradient(45deg, rgba(0,68,106,0.75) 30%, rgba(255,255,255,0) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00446a",endColorstr="#ffffff",GradientType=1);}
body.home .what-to-do .item h3{
  font-family: 'Poppins', sans-serif;
  color:#fff;
  font-weight:bold;
  line-height: 1.25em;}
body.home .what-to-do .item h3 span{
  display: block;
  font-family: 'Brownhill Script', 'Libre Baskerville', serif;
  font-size:2.75em;
  font-weight:normal;
  color:#fbc324;
  line-height: 1em;}
body.home .what-to-do .item .container{
  padding:3em;}
body.home .what-to-do .item .more{
  position: absolute;
  bottom: 2em;
  width: 100%;
  padding-left: 2.75em;}
body.home .what-to-do .item .more .cta{
  font-size:1.25em;}

body.home .getaway-guide{
  padding-top:2em;
  padding-bottom:2em;}
body.home .getaway-guide h2{
  color:#00446a;}
body.home .getaway-guide h2{
  /*font-family: 'Poppins', sans-serif;*/
  font-size: 3em;
  /*text-transform: uppercase;*/
  font-weight: bold;}
body.home .getaway-guide h2 span{
  font-family: 'Brownhill Script', 'Libre Baskerville', serif;
  font-size:1.75em;
  color:#fbc324;
  line-height: 1em;
  font-weight: normal;}
body.home .getaway-guide .item .container{
  min-height: 300px;}


body.home .explore-the-area{
  padding-top:2em;
  padding-bottom:5em;}
body.home .explore-the-area h2{
  font-size:3em;
  margin-bottom:0.5em;
  color:#00446a;}
body.home .explore-the-area .item{
  margin:0;
  padding:0;
  min-height:300px;
  border-radius:15px;
  overflow:hidden;}
body.home .explore-the-area .item .overlay{
  background: rgb(0,68,106);
  background: -moz-linear-gradient(45deg, rgba(0,68,106,0.75) 30%, rgba(255,255,255,0) 70%);
  background: -webkit-linear-gradient(45deg, rgba(0,68,106,0.75) 30%, rgba(255,255,255,0) 70%);
  background: linear-gradient(45deg, rgba(0,68,106,0.75) 30%, rgba(255,255,255,0) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00446a",endColorstr="#ffffff",GradientType=1);}
body.home .explore-the-area .item h3{
  color:#fff;
  font-weight:bold;
  line-height: 1.25em;}
body.home .explore-the-area .item .container{
  padding:3em;}
body.home .explore-the-area .item .more{
  position: absolute;
  bottom: 2em;
  width: 100%;
  padding-left: 2.75em;}
body.home .explore-the-area .item .more .cta{
  font-size:1.25em;}


.cta-banner .parallax-banner{
  height:325px;
  overflow: hidden;}

/*.cta-banner .parallax-banner .overlay {
  background: rgba(0,68,106,0.75);}*/

.cta-banner .parallax-banner .container{
  padding:3em;}
.cta-banner .container h3{
  width:60%;
  font-weight: bold;
  line-height: 1.25em;}
.cta-banner .container p{
  width:60%;}
.cta-banner .interactive-maps img.interactive-map-outline, .cta-banner .travel-guide img.travel-guide-cover{
  position:absolute;
  right:30px;
  width:100%;
  max-width:235px;
  transform: rotate(7.5deg);
  z-index: 0;
  bottom: -15px;}

.cta-banner .interactive-maps .overlay{
  background: rgba(84,185,72,0.75) !important;}

.cta-banner .interactive-maps img.interactive-map-outline{
    bottom:15px;}

.cta-banner .more{
  position: absolute;
  bottom: 2em;
  width: 100%;
  padding-left: 2.75em;
  z-index:1;}
.cta-banner .more .cta{
  font-size:1.25em;
  background:rgba(0,68,106,0.75);}
.cta-banner .interactive-maps .more .cta{
  background:rgba(84,185,72,0.75);}

body.home .site-content .entry-content{
  padding-top:0;}

body.home .card-single .container{
  min-height: 500px;}

/* interior */

h1{color:#0046AD;}

/*.site-content .content h3{
  color: #0098DB;}*/
/*h3 span{
  display: block;
  color:#EAAB00;}*/

.bg-dark{
  padding:3em 0;
  color:#fff;
  background:#0046AD;}
.bg-dark h3 span{
  display: block;
  color:#fff;}

.bg-dark a{
  color:#EAAB00 !important}
.bg-dark a.cta{
  color:#fff !important}

.bg-light{
  padding:3em 0;
  background:#69cad3;}
.bg-light h3, .site-content .content .bg-light h3{
  color:#0046AD;}
.bg-light h3 span{
  display: block;
  color:#fff;}

.cta-banner{
  /*background:#caafd3;*/
  /*background:#ede4f0;*/}
/*.cta-banner h2{
  font-size:3.5em;
  font-weight:bold;
  line-height:1.25em;
  color:#0046AD;}
.cta-banner h2 span{color:#824BB0;}
.cta-banner .textwidget{
  margin:0 auto;
  padding:2em;
  max-width:500px;}
.cta-banner .more{margin-top:3em;}
.cta-banner .cta{text-align:center;}
.cta-banner img{
  border-top-left-radius:75px;
  object-fit:cover;
  max-height:500px;}*/

/* Card */
/* season cards */
.card.season, .experience-by-season .card{
  /*padding-bottom:0.5em;*/
  border-radius:2em;
  /*border-bottom: 10px solid #00446a;*/
  transition: all 0.4s ease;}
.card.season h3, .experience-by-season .card h3{
  margin:0;
  padding:0.5em 1em;
  color:#fff;
  text-align:center;
  background-color:#00446a;}
.experience-by-season .card h3 a{
  color:#fff;
  font-weight:bold;
  text-decoration:none;}

.card.season .more p, .experience-by-season .card .more p{
  font-size:1em !important;}

.card.season:hover, .experience-by-season .card:hover{
  transform: scale(1.025);}

.card.season.spring, .experience-by-season .card.post-7487{
  background-color:#fef3d3;
  border-color:#fbc324;}
.card.season.spring h3, .experience-by-season .card.post-7487 h3{background-color:#fbc324;}
.experience-by-season .card.post-7487 h3 a:hover{color:#fef3d3;}
.experience-by-season .card.post-7487 .cta{background-color:#fbc324;}
.experience-by-season .card.post-7487 .cta:hover{background-color:#2574b7;}

.card.season.summer, .experience-by-season .card.post-7494{
  background-color:#ddf1da;
  border-color:#54b948;}
.card.season.summer h3, .experience-by-season .card.post-7494 h3{background-color:#54b948;}
.experience-by-season .card.post-7494 h3 a:hover{color:#ddf1da;}
.experience-by-season .card.post-7494 .cta{background-color:#54b948;}
.experience-by-season .card.post-7494 .cta:hover{background-color:#2574b7;}

.card.season.fall, .experience-by-season .card.post-7497{
  background-color:#ded8e7;
  border-color:#583d85;}
.card.season.fall h3, .experience-by-season .card.post-7497 h3{background-color:#583d85;}
.experience-by-season .card.post-7497 h3 a:hover{color:#ded8e7;}
.experience-by-season .card.post-7497 .cta{background-color:#583d85;}
.experience-by-season .card.post-7497 .cta:hover{background-color:#2574b7;}

.card.season.winter, .experience-by-season .card.post-7500{
  background-color:#ccebf8;
  border-color:#009ddc;}
.card.season.winter h3, .experience-by-season .card.post-7500 h3{background-color:#009ddc;}
.experience-by-season .card.post-7500 h3 a:hover{color:#ccebf8;}
.experience-by-season .card.post-7500 .cta{background-color:#009ddc;}
.experience-by-season .card.post-7500 .cta:hover{background-color:#2574b7;}

/* DTN Sponsorship Ads */

/* DTN Premium Page Sponsor Ad */
.dtn-premiumpagesponsor{
  display: none; /* Added 03-14-22 until client is ready for ads to be turned on */
  padding-top:1.5em;
  padding-bottom:1.5em;}

.dtn-premiumpagesponsor .cta.outline.contact{
  display: contents;
  font-weight: normal;}

/*.dtn-premiumpagesponsor h2{
  font-size:3em;
  margin-bottom:0.5em;
  color:#00446a;}*/
.dtn-premiumpagesponsor .label{
  position:absolute;
  margin:0;
  padding:0.5em 1em;
  color:#fff;
  background:#00446a;
  border-bottom-right-radius: 0.5em;}
.dtn-premiumpagesponsor .item{
  margin:0;
  padding:0;
  /*min-height:350px;*/
  border-radius:15px;
  overflow:hidden;}
.dtn-premiumpagesponsor .item .overlay{
  background: rgb(0,68,106);
  background: -moz-linear-gradient(45deg, rgba(0,68,106,0.75) 30%, rgba(255,255,255,0) 70%);
  background: -webkit-linear-gradient(45deg, rgba(0,68,106,0.75) 30%, rgba(255,255,255,0) 70%);
  background: linear-gradient(45deg, rgba(0,68,106,0.75) 30%, rgba(255,255,255,0) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00446a",endColorstr="#ffffff",GradientType=1);}
.dtn-premiumpagesponsor .item h3{
  color:#fff;
  font-size:1.6em;
  font-weight:bold;
  line-height: 1.25em;}
.dtn-premiumpagesponsor .item .container{
  margin:0 0 1.6em 0;;
  padding:2.75em;
  width:60%;}
.dtn-premiumpagesponsor .item .more{
  position: absolute;
  bottom: 2em;
  width: 100%;
  padding-left: 2.75em;}
.dtn-premiumpagesponsor .item .more .cta{
  max-width:88%;
  font-size:1.25em;}

/* DTN Run of Site Sponsor Ads */
.dtn-runofsites{
  padding-top:2em;
  padding-bottom:1em;}

.dtn-runofsites .cta.outline.contact{
  display: contents;
  font-weight: normal;}

/*.dtn-runofsites h2{
  font-size:3em;
  margin-bottom:0.5em;
  color:#00446a;}*/
.dtn-runofsites .label{
  position:absolute;
  margin:0;
  padding:0.5em 1em;
  color:#fff;
  background:#00446a;
  border-bottom-right-radius: 0.5em;}
.dtn-runofsites .item{
  margin:0;
  padding:0;
  min-height:275px;
  border-radius:15px;
  overflow:hidden;}
.dtn-runofsites .item .overlay{
  background: rgb(0,68,106);
  background: -moz-linear-gradient(45deg, rgba(0,68,106,0.75) 30%, rgba(255,255,255,0) 70%);
  background: -webkit-linear-gradient(45deg, rgba(0,68,106,0.75) 30%, rgba(255,255,255,0) 70%);
  background: linear-gradient(45deg, rgba(0,68,106,0.75) 30%, rgba(255,255,255,0) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00446a",endColorstr="#ffffff",GradientType=1);}
.dtn-runofsites .item h3{
  color:#fff;
  font-size:1.6em;
  font-weight:bold;
  line-height: 1.25em;}
.dtn-runofsites .item .container{
  margin:0 0 1.6em 0;
  padding:2.75em;
  max-width:70%;}
.dtn-runofsites .item .more{
  position: absolute;
  bottom: 2em;
  width: 100%;
  padding-left: 2.75em;}
.dtn-runofsites .item .more .cta{
  max-width:88%;
  font-size:1.25em;}

/* DTN Spotlights Sponsor Ads */
.dtn-spotlights{
  display: none; /* Added 03-14-22 until client is ready for ads to be turned on */
  padding-top:1em;
  padding-bottom:2em;}

.dtn-spotlights .cta.outline.contact{
  display: contents;
  font-weight: normal;}

/*.dtn-spotlights h2{
  font-size:3em;
  margin-bottom:0.5em;
  color:#00446a;}*/
.dtn-spotlights .label{
  position:absolute;
  margin:0;
  padding:0.5em 1em;
  color:#fff;
  background:#00446a;
  border-bottom-right-radius: 0.5em;}
.dtn-spotlights .item{
  margin:0;
  padding:0;
  min-height:275px;
  border-radius:15px;
  overflow:hidden;}
.dtn-spotlights .item .overlay{
  background: rgb(0,68,106);
  background: -moz-linear-gradient(45deg, rgba(0,68,106,0.75) 30%, rgba(255,255,255,0) 70%);
  background: -webkit-linear-gradient(45deg, rgba(0,68,106,0.75) 30%, rgba(255,255,255,0) 70%);
  background: linear-gradient(45deg, rgba(0,68,106,0.75) 30%, rgba(255,255,255,0) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00446a",endColorstr="#ffffff",GradientType=1);}
.dtn-spotlights .item h3{
  color:#fff;
  font-size:1.6em;
  font-weight:bold;
  line-height: 1.25em;}
.dtn-spotlights .item .container{
  margin:0 0 1.6em 0;
  padding:2.75em;
  width:100%;}
.dtn-spotlights .item .more{
  position: absolute;
  bottom: 2em;
  width: 100%;
  padding-left: 2.75em;}
.dtn-spotlights .item .more .cta{
  max-width:88%;
  font-size:1.25em;}

/* DTN Mobile Footer Sponsor Ads */

.dtn-mobilefooter{
  display: none; /* Added 03-14-22 until client is ready for ads to be turned on */
}

.dtn-mobilefooter .cta.outline.contact{
  display: contents;
  font-weight: normal;}

/* Slide Effect Minimizer */
.slidebtn{
    display:flex;
    padding:0.25em 0.5em;
    background:red;
    border-radius:8px;
    text-align: center;
    z-index: 999999;}
  .slidebtn::after{
    content: '-';
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;}
  .slidebtn.active::after{
    content: '+';
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;}
  /* Closed Optional Class: initClosed */
  .slidebtn.initClosed::after {content: '+';}
  .slidebtn.initClosed.active::after {content: '-';}
  /* Social Icons */
  .slidebtn.right{
    position: fixed;
    top:615px;
    right: 0;
    z-index: 99999;
    transition:all 0.3s ease;}
  .slidebtn.right.active{
    width:45px;}
  #slideright{
    right: 10px;
    transition:all 0.3s ease;}
  #slideright.active{
    right: -38px;}
  
  .slidebtn.right{
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    height: 35px;
    width: 35px;
    text-align: center;
    color:#fff;
    background-color:#00456a;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    transition:all 0.3s ease;
    z-index: 999999;}
  
  /* Footer CTAs */
  .slidebtn.bottom{
    position: fixed;
    bottom: 0;
    right:20px;
    z-index: 999999;
    transition:all 0.3s ease;}
  .slidebtn.bottom.active{
    height:40px;}
  #slidebottom{
    position: fixed;
    bottom: 0;
    right:68px;
    /*width: 100px;
    height: 100px;
    background: #ccc;
    z-index: 999999;*/
    transition:all 0.3s ease;
    z-index: 999999;}
  #slidebottom.active{
    bottom:-45px;}
  
  .slidebtn.bottom{
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    height: 30px;
    width: 45px;
    text-align: center;
    color:#fff;
    background-color:#00456a;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    transition:all 0.3s ease;}
  #slidebottom .cta{
    width:150px;
    text-align:center;
    border-radius:0.75em;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    font-size:1.2em;
    padding-left:0;
    padding-right:0;
    line-height:1.15em;}

@media screen and (max-width: 680px){
  .slidebtn.right, #slideright{ /* Hide right side Social Media icons on mobile */
    display:none;}
  .slidebtn.bottom, #slidebottom{ /* Hide footer CTA links on mobile */
    display:none;}
}

/* -- 5a: Breadcrumbs ---------------------------------------- */
section.breadcrumbs{background:transparent;}
section.breadcrumbs ul{/*padding:0.25em 3em;*/font-size:1em;}
section.breadcrumbs i{padding:0 0.35em;opacity:0.15;}

/* tags */
.post-tag{
  display: inline-block;
  margin: 0.5em 1.5em 0.5em 0;
  background-color: #e4e4e4;
  border:1px solid #aaa;
  border-radius: 4px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
  color: #586069;}
.post-tag a{
  color:#333;
  text-decoration:none;}
.post-tag a:hover{
  color:#000;
  text-decoration:none;}

/* events */
/* collapsible events start */
  /* collapsible events buttons */
    
  .event-links .collapsible{
    margin:0;
    padding:0.5em 0;
    width:100%;
    color:#000;
    /*background-color:#f1f1f1;*/
    border-radius:0.35em;
    cursor:pointer;}
  .event-links .collapsible:hover{}
  .event-links .active{
    color:#00456a;
    /*background-color:#00456a;*/
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;}
  .event-links .active a{
    color:#00456a !important;}
  .event-links .collapsible:after{
    content:'\002B';
    float:right;
    margin-left:5px;
    color:#00456a;
    font-weight:bold;}
  .event-links .active:after{
    content:"\2212";
    color:#00456a;
    border-bottom-left-radius:0.35em;
    border-bottom-right-radius:0.35em;}
  /* collapsible footer content */
  .event-links .content{
    padding:0;
    max-height:0;
    overflow:hidden;
    transition:max-height 0.2s ease-out;
    /*background-color:#f1f1f1;*/
    border-bottom-left-radius:0.35em;
    border-bottom-right-radius:0.35em;}
  /*.event-links .content ul{
    margin:0;
    padding:0;}
  .event-links .content ul li{
    margin:0;
    padding:0;
    border-bottom:1px solid #fff;}
  .event-links .content ul li a{
    display:block;
    margin:0;
    padding:0.75em 1em;
    font-size:1.15em;}*/
  /* collapsible footer end */

/* eCLUB POP-UP */
.popmake-content, .popupform{
   min-height:300px !important;}
#ssf_S7EwMrIwMbTQTTJLs9A1MTU11bUwNTDUTTQ1S0pOMk8yMzc1AAA{
   height:300px !important;}

#popmake-3539{
   max-width:640px;
   z-index:9999;}

.pum-theme-efws-popup-overlay .banner{
   margin:0;
   padding:0;
   line-height:0;}
.pum-theme-efws-popup-overlay .title{
   background-color:#d2206e;}
.pum-theme-efws-popup-overlay .title h2{
   margin:0;
   padding:0.4em 0.25em;
   color:#fff;
   font-family:Gotham Black, Arial, sans-serif;
   font-size:1.75em;
   text-transform:uppercase;
   line-height:0.9em;
   -webkit-text-shadow:0 0 10px rgba(0,0,0,.15);
   text-shadow:0 0 10px rgba(0,0,0,.15);}
.pum-theme-efws-popup-overlay h3{
   margin: 0.25em 0 0 0;
   font-size:0.95em;
   line-height:1.5;}
.pum-theme-efws-popup-overlay .clear{
   margin:0;}

.side-popup p{
  font-size:0.9em;
  line-height:1.4em;}
.side-popup .cta{
   display:table;
   margin:0.5em auto;
   padding:0.5em 1.5em;
   font-size:1.1em;
   font-weight:bold;
   text-align:center;
   text-transform:uppercase;
   border-radius:10px;
   color:#fff !important;
   /*background-color:#edf212;*/
   background-color:#FF9E1C;}
.side-popup .cta:hover{
   text-decoration:none;
   opacity:0.7;}

/* FOOTER */

.footer-bar h3{
  position: relative;
  display: inline-block;
  font-size:3.25em;
  color:#00446a;}
.footer-bar h3 span{
  font-family: 'Brownhill Script', 'Libre Baskerville', serif;
  font-size:1.75em;}

.footer-bar img.iloveny-logo{
  position: relative;
  display: inline-block;
  max-width: 100px !important;
  vertical-align: top;
  margin-left: 75px;}

footer{
  background-color:#fff;
  /*background-image: url(/wp-content/uploads/2021/10/wave-border-v2.png);
  background-repeat: repeat-x;
  background-size:113px 180px;*/}

footer .widget ul li{
  margin-bottom:0;}

.stats h3{
  margin-top:1em;
  font-size:1.6em;}
.stats h3 span{
  float: left;
  margin-top: -0.5em;
  margin-right: 0.5em;
  padding: 0.5em 0 0 0;
  height: 180px;
  width: 180px;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  color: #0046AD;
  vertical-align: middle;
  background: #63CECA;
  border-top:8px solid #0046AD;
  border-top-left-radius: 30px;}
.stats.stats1 h3 span{
  color: #fff;
  background: #0046AD;
  border-top:8px solid #63CECA;}
.stats.stats2 h3 span{
  color: #0046AD;
  background: #EAAB00;
  border-top:8px solid #0046AD;}

.sidebar-footer{
  padding-top:2.5em;
  padding-bottom:2.5em;
  background-color:transparent;}
.site-footer p{
  font-size:1.15em;
  line-height:1.5em;}
.site-footer a{
  font-weight:bold;}
.site-footer a:hover, .bottom-footer a:hover{
  /*color:#63CECA;*/
  color:#1da3c9;
  border-bottom:0;}

.site-footer .footer-nav li{
  display: inline-block;
  margin:0.8em 0.35em;}

.footer-logo img{
    margin-top:-3.75em;
    max-width:200px !important;}

/*footer article.card figure img{
  max-height:180px;}*/

.bottom-footer-copyright{
  padding: 1.25em 0;
  text-align: center;}
.bottom-footer-copyright p{
  font-size:1.1em;}

footer h3{
  margin:0;
  padding:0;
  font-size:1.5em;
  font-weight:bold;}
footer p{
  margin-top:0.1em;}

footer .cta-info a{
  position: relative;
  display: inline-block;
  margin:0.5em;
  padding: 0 0 0 30px;
  line-height: 50px;
  font-size: 1.15em;
  background: rgba(255,255,255,0.1);
  border-radius: 2em;
  min-width:225px;}
footer .cta-info i{
  position: absolute;
  left:4px;
  display: inline-block;
  margin: 0.25em auto;
  padding: 0.5em 0 0 0;
  width: 40px;
  height: 40px;
  font-size: 1.25em;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;}
footer .cta-info a:hover{
  color:#EAAB00;}

footer .social{
  position:relative;
  display: block;
  /*top: 30%;
  right: 10px;*/
  margin: 0;
  /*padding: 0.35em 0;*/
  width: 100%;
  text-align: center;
  /*background: #fff;*/
  /*border-radius: 2em;*/
  /*-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);*/}
footer .social li{
  display: inline-block;
  margin:0;
  padding:0;
  width:auto;}
footer .social li a i{
  display: block;
  margin:0.1em auto;
  padding: 0.25em 0 0 0;
  width: 40px;
  height: 40px;
  font-size: 1.65em;
  font-weight: normal;
  color: #fff !important;
  text-align: center;
  vertical-align: middle;
  background-color: #00446a;
  border-radius: 2em;
  border: 2px solid #00446a;
  transition: all 0.4s ease;}
footer .social li a:hover i{
  color:#f8931d !important;
  border-color:#f8931d;}

footer .footer-accent-top{
  margin-top:-8em;margin-bottom:-1em;}
footer .footer-accent-bottom{
  margin-top:-20em;}

.sidebar-footer{
  padding-bottom:18%;}

/* mobile nav */
.mobmenu-content li.social .fab{
  padding-top: 0.4em;
  margin-left: -12px;
  width: 50px;
  height: 50px;
  font-size: 1.25em;
  border-radius: 2em;
  background: #00446a;
  border: 2px solid #1da3c9;}
.mobmenu-content li.social:hover .fab{
  color:#ffdd00;
  border: 2px solid #f8931d;}
#mobmenuleft li.social:hover a, #mobmenuleft li.social:hover i{
  color:#ffdd00;}

#return-to-top{
  bottom:100px;
  left:30px;}

@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-radius:0;}

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

/* -- 8c: Parallax Images - Using Simple Parallax JS --------- */

.intro.parallax-banner .content{
  /*padding-bottom:4.5em;*/}
.intro.parallax-banner .more{
  /*position: absolute;
  width: 100%;*/
  /*left: 0;
  bottom: 0;*/}
.intro.parallax-banner .more .cta{
  margin: 0;
  padding: 0.8em 1.5em;
  /*width: 100%;*/
  font-size: 1.5em;
  text-align: center;
  /*border-radius: 0;*/}

.parallax-banner{/*background:#69cad3;*//*background:#caafd3;*/}
.parallax-banner .simpleParallax{
  /*width: 98%;
  right: 0;*/
  /*border-top-left-radius:75px;*/
  /*padding-top: 20px;*/}

.parallax-banner .image-container{
  top:0;
  right: 0;
  width: 60%;
  border-top-left-radius: 75px;
  position: absolute;
  height: 100%;
  overflow: hidden;}

.parallax-banner img.parallax{
  /*right: 0;
  width:50%;
  border-top-left-radius:75px;*/}

.parallax-banner .container{
  position: relative;
  max-width: 1260px;
  min-height:450px;
  padding:0 5%;
  text-shadow:0px 0px 0px rgb(0 0 0 / 0%);}

.parallax-banner .content{
  /*position:absolute;
  bottom:1.5em;*/
  /*padding:0;*/
  padding:8em 0;
  text-align:center;
  color:#fff;
  /*background:#fff;*/
  /*left: 0;*/
  /*border-top-left-radius: 30px;*/
  /*width: 40%;*/
  /*max-width: 465px;*/
  /*max-height: 400px;*/
  overflow:hidden;}

.parallax-banner .content h1{
  margin-bottom: 0.1em;
  /*font-size: 2.8em;*/
  font-size:4.5em;
  font-weight:bold;
  font-weight:900;
  line-height:1.25em;
  color:#fff;
  text-transform:uppercase;}
.parallax-banner .content h1 span{
  font-weight:normal;
  /*display: block;
  color:#EAAB00;*/}
.parallax-banner .content h3{
  color:#fff;}
.parallax-banner .content p{
  margin: 0 auto;
  max-width: 1000px;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5em;
  color: #fff;}
.parallax-banner section.breadcrumbs{
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  background-color:#EAAB00;}
.parallax-banner section.breadcrumbs ul{
  padding:0.25em 3em;}

.parallax-banner .overlay{
/*background: rgb(0,152,219);
background: -moz-linear-gradient(90deg, rgba(0,152,219,0.9) 25%, rgba(0,152,219,0) 75%);
background: -webkit-linear-gradient(90deg, rgba(0,152,219,0.9) 25%, rgba(0,152,219,0) 75%);
background: linear-gradient(90deg, rgba(0,152,219,0.9) 25%, rgba(0,152,219,0) 75%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0098db",endColorstr="#0098db",GradientType=1);*/
/*background:rgba(0,152,219,0.75);*/
/*background:rgba(0,68,106,0.75);*/
background:rgba(29,163,201,0.75);}

.parallax-banner img.overlay-logo{
  position: absolute;
  max-width:350px;
  bottom: 0;
  right: 1em;
  opacity: 0.2;}

.archive .parallax-banner article{
  margin-bottom:0;
  padding-left:0;}

/* side-by-side intro banner */

section.intro.sidebyside{
  margin:0;
  padding:0;
  
  /*background: rgb(0,152,219);
background: -moz-linear-gradient(0deg, rgba(0,152,219,1) 25%, rgba(0,107,166,1) 75%);
background: -webkit-linear-gradient(0deg, rgba(0,152,219,1) 25%, rgba(0,107,166,1) 75%);
background: linear-gradient(0deg, rgba(0,152,219,1) 25%, rgba(0,107,166,1) 75%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0098db",endColorstr="#006ba6",GradientType=1);*/

  background: rgb(28,83,111);
  background: -moz-linear-gradient(180deg, rgba(28,83,111,1) 25%, rgba(86,170,206,1) 75%);
  background: -webkit-linear-gradient(180deg, rgba(28,83,111,1) 25%, rgba(86,170,206,1) 75%);
  background: linear-gradient(180deg, rgba(28,83,111,1) 25%, rgba(86,170,206,1) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#56aace",endColorstr="#1c536f",GradientType=1);
}
section.intro.sidebyside .col{
  margin:0;
  padding:0;}
.site-content section.intro.sidebyside .post-thumbnail{margin-bottom:0;}
section.intro.sidebyside img{
  margin:0;
  padding:0;
  height:500px;
  object-fit: cover;
  border-radius:0;}
section.intro.sidebyside .container{
  text-align:left;
  padding:2em;}
.site-content section.intro.sidebyside h1{
  margin:0 0 0.25em 0;
  /*font-size:3.25em;*/
  font-weight:bold;
  line-height:1em;
  color:#fff;}
.site-content section.intro.sidebyside p{
  margin:0.25em 0 1em 0;
  color:#fff;
  font-weight: bold;
  font-size: 1.35em;}
.site-content section.intro.sidebyside .cta{
  margin:1em 0;
  font-family: Gotham Black, Arial, sans-serif;
  font-size:1.2em;
  border-radius:2em;}

@media only screen and (max-width: 800px) {
  section.intro.sidebyside img{
    height:350px;}
  .site-content section.intro.sidebyside h1{font-size:2.8em;}
}

/* title banner */

.title-banner{
  padding:0.5em 0;
  text-align: center;
  color:#fff;
  background:#1da3c9;}
.title-banner h1{
  margin:0.1em 0;
  /* font-size: 2.8em; */
  font-size: 4em;
  font-weight: bold;
  font-weight: 900;
  line-height: 1.25em;
  color: #fff !important;
  text-transform: uppercase;}

/* events calendar */
.entry-content .datepicker-days table, .entry-content .datepicker-days td, .entry-content .datepicker-days th{border:0;}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{padding-top:0;padding-bottom:0;}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input{background:transparent;}

/* Contact */
/*body.contact .footer-bar{display:none;}*/

/*@media only screen and (min-width: 980px){
  nav li > a{
    font-size:1em;}
  .primary-menu > li > a span{
    font-size:1.2em;}
  
  header .travel-guide-cta h5 span{
    font-size:1em;}
}

@media only screen and (min-width: 1080px){
  nav li > a{
    font-size:1em;}
  .primary-menu > li > a span{
    font-size:1.3em;}
}

@media only screen and (min-width: 1180px){
  nav li > a{
    font-size:1em;}
  .primary-menu > li > a span{
    font-size:1.4em;}
}

@media only screen and (min-width: 1280px){
  nav li > a{
    font-size:1em;}
  .primary-menu > li > a span{
    font-size:1.45em;}
}*/

/*@media screen and (min-width: 86.625em){
  .parallax-banner .container{
    padding:0;}
}*/




@media screen and (min-width: 650px) {
   .site-header.no-fixed-header{
      /*position: absolute !important;}*/
      -moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
      -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
      box-shadow: 0px 1px 4px rgba(0,0,0,0.2);}
}


@media screen and (min-width: 48em){
   .site-content {padding:0;}
   .entry-content .panel-grid:first-of-type .siteorigin-panels-stretch {margin-top:0;}
}

@media screen and (min-width: 10em){
    .site-header.no-fixed-header{
      position: relative !important;}
    .site-content{padding:0;}
}




@media screen and (min-width:1281px){ /* anything wider than 1280px */
  header .logo{width:325px;}
  nav li > a{font-size:1.25em;padding-bottom:0.25em;}
  .primary-menu > li > a span{font-size:1.1em;}
  header .travel-guide-cta{height:150px;}
  header .travel-guide-cta h5{font-size:1.5em;}
  
  #nav-primary{padding:3.5em 0 0 0;}
}

@media screen and (max-width: 1280px){
  header .logo{width:250px;}
  nav li > a{font-size:1.2em;padding-bottom:0.2em;}
  .primary-menu > li > a span{font-size:1.1em;}
  
  #nav-primary{padding:2.6em 0 0 0;}
}

@media screen and (max-width:1220px){
  /*.logo img{max-width:250px;}*/
}

@media screen and (max-width:1180px){
  header .logo{width:225px;}
  nav li > a{font-size:1.15em;padding-bottom:0.15em;}
  .primary-menu > li > a span{font-size:1em;}
  
  #nav-primary{padding:2.25em 0 0 0;}
}

@media screen and (max-width:1120px){
  /*body.home .card-single .container{
    min-height: 600px;}*/
  
  header .logo{width:225px;}
  nav li > a{font-size:1em;padding-bottom:0.1em;}
  .primary-menu > li > a span{font-size:0.9em;}
  
  #nav-primary{padding:2.25em 0 0 0;}
  
}

@media screen and (max-width:1080px){
  header .logo{width:200px;}
  nav li > a{font-size:1em;padding-bottom:0.1em;}
  .primary-menu > li > a span{font-size:0.8em;}
  
  #nav-primary{padding:2em 0 0 0;}
}

/*@media screen and (max-width:980px){
}*/

@media screen and (max-width:980px){
    .mtsnb {
      position: fixed !important;
      top: 60px;
      z-index: 999;}
    .site-content {padding-top: 5% !important;}
  body{padding-top:0 !important;}
}

@media screen and (min-width:980px){ /* make header menus stack on desktop */
  .header-menu {
    display:block;
    clear: none;}
}

@media screen and (max-width:780px){
   .site-content .content h2{ /* fix space below content images on mobile */
      margin-top:0;}
}

@media screen and (max-width: 780px){
  .site-content {padding-top: 7.5% !important;}
}

/*@media screen and (max-width:780px){
  body.home .card-single .container{
    min-height: auto;}
}*/

/*@media screen and (max-width:680px){
  .stats h3{font-size:1.2em;}
}*/

@media screen and (min-width:681px){
  /* collapsible notice start */
  /* collapsible notice buttons */
    
    .popup-container.type-notice.bottom.stickynotice{
        width:500px;
        bottom:0;}
    .popup-container.type-notice.stickynotice .popup-content{
        background:transparent;
        border-radius:0;
        padding:0;
        -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 0%);
        -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0);
        box-shadow: 0 0 15px 0 rgb(0 0 0 / 0%);}
    
    
  .popup-container.stickynotice .collapsible{
    
    position:absolute;
    bottom:0;
    right:0;
    width:50px;
    height:35px;
    padding:0;
      
    margin:0;
    /*padding:0.5em 1em;*/
    /*width:100%;*/
    color:#fff;
    /*background-color:#f1f1f1;*/
    background-color:#00456a;
    border-radius:0.35em;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    cursor:pointer;
    -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%);}
  .popup-container.stickynotice .collapsible:hover{}
  .popup-container.stickynotice .active{
    color:#fff;
    background-color:#00456a;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;}
  .popup-container.stickynotice .active a{
    color:#fff !important;}
  .popup-container.stickynotice .collapsible:after{
    
    width:50px;
    height:45px;
    text-align:center;
    
    content:'\002B';
    /*float:right;*/
    /*margin-left:5px;*/
    /*color:#00456a;*/
    color:#fff;
    font-weight:bold;}
  .popup-container.stickynotice .active:after{
    content:"\2212";
    color:#fff;
    border-bottom-left-radius:0.35em;
    border-bottom-right-radius:0.35em;}
  /* collapsible footer content */
  .popup-container.stickynotice .content{
    padding:0 35px 0 0;
      
    max-height:10px;
      
    overflow:hidden;
    transition:max-height 0.2s ease-out;
    /*background-color:#f1f1f1;*/
    background:transparent;
    border-bottom-left-radius:0.35em;
    border-bottom-right-radius:0.35em;}
  .popup-container.stickynotice .content ul{
    margin:0;
    padding:0;}
  .popup-container.stickynotice .content ul li{
    margin:0;
    padding:0;
    border-bottom:1px solid #fff;}
  .popup-container.stickynotice .content ul li a{
    display:block;
    margin:0;
    padding:0.75em 1em;
    font-size:1.15em;}
    
  .popup-container.stickynotice .content .cta{
    width:30%;
    border-radius:0.75em;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    font-size:1.2em;
    padding-left:0;
    padding-right:0;
    line-height:1.15em;}
  /* collapsible footer end */
}

@media screen and (max-width:680px){
  
  .cta{text-align:center;}
  
  .site-content .content h1{font-size:2.25em;}
  .site-content .content h2{font-size:2em;}
  /*.site-content .content h3{font-size:2.0em;}
  .site-content .content h4{font-size:1.75em;}
  .site-content .content h5{font-size:1.5em;}
  .site-content .content h6{font-size:1.25em;}*/
  
  .title-banner h1{
    padding-top:20px;
    font-size:2.25em;}
  
  .popup-container.type-notice.bottom.stickynotice{display:none;}
    
  .parallax-banner img.parallax{
    /*max-height: 200px;*/
    /*height:50%;*/}
  /*.parallax-banner img.overlay-logo{display:none !important;}*/
  .parallax-banner .container{
    /*min-height:350px;*/}
  .parallax-banner .content{
    min-height: 200px;
    padding: 6em 0;
    /*width:90% !important;*/
    /*top: 185px;
    bottom: auto;*/}
  .parallax-banner .content h1{
    font-size:2.35em;}
  .parallax-banner .content h3{
    font-size:1.8em;}
  .parallax-banner .content p{
    font-size:1.2em;}
  
  .card .cta.half{width:50%;}
  
  /* HOMEPAGE */
  body.home .what-to-do{
    margin-top:1em !important;}
  body.home .what-to-do .item .container, body.home .explore-the-area .item .container, .cta-banner .parallax-banner .container{
    padding:1.5em !important;}
  body.home .what-to-do .item h3, body.home .explore-the-area .item h3, .cta-banner .container h3{
    font-size:2em;}
  body.home .what-to-do .item .more, body.home .explore-the-area .item .more{
    bottom:1.5em;
    width:100%;
    padding-left:1em;
    padding-right:1em;
    text-align:center;}
  
  .cta-banner .parallax-banner{
    height:300px;}
  .cta-banner .interactive-maps img.interactive-map-outline, .cta-banner .travel-guide img.travel-guide-cover{
    max-width:200px;
    right:-40px;
    bottom: -10px;}
  
  .cta-banner .interactive-maps img.interactive-map-outline{
    bottom:10px;}
  
  .cta-banner .more{
    bottom:1.5em;
    width:100%;
    padding-left:1.5em;
    padding-right:1.5em;
    text-align:center;}
  
  /* BODY CONTENT */
    .site-content .entry-content h1{
        font-size:2.5em !important;}
    h3{
        font-size:1.45em;}
  
  /* FOOTER */
  .site-footer{
    /*text-align: center;*/}
  
  .footer-bar h3{
    font-size:2.2em;
    line-height: 1.9em;}
  .footer-bar img.iloveny-logo{
    top: 0;
    left: 0;
    right: 0;
    margin-left: 0;
    max-width: 80px !important;}
  
  /* collapsible footer start */
  /* collapsible footer buttons */
    
  footer .links .collapsible{
    margin:0;
    padding:0.5em 1em;
    width:100%;
    color:#fff;
    background-color:#f1f1f1;
    border-radius:0.35em;
    cursor:pointer;}
  footer .links .collapsible:hover{}
  footer .links .active{
    color:#fff;
    background-color:#00456a;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;}
  footer .links .active a{
    color:#fff !important;}
  footer .links .collapsible:after{
    content:'\002B';
    float:right;
    margin-left:5px;
    color:#00456a;
    font-weight:bold;}
  footer .links .active:after{
    content:"\2212";
    color:#fff;
    border-bottom-left-radius:0.35em;
    border-bottom-right-radius:0.35em;}
  /* collapsible footer content */
  footer .links .content{
    padding:0;
    max-height:0;
    overflow:hidden;
    transition:max-height 0.2s ease-out;
    background-color:#f1f1f1;
    border-bottom-left-radius:0.35em;
    border-bottom-right-radius:0.35em;}
  footer .links .content ul{
    margin:0;
    padding:0;}
  footer .links .content ul li{
    margin:0;
    padding:0;
    border-bottom:1px solid #fff;}
  footer .links .content ul li a{
    display:block;
    margin:0;
    padding:0.75em 1em;
    font-size:1.15em;}
  /* collapsible footer end */
}

@media screen and (max-width:500px){
  .site-content {margin-top: 14%;}
  .mtsnb{
    padding-top: 4%;
    top: 55px;}
  .site-content {padding-top: 0 !important;}
}

/* weather hover box */
.hoverbox{
  position:relative;
  display:inline-block;}
.hoverbox .hoverbox-item{
  display:none;
  position:absolute;
  z-index:99999;
  margin:0;
  padding:0;
  width:250px;
  background-color:#fff;
  -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);}
.hoverbox:hover .hoverbox-item{
  display:block;}
.hoverbox .hoverbox-item.right{
  right:0;}
.weather.hoverbox .hoverbox-item{
  width:355px;}
.weather.hoverbox .hoverbox-item ul li a{
  display:block;}

.topnav a.weatherwidget-io{
  margin:2px;}

/* Social Snap fix - share appearing twice on directory listings. Remove from underneath listing tab */
.w2dc-field-description .ss-inline-share-wrapper{
  display:none !important;}

/* Directory - My Favorites */
.w2dc-directory-frontpanel,
.w2dc-listing-single .w2dc-directory-frontpanel{
  float:none !important;}

.w2dc-glyphicon-star::after{
  content: " My Favorites";
  font-family: 'Roboto';
  font-size:0.85em;
  vertical-align: bottom;}
.w2dc-glyphicon-heart-empty::after{
  content: " Add This To My Favorites";
  font-family: 'Roboto';
  font-size:0.85em;
  vertical-align: bottom;}
.w2dc-glyphicon-heart::after{
  content: " Added To My Favorites";
  font-family: 'Roboto';
  font-size:0.85em;
  vertical-align: bottom;}

/* Remove icon */
.w2dc-remove-from-favourites-list{
  top:10px !important;
  right:10px !important;}