/* GLOBAL */

body, html { background-color:#005f65;  }

h1, h2, h3 { font-family:'Martel',serif; color:#005f65;}
h1 { font-size:26px; }
h2 { font-size:22px; }
h3 { font-size:18px; }

a:focus, a:hover { text-decoration:none; }

.photo { width:100%; max-width:100%; padding:5px; 
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.3); }

.uk-button-primary { padding:5px 30px 6px 30px; background-color:#005f65; font-size:20px; font-weight:300; 
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.uk-button-primary:hover, .uk-button-primary:focus { background-color:#009EA8; }

.uk-button-secondary { padding:0px 20px 0 20px; background-color:#005f65; font-size:14px; font-weight:300; height:36px; line-height:32px; 
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.uk-button-secondary:hover, .uk-button-secondary:focus { background-color:#009EA8; }
a.covid { background-color:rgba(226,207,151); color:#005f65; font-weight:bold; border:3px solid #c2a630; }

.uk-lightbox { background:rgba(0,0,0,.9); }
.uk-lightbox-toolbar { color:#fff; }

.FormBuilder { width:100%; max-width:800px; }
.FormBuilder .InputfieldFormBuilderFileAdd .uk-button { padding:0 28px; font-size:14px; height:35px; line-height:34px; }

.map{
    overflow:hidden;
    padding-bottom:40%;
    position:relative;
    height:0;
}
.map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#editpage { position: fixed; top: 4px; left: 4px;  z-index:9999; }
#editpage a { float:left; padding: 3px 6px 5px 6px; background: #db1174; color: #FFB8DB; display: block; font-weight: normal; font-size:14px; z-index:9999; margin:0 1px; text-decoration:none; line-height:1em; stroke-width:2px; 
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; }
#editpage a:hover { background: #ffffcc; color: #000; text-decoration:none; }


/* HEADER & NAV */

.header, .header-right, .header .logo img, .header .icon img, .uk-active .header-right, .uk-active .logo img, .uk-active .icon img, .uk-navbar-toggle {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.header { padding:14px 0px 14px 15px; height:80px; background-color:#e2cf97; background-color:rgba(226,207,151,1); border-bottom:2px solid #fff; }

.header .logo img { position:relative; top:0; max-height:80px; }
.header .icon img { position:absolute; top:-100px; }

.header .header-right { position:relative; top:0; padding-top:5px; text-align:right; }
.header .header-right svg { position:relative; }
.header .header-right a { color:#343434; }
.header .header-right small a { color:#005f65; padding-right:20px; }
.header .header-right a:focus, .header .header-right a:hover { color:#005f65; text-decoration:none; }
.header .header-right p { margin:0; padding:2px 30px 0 0; font-size:20px; line-height:1.1em; }
.header .header-right .uk-icon { position:relative; top:-1px; padding-right:1px; color:#005f65; margin-left:5px; }
.header .header-right .uk-navbar-toggle-icon { top:0px; }
.header .header-right a.portal { margin:-3px -5px 0 10px; padding:0 15px 0 10px; background-color:#005f65; color:#fff; border:none; font-size:13px; height:34px; line-height:34px; }
.header .header-right a.portal img { position:relative; top:-1px; width:22px; height:20px; margin-right:6px; }
.header .header-right a.portal:hover { background-color:#009EA8; }
.header .header-right a.shop { margin:-3px 0 0 15px; padding:0 15px 0 10px; background-color:#005f65; color:#fff; border:none; font-size:13px; height:34px; line-height:34px; }
.header .header-right a.shop i.uk-icon { position:relative; top:-2px; color:#fff; margin-right:3px; }
.header .header-right a.shop:hover { background-color:#009EA8; }

.uk-active .header { padding:0 10px 20px 30px; height:40px; background-color:rgba(226,207,151,.9); border-bottom:none;
-webkit-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.5);
box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.5); }
.uk-active .header-right { position:relative; top:-40px; }
.uk-active .header-right .uk-navbar-container { margin-top:5px; }
.uk-active .header-right .uk-navbar-toggle { margin-top:45px; }
.uk-active .header .logo img { top:-100px; }
.uk-active .header .icon img { top:10px; max-height:40px; }

.uk-navbar-container { background:none !important; }

.uk-navbar-toggle { height:40px; font-size:16px; color:#000 !important; text-transform:uppercase; justify-content: right; float:right; }
.uk-navbar-toggle:focus, .uk-navbar-toggle:hover { color:#005f65 !important; }
.uk-navbar-toggle-icon { padding:0 7px !important; }
.uk-active .uk-navbar-toggle { margin-top:35px; }

.uk-navbar-nav li a { margin-top:5px; height:40px; padding:0 12px; color:#343434 !important; font-size:14px !important; font-weight:300; font-family: helvetia,arial,sans-serif; text-transform:uppercase; }
.uk-navbar-nav li a:focus, .uk-navbar-nav li a:hover { color:#005f65 !important; }
.uk-active .uk-navbar-nav li a { margin-top:8px; }
.uk-open { color:#ffb542 !important; }

.uk-navbar-dropdown { width:190px; margin:0; padding:5px 0; line-height:0; background-color:#222; text-align:left; }
.uk-active .uk-navbar-dropdown { }
.uk-navbar-dropdown.drop1012 { width:180px; }
.uk-navbar-dropdown-nav li { padding:0; line-height:0; }
.uk-navbar-dropdown-nav li a { margin:0; padding:10px 15px !important; line-height:12px; height:12px; font-size:15px !important; color:#fff !important; font-family:helvetia,arial,sans-serif; text-transform:initial; }
.uk-navbar-dropdown-nav li a:focus, .uk-navbar-dropdown-nav li a:hover { background-color:#454545; color:#ffb542 !important; }

.uk-offcanvas-overlay { background-color:rgba(0,0,0,.5); }
.uk-offcanvas a { color:#fff !important; font-size:18px; line-height:1.3em; };
.uk-offcanvas ul ul { margin-left:15px; margin-bottom:10px; }
.uk-offcanvas ul ul { margin:0; padding:0 0 5px 10px; }
.uk-offcanvas ul ul li { padding:3px 0; }
.uk-offcanvas ul ul a { color:#adadad !important; font-size:17px; line-height:1.4em; }
.uk-offcanvas a.portal img { position:relative; top:-2px; width:24px; height:22px; margin-right:5px; }


/* BREADCRUMBS */

.breadcrumbs { margin:-10px 0 50px 0; padding:0 0 12px 0px; font-size:14px; color:#9E9E9E; border-bottom:1px dotted #ccc; }
.breadcrumbs span { padding:0 4px; color:#ccc; }
.breadcrumbs .uk-icon { position:relative; top:-1px; }


/* HERO */

.hero { background-color:#000; }
.hero img { width:100%; max-width:100%; }
.hero .uk-overlay { background:rgba(0,0,0,.7); color:#fff; text-align:center; }
.hero .uk-overlay h1 { margin:0; color:#fff; }
.hero .uk-overlay p { margin:10px 0 0 0; }
.hero .uk-overlay .uk-button { margin-top:10px; background:#005f65; }
.hero .uk-overlay .uk-button:hover { background:#009EA8; color:#fff; }


/* SLIDER */

.slider { width:100%; max-width:100%; background-color:#000; text-align:center; }
.slider .uk-dotnav { position:absolute; bottom:30px; left:47%; }
.slider .uk-background-image { padding:10%; }
.slider img { width:100%; }
.slider .overlay { width:60%; margin:5% 0 0 6%; }
.slider .overlay h2 { margin:0; font-size:20px; line-height:1.2em; color:#000; }
.slider .overlay p { margin:5px 0 0 0; }
.slider .overlay .uk-button { font-size:12px; padding:0 30px; height:28px; line-height:26px; }

.uk-dotnav li a { width:26px; height:26px; background-color:#e2cf97; border:2px solid #fff; }
.uk-dotnav li.uk-active a { background-color:#005f65; border-color:#fff; }

.slider .uk-slidenav { padding:25px; color:#fff; background-color:rgba(0,0,0,.3); 
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; }
.slider .uk-slidenav:focus, .slider .uk-slidenav:hover { color:#fff; background-color:rgba(0,0,0,.6); }


/* SECTIONS */

.section { width:90%; padding:60px 5%; border-top:2px solid #fff; border-bottom:2px solid #fff; text-align:center; font-size:16px; line-height:1.5em; }
.section .layout { width:100%; max-width:1000px; margin:0 auto; }
.section p { margin:0; }

.section.blue h2, .section.tan h2, .section.blue h1 { font-size:22px; }
.section.blue { background-color:#005f65; color:#fff; }
.section.blue h2, .section.blue h1 { color:#fff; }

.section.tan { background-color:#e2cf97; color:#241f20; }
.section.tan h2 { color:#241f20; }
.section.tan .uk-button { margin-top:30px; }

.text2 { position:relative; top:-3px; margin-bottom:-3px; }
.text2 h3 { font-size:22px; margin:25px 0 5px 0; }


/* INSETS */

.insets img { width:100%; }
.inset2 { border-left:2px solid #fff; border-right:2px solid #fff; }


/* TESTIMONIALS */

.testimonials { width:90%; padding:60px 5%; text-align:center; font-size:16px; line-height:1.5em; background-color:#005f65; color:#fff; }
.testimonials .layout { width:100%; max-width:1000px; margin:0 auto; }
.testimonials p { margin:10px auto 5px auto; width:60%; color:#fff; line-height:1.4em; }
.testimonials p.stars span { color:#e2cf97; padding:0 3px; }
.testimonials p.author { font-size:16px; color:#ccc; }
.testimonials div.spacer { margin-top:30px; }


/* CONTENT */

.content { background-color:#fff; }
.content .layout { width:100%; max-width:1200px; min-height:400px; margin:0 auto; padding:50px 0 60px 0; }
.content .uk-grid { padding:0 30px; }


/* BLOG */

.blog .item { margin-left:-70px;}
.blog h2 a { color:#005f65; }
.blog h2 a:focus, .blog h2 a:hover { color:#0f6ecd; }

.meta { margin:-10px 0 0 0; font-size:14px; color:#9E9E9E; }
.meta span { padding-right:3px; }
.meta svg { position:relative; top:-1px; }

.blogHome { background-color:#fff; padding:0 30px; }
.blogHome .layout { width:100%; max-width:1200px; margin:0 auto; padding:50px 0; }
.blogHome h3 { margin:0 0 5px 0; font-size:20px; }
.blogHome .meta { margin:0; }
.blogHome p { margin:5px 0; font-size:14px; text-align:justify; }
.blogHome .uk-button { margin-top:5px; height:32px; line-height:28px; }


/* MEMORIALS */

.memorials .items { margin-top:40px; }
.memorials .uk-card { background:#fff url('../images/marble.jpg') no-repeat bottom center; border:1px solid #ccc; 
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px; }
.memorials .uk-card-media-top { overflow:hidden; 
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px; }
.memorials .uk-card-media-top img { width:100%; }
.memorials .uk-card-body { padding:20px; text-align:center; }
.memorials .uk-card-body h3 { margin:0 0 3px 0; }
.memorials .uk-card-body p { margin:2px 0 0 0; color:#000; }
.memorials .uk-card-body .uk-button { margin-top:10px; }
.memorials .uk-card-body p em { color:#666; }

.memorial .photos { margin-top:20px; padding:0; }
.memorial h1 { margin:0 0 10px 0; }
.memorial p.meta { margin:5px 0 0 0; color:#000; font-size:16px; }
.memorial p.meta em { color:#666; }


/* JOBS */

.jobs .job { margin-bottom:40px; padding:0 0 40px 0; border-bottom:1px solid #ccc; }
.jobs .job h3 { margin:0 0 7px 0; color:#000; font-size:22px; font-family:'Helvetica', sans-serif; }
.jobs .job p.date { margin:0 0 7px 0; font-size:15px; color:#6e918a; }
.jobs .job p.link { margin:-10px 0 0 0; font-size:15px; }
.jobs .job p.link i { position:relative; top:-1px; }


/* FOOTER */

.footer { padding:20px 0; background-color:#005f65; border-top:2px solid #fff; text-align:center; color:#fff; }
.footer .logo { margin:0; width:100%; max-width:260px; }
.footer p { margin:10px 0; padding:0 20px; font-size:16px; font-weight:300; }
.footer p.links { padding:0; font-size:22px; color:#fff; }
.footer p span { padding-right:5px; }
.footer p span.email { padding-left:30px; }
.footer p a { color:#fff; }
.footer p a:hover { color:#e2cf97; text-decoration:none; }
.footer p.social { margin-top:20px; margin-bottom:10px; }
.footer .uk-icon-button { width:35px; height:35px; margin:0 6px; color:#fff; }


/* SOCIAL */

.share { margin:30px 0 0 0; }
.facebook { background-color:#3c5b9b; }
.twitter { background-color:#00aced; }
.google { background-color:#de4f41; }
.linkedin { background-color:#007bb6; }
.pinterest { background-color:#cb2027; }
.uk-icon-button { color:#fff; }
.uk-icon-button:focus, .uk-icon-button:hover { background-color:#e2cf97; color:#005f65; }


/* BIOS */

.bio.uk-grid { margin-top:50px; }
.bio .bio_photo { text-align:center; }
.bio .bio_photo img { width:100%; max-width:220px; border-radius:50%; width:100%; padding:5px; }
.bio .bio_text { margin-top:0; }
.bio .bio_text h2 { margin:15px 0 -5px 0; font-size:24px; line-height:1.2em; }
.bio .bio_text h2 small { font-size:16px; color:#000; }
.bio .bio_text p { margin:12px 0; }
.bio .bio_text p.link { margin:0; font-size:15px; }
.bio .bio_text p.link i.uk-icon { position:relative; top:-1px; }


/* FORMS */

#forms .item { text-align:center; }
#forms .item h4 { margin:10px 0; font-size:22px; }
#forms a:hover h4 { color:#005f65; }
#Inputfield_alternate_contact .uk-legend { font-size:17px; }
#wrap_Inputfield_agreement label { font-weight:normal; }
#wrap_Inputfield_agreement .uk-form-controls-text label { font-weight:bold; }
#Inputfield_we_appreciate .InputfieldContent { display:none; }

/* MEDIA QUERIES */

@media only screen and (min-width: 550px) {
  
  .slider .overlay { width:60%; margin:5% 0 0 6%; }
  .slider .overlay h2 { font-size:30px; }
  .slider .overlay p { margin:10px 0 0 0; }
  .slider .overlay .uk-button { height:32px; line-height:30px; font-size:14px; }
  
}

/* min-width 640px, small screens */
@media only screen and (min-width: 640px) { 

  h1 { font-size:28px; }
  h2 { font-size:24px; }
  h3 { font-size:20px; }
  .text2 h3 { font-size:24px; }

  .header { padding:14px 10px 14px 30px; }
 
  .uk-navbar-container { padding:0 10px; }
  
  .section { font-size:18px; }
  .section.blue h2, .section.tan h2, .section.blue h1 { font-size:26px; }
  
  .testimonials { font-size:18px; }
  
  .footer .logo { margin:0; width:100%; max-width:340px; }
 
}

@media only screen and (min-width: 800px) { 
  
  .slider .overlay h2 { font-size:40px; }
  .slider .overlay p { margin:12px 0 0 0; }
  .slider .overlay .uk-button { height:38px; line-height:36px; font-size:14px; }
  
  .footer .logo { margin:10px; width:100%; max-width:400px; }
  
}

  
/* min-width 960px, medium screens */
@media only screen and (min-width: 960px) { 

  h1 { font-size:30px; }
  h2 { font-size:26px; }
  h3 { font-size:22px; }
  
  .slider .overlay h2 { font-size:50px; }
  .slider .overlay p { margin:15px 0 0 0; }
  .slider .overlay .uk-button { height:40px; line-height:38px; font-size:16px; }

  .text2 h3 { font-size:26px; }
  
  .section.blue h2, .section.tan h2, .section.blue h1 { font-size:30px; }
  
  .footer .logo { margin:5px 0 15px 0; width:100%; max-width:320px; }
  
}


/* min-width 1024px, ipad */
@media only screen and (min-width: 1024px) { 
 
  .uk-navbar-nav li a { padding:0 10px; font-size:16px !important; }
  .uk-navbar-dropdown-nav li a { font-size:15px !important; }

}


/* min-width 1200px, large screens */
@media only screen and (min-width: 1200px) { 

  h1 { font-size:32px; }
  h2 { font-size:28px; }
  h3 { font-size:24px; }
  
  .slider .overlay h2 { font-size:60px; }
  .slider .overlay p { margin:20px 0 0 0; }
  .slider .overlay .uk-button { height:44px; line-height:42px; font-size:18px; }
  
  .text2 h3 { font-size:28px; }

  .uk-navbar-nav li a { padding:0 14px; font-size:17px !important; }
  .uk-navbar-dropdown-nav li a { font-size:15px !important; }

  .section { font-size:20px; }
  .section.blue h2, .section.tan h2, .section.blue h1 { font-size:34px; }
  
  .testimonials { font-size:20px; }
  
}

/* min-width 1400px */
@media only screen and (min-width: 1400px) { 

  h1 { font-size:34px; }
  h2 { font-size:30px; }
  h3 { font-size:26px; }
  
  .slider .overlay h2 { font-size:70px; }
  
  .text2 h3 { font-size:30px; }
 
  .uk-navbar-nav li a { padding:0 20px; font-size:19px !important; }
  .uk-navbar-dropdown-nav li a { font-size:15px !important; }
  
  .section.blue h2, .section.tan h2, .section.blue h1 { font-size:38px; }
  
}

/* min-width 1600px, x-large screens */
@media only screen and (min-width: 1600px) { 

   .slider .overlay h2 { font-size:90px; }
  .slider .overlay p { margin:30px 0 0 0; }
  .slider .overlay .uk-button { padding:0 40px; height:50px; line-height:48px; font-size:20px; }

  
}

