@font-face {
   font-family: 'Century Gothic';
   src:  url('GOTHIC.TTF')  format('truetype');
}

@font-face {
   font-family: 'KGAlreadyHome';
   src:  url('KGAlreadyHome.eot'); /* IE9 Compat Modes */
   src:  url('KGAlreadyHome.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('KGAlreadyHome.woff2') format('woff2'), /* Super Modern Browsers */
         url('KGAlreadyHome.woff') format('woff'), /* Pretty Modern Browsers */
         url('KGAlreadyHome.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('KGAlreadyHome.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@font-face {
   font-family: 'Fontjek';
   src:  url('Fontjek.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('Fontjek.otf') format('OpenTypeFont');
}

/** { outline: 1px solid red; }*/
*, 
*:before, 
*:after             { box-sizing: inherit;}

html, body          { min-height: 100%; width: 100%; margin: 0 auto; padding: 0;}
html                { box-sizing: border-box; scroll-behavior: smooth;}
body                { font-family: "Century Gothic", Arial; color: #333; font-size: 62.7%;}
h1                  { margin: 0; font-size: 2.2em; }
h2                  { margin: 0; font-size: 1.6em; }
hr                  { width: 90%; height: 1px; margin: 2em auto; border: 0; background-image: linear-gradient(to right, rgba(204, 204, 204, 0), rgba(204, 204, 204, 0.75), rgba(204, 204, 204, 0));}

.main-content header { margin: 0;padding: 2em 0;width: 100%;background: #555; }
.main-content header h2 { margin: 0; padding: 0;font-size: 2.6em; color: #fff; text-align: center;}
.main-content .under-construction-img {
   height: 100vw;
   background: url('../_img/under-construction-s.jpg') no-repeat center center;
   background-size: cover;
}

/* GALLERY PAGE */
.image-mosaic {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-auto-rows: 240px;
}

.mosaic-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #353535;
  font-size: 3rem;
  color: #fff;
  box-shadow: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem, rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 500ms;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.zoom a {
   padding: .5em 1em;
   color: #8ec63f;
   font-size: 1.6rem;
   transition: transform .2s; /* Animation */
}
.zoom a:hover {
   display: block;
   padding: .5em 1em;
   color: #fff;
   border-radius: 7px;
   transform: scale(1.1);
}




/* ----- HIDDEN DESKTOP ELEMENTS ----- */
/*.mobile-overkill { display: none;}*/
.tablet-img        { display: none;}
.desktop-header    { display: none;}
.main-footer .logo { display: none;}
.latest-projects   { display: none;}


/* --- Mailchimp --- */
#mc_embed_signup{background:#333; clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;}
#mc_embed_signup form { text-align: inherit !important; }

.page-topic h2      { margin: 0 0 1em 0; color: #555;}
a:link, a:visited   { text-decoration: none;}
a:hover, a:active   { text-decoration: none;}

.a-boxed   { display: block; width: 160px; margin: 1.6rem auto; padding: .5em; border: 1px solid #333; color: #333; font-size: 1.3em; text-align: center; }

.red       { color: red;}
.warning   { color: red;}
.bold      { font-weight: bold;}
.fl        { float: left;}
.fr        { float: right;}
.clear     { float: none; clear: both;}
.clear-32  { margin: 16px 0; clear: both; }
.clear-50  { margin: 25px 0; clear: both; }

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea    {
   width: 100%;
   padding: .2em; 
   font-size: 1.2em; 
   color: #777; border-radius: 4px; 
   border: 1px solid #ccc; 
   background: rgba(0, 0, 0, 0.02); 
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
   -webkit-transition: all 0.30s ease-in-out;
   -moz-transition: all 0.30s ease-in-out;
   -ms-transition: all 0.30s ease-in-out;
   -o-transition: all 0.30s ease-in-out;
   outline: none;
   padding: 3px 0px 3px 3px;
   border: 1px solid #DDDDDD;
}

input[type="radio"]  { margin: .5em 0 .7em 1em;}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus, 
textarea:focus {
   box-shadow: 0 0 5px rgba(141, 199, 63, 1); 
   padding: 3px 0px 3px 3px; 
   border: 1px solid rgba(141, 199, 63, 1);
}

.back-history-link       { display: inline-block; margin: 1em 0 2em 0; text-decoration: none; color: #555; }
.back-history-link:hover { color: #8dc73f;}

/* --- li:before checkmarks */;
.checkmark-list    { list-style: none; padding-left: 0; }
.checkmark-list li { position: relative; padding-left: 20px; }
.checkmark-list li:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url('../_img/icons/checkmark-green.png');
    background-size: cover;
    background-position: center;
    left: -5px;
    top: 5px;
}

.page-header { position: sticky; top: 0; width: 100%; height: 80px; margin: 0; padding: 1.5em; background: #fff; z-index: 100; }

.logo         { width: 100%; margin: 0; padding: 0; object-fit: fill;}
.logo img       { width: 100%; object-fit: cover; object-position: 0 0;}

/* --- mobile menu --- */
.hamburger, .cross      { background:none; position:absolute; top: 24px; right:32px; padding:0px 5px 0px 25px; color: #777; border:0; font-weight:bold; cursor:pointer; outline:none; z-index:10000000000000;}
.hamburger            { margin: 10px 0 0; line-height:45px; font-size: 1.4em;}
.cross              { line-height: 45px; font-size: 58px;}

.mobile-nav           { display: inline-block;}
.mobile-header        { width: 100%; margin: 0; padding: 0;}
h1.mobile-header-title{ margin: .5em 0 0; padding: 0; color: #fff; text-align: center;}
.mobile-header button { display: inline-block; margin:  0; }

.mobile-menu          { position: absolute; width: 100%; top: 80px; left: 0; text-align:center; font-weight:bold; font-size:0.8em; background: #89c342; z-index:1000000;}
.mobile-menu a#current-page { outline: 1px solid #fff; padding: .3em; color: #fff; }
.mobile-menu-logo       { width: 80%; margin: 0 0 0 .5em; padding: 0; object-fit: fill; background: #fff;}
.mobile-menu-logo img     { width: 100%; object-fit: fill; object-position: 0 0;}
.mobile-menu ul         { margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
.mobile-menu li         { display: block; padding:15px 0 15px 0; font-size: .9rem; border-bottom:#6fa133 1px solid;}
.mobile-menu li:hover     { display: block; background: #a1d06a; padding:15px 0 15px 0; border-bottom:#7cb439 1px solid;}
.mobile-menu ul li a    { text-decoration:none;  margin: 0px; color:#fff; font-size: 1rem;}
.mobile-menu ul li a:hover { color: #fff; text-decoration:none;}
.mobile-menu a        { text-decoration:none; color:white;}
.mobile-menu a:hover    { text-decoration:none; color:white;}
.mobile-menu ul li a.current-page   { color: green;}
.mobile-img           { display: inline-block; width: 100%; object-fit: cover;}
.mobile-img img         { width: 100%; object-fit: cover; object-position: 50% 50%;}


/* === INDEX PAGE === */
.index-main-content     { width: 100%; margin: 0 auto; padding: 0;}
.index-main-content h1  { margin: 0 0 1em; font-size: 3em; }
.index-main-content h2  { margin: 0 0 1em 0; font-size: 2em;  }

.index-services      { display: inline-block; width: 100%; margin: 0 0 5rem 0; padding: 0 3em; text-align: center; }
.index-services h2   { margin: 0 0 1em 0; font-size: 3em; }
.index-services p    { text-align: left; font-size:  2em; line-height:  1.2em; }

.index-service { display: inline-block; height: 100%; margin: 3em 0 0; padding: 2em 1em; vertical-align: top; font-size: 1.6em; box-shadow: 3px 5px 7px #ccc; }
.index-service h1 { text-align: center; margin: 0 0 .3em 0; padding: 0; font-size: 1.8em; line-height: 1.3em; }
.index-service h2 { margin: 0; padding: 0; text-align: center; font-size: 1.5em; }
.index-service h3 { margin: .3em 0; font-size: 1.4em; }
.index-service p { margin: 0 0 1.4em 0; font-size: 1.2em; line-height: 1.2em; }
.index-service svg{ display: flex; width: 5em; height: 5em; margin: 1em auto; align-content: center; justify-content: center; fill: #626262; }
.index-service li { display: flex; margin: 0; font-size: 1em; line-height: 1.6em; text-align: left; }
.index-service li img { width: 25px; }

.index-testimonials-block { 
   display: inline-block; 
   width: 100%; 
   margin: 0 0 3em 0; 
   padding: 2em 0; 
   text-align: center;
}
.index-testimonials-block header h2 { font-size: 3em; margin: 1em 0;}
.index-testimonials-container { padding: 2em; background: url('../_img/testimonials/bothell-everett-hwy-01-40em.webp') center center no-repeat;}
.index-testimonials     { width: 100%; height: 300px; margin: 0 auto; padding: 0; background: #aab;}
.index-testimonials h1  { text-align: center;}



/* === PAGES === */
.page-about       { background: url('../_img/banners/page-about-01-40em.jpg') 50% 50% no-repeat; }
.page-website     { background: url('../_img/banners/page-website-01-40em.jpg') 50% 50% no-repeat; }
.page-design      { background: url('../_img/banners/page-design-01-40em.jpg') 50% 50% no-repeat; }
.page-marketing   { background: url('../_img/banners/page-marketing-01-40em.jpg') 50% 50% no-repeat; }
.page-video       { background: url('../_img/banners/page-video-01-40em.jpg') 50% 50% no-repeat; }
.page-contact     { background: url('../_img/banners/page-contact-01-40em.jpg') center center no-repeat; }
.page-free-audit  { background: url('../_img/banners/page-free-audit-01-70em.webp') center center no-repeat; }
.page-privacy     { background: url('../_img/banners/page-privacy-01-40em.jpg') center center no-repeat; }
.page-sitemap     { background: url('../_img/banners/page-sitemap-01-40em.jpg') center center no-repeat; }
.page-law-firm     { background: url('../_img/banners/page-law-firm-01-40em.jpg') 50% 50% no-repeat; }

/* --- Hero/Banner --- */
.hero-slider .slick-list { height: 300px; }
.hero-slider .hero-text     { 
   position: absolute;  
   margin: 0; 
   padding: 0; 
   top: 24%; 
   left: 5%; 
   right: 5%; 
   color: #fff; 
}
.hero-slider .hero-text h1  { font-size: 3em; }
.hero-slider .hero-text h2  { font-size: 2em; }

.banner               { height: 300px; }
.banner .hero-text    { position: absolute;  margin: 0; padding: 0; top: 30%; left: 5%; right: 5%; color: #fff; }
.banner .hero-text h1 { font-size: 3.4em; }
.banner .hero-text h2 { font-size: 2em; }

.intro      { padding: 0 3em; text-align: center; }
.intro h2   { margin: 1em 0; font-size: 2.2em; }
.intro h3   { margin: 1em 0; font-size: 1.8em; }
.intro p    { font-size: 1.6em; line-height: 1.4em; text-align: left; }

.intro blockquote { margin-bottom: 2em; }
.intro blockquote p {
  font-size: 1.7em;
  /*margin: 0 auto; */
  quotes: "\201C""\201D""\2018""\2019";
  padding: 10px 20px;
  line-height: 1.4;
}
.intro blockquote p::before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -3px;
  position: relative;
  top: 15px;
  color: #ccc;
  font-size: 3em;
}
.intro blockquote p::after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 3px;
  position: relative;
  top: 30px;
  color: #ccc;
  font-size: 3em;
}
.intro blockquote footer{
  margin:0;
  text-align: right;
  font-size: 1.5em;
  font-style: italic;
}



/* === MAIN CONTENT === */
.main-content     { width: 100%; margin: 0 auto; padding: 0;}
.main-content h1  { margin: 0 0 1em; font-size: 3em; }
.main-content h2  { margin: 0 0 .3em; font-size: 2em; font-weight: 600; }
.main-content p   { font-size: 1.6em; }


/* === BLOCK ELEMENTS === */
.bg-dark { background: #333; color: #fff; }

/* --- Block Background Images ---*/
.block-mission        { background: url('../_img/block-bg-mission-01-100em.jpg') no-repeat 50% 50%; }
.block-webdesign      { background: url('../_img/block-bg-webdesign-01-40em.jpg') 50% 50% no-repeat; }
.block-graphic-design { background: url('../_img/block-bg-graphic-design-01-40em.jpg') 50% 50% no-repeat; }
.block-marketing      { background: url('../_img/block-bg-marketing-01-125em.jpg') 50% 50% no-repeat; }
.block-video          { background: url('../_img/block-bg-video-01-100em.jpg') center center no-repeat; }

/* --- Block Imagery --- */
.img-power-of-experience { background: url('../_img/power-of-experience-01-100em.jpg') 50% 50% no-repeat; }
.egg-background { background: #f6f6f6; color: #333; }
.egg-background h2 { font-size: 2em; color: #333;}
.egg-background h3 { font-size: 4em; color: #8ec63f; }
.egg-background p { color: #333; }

.block.block-bgimg header h2 {
      color: #fff;
   }
.block.block-bgimg header h3 {
      color: #8ec63f;
   }

/* --- Blocks --- */
.block    { position: relative; 
   width: 100%; 
   margin:  0; 
   padding: 3.5em 2em; 
   text-align: center; 
   color: #fff; 
}
.block header h2 { 
   display: block; 
   width: 100%; 
   margin: 0 auto .5em; 
   font-size: 1.8em;
   font-weight: 800; 
   color: #fff; 
   text-transform: uppercase; 
}
.block header h3 { 
   margin: 0 0 1em; 
   font-size: 3em;
   color: #8ec63f;
}
.block img.img-nobkgrd-block { 
   width: 100%; 
   margin: 2em 0; 
}

.block h2 { font-size: 2.4em; color: #8ec63f }
.block p  { margin: 0 0 1em; font-size: 1.8em; line-height: 1.4em; }

.block-text    { padding-bottom: 3em; }
.block-text h2 { margin: 0 0 .5em; padding: 0 1rem; }
.block-text p  { margin: 1em 0; padding: 0 1rem; font-size: 1.3em; line-height: 1.6em; }

.flex         { display: flex; flex-direction: row; flex-wrap: wrap; }
.flex-content { text-align: left; }
.block-2col-flex-text { display: inline-block; margin: 0; padding: 0; text-align: left; vertical-align: top; }
.block-2col-text      { display: inline-block; width: 100%; margin: 0; padding: 0; vertical-align: top; text-align: left; }
.block-2col-text-infostats { display: inline-block; width: 100%; margin: 1em 0; padding: 0 1em; vertical-align: top; text-align: left; }
.block-2col-text-infostats ul li { margin-bottom: 1.3em; }

.block-2col-2imgs     { display: inline-block; width: 100%; margin: 0; padding: 0; float: left; }
.block-2col-2imgs img { display: inline-block; width: 100%; margin: 0 auto 1em; border: 3px solid #aaa; }
.block-2col-2imgs img:last-child { display: none; }

.no-bkgrnd header h2 { color: #333; }
.no-bkgrnd header h3 { vertical-align: top; }
.no-bkgrnd p  { color:  #333; vertical-align: top; }
.no-bkgrnd ul.service-list { color: #333; }


/* === SERVICE BLOCK === */
.service-text           { width: 70%; margin: 0; padding: 1em; font-size: 1.2em; float: left;}
.service-text p         { margin: 0 0 1em 0; padding: 0; line-height: 1.2em;}

.service-block     { width: 100%; position: relative; margin: 0; padding: 3.5em 3em; color: #fff; }
.service-block img { max-width:  100%; height: 100%; }
.service-block h2  { margin: 0 0 .5em; font-size: 3em; font-weight: 800; color: #8ec63f; text-align: center; }
.service-block h3  { margin: 0 0 1em; font-size: 2.4em; font-weight: 300; color: #fff; text-align: center;}
.service-block p   { margin: 0 0 1em; font-size: 1.6em; line-height: 1.6em; }

.service-lists     { margin: 0 0 1.6em 2em; }
.service-lists ul:last-child { display: none; }

ul.service-list { 
   padding-left: 0; 
   vertical-align: top; 
   list-style: none; 
}

ul.service-list li { position: relative;
   padding-left: 20px;
   font-size: 1.8em;
   line-height: 1.3em;
}

ul.service-list li:before {
   content: '';
   width: 20px;
   height: 20px;
   position: absolute;
   background-image: url('../_img/icons/checkmark-green.png');
   background-size: cover;
   background-position: center;
   left: -5px;
   top: 3px;
}

.section-gallery {
   display: flex;
   flex-wrap: wrap;
   list-style-type: none;
   margin: 0;
   padding: 0;
   text-align: center;
}

.block-gallery-thumb {
   position: relative;
   display: flex;
   width: 100%;
   float: left;
   padding: 0;
   margin: 0;
   min-height: 1px;
   overflow: hidden;
}

.block-gallery-thumb img {
   width: 100%;
}


/* === STAT CARDS === */
.statcard-marketing-01 { background: url('../_img/service-card-01.jpg') center center no-repeat; }
.statcard-marketing-02 { background: url('../_img/service-card-02.jpg') center center no-repeat; }
.statcard-marketing-03 { background: url('../_img/service-card-03.jpg') center center no-repeat; }
.statcard-marketing-04 { background: url('../_img/service-card-04.jpg') center center no-repeat; }

.statcards { display: inline-block; width: 100%; margin: 0 0 -1px; padding: 0; }
.statcard  { display: inline-block; width: 100%; height: 300px; margin: 0; padding: 0; transition: background .4s,border-radius .3s,opacity .4s; }

.statcard-text {
   display: flex;
   flex-direction: column;
   vertical-align: middle;
   align-items: center;
   justify-content: center;
   width: 100%;
   text-align: center;
   min-height: 300px;
   color: #fff;
   padding: 1em;
}
.statcard-text h2 { margin: 0 0 .1em; font-size: 5em; font-weight: 800; }
.statcard-text h3 { margin: 0 0 1em; font-size: 3em; }
.statcard-text p  { font-size: 1.8em; }

/* FAQ Page Blocks */
.block.section-faq {
   margin: 0;
}

.block-faq {
   display: inline-block;
   width: 100%;
   margin: 1em 0;
   vertical-align: top;
}

.block-faq ul {
   display: inline-block;
   margin: 0 auto;
}

.block-faq ul li {
   margin: 0 0 2em;
   line-height: 1.3em;
   text-align: left;
}

.block-faq ul li h3 {
   margin: 0;
   font-size: 2em;
   line-height: 1.2em;
   color: #8ec63f;
}
.block-faq ul li p {
   margin: 0;
}


.banner-main h2 {
   color: #8ec63f;
   font-weight: 800;
   font-size: 2.6em;
}


/* --- FREQUENTLY ASKED QUESTIONS --- */
.page-faq {
   text-align: left;
}
.page-faq h2 {
   margin: 2.2em 0 0;
   font-size: 2em;
   color: #8ec63f;

}

.page-faq ul li h3 {
   font-size: 22px;
   color: #6fa133;
   margin: 35px 0 0;
}
.page-faq ul li a {
   display: block;
   margin: 0 0 .5em;
   font-size: 1.6em;
   color: #555;
}

.page-faq p {
   color: #5a5f63;
   margin: 0 0 1em;
   font-size: 16px;
   line-height: 1.5;
   font-weight: 400;
}

.page-faq p a {
   color:  #6fa133;
   font-weight: 600;
}

.faq-q-group {
   display: inline-block;
   margin: 0 0 3em;
}

.faq-q-group h2 {
   margin: 0 0 .5em;
   font-size: 2.4em;
   font-weight: 600;
}

.faq-q-group ul {
   margin: 0 0 3em;
}
.faq-a-group {
   display: inline-block;
}

.faq-a-group h2 {
   margin: 0 0 .5em;
   font-size: 2.2em;
   font-weight: 600;
   color: #333;
}
.faq-a-group h3 {
   margin: 0;
   font-size: 1.8em;
   line-height: 1.2em;
   color: #8ec63f;
    
}
.faq-a-group p {
   font-size: 1.6em;
   line-height: 1.4em;
}



/* --- MAKE A PAYMENT --- */
#smart-button-container {
   width:  80%;
   margin: 0 auto;
   font-size: 1.4em;
}

#smart-button-container label{
   float: left;
}

#smart-button-container input[type="text"],
#smart-button-container input[type="number"] {
   width:  100%;
   padding: .5em;
   font-size: 1.4em;
   text-align: left;
   color: #777;
   border-radius: 4px;
   border: 1px solid #ccc;
   background: rgba(0, 0, 0, 0.02);
   box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
   -webkit-transition: all 0.30s ease-in-out;
   -moz-transition: all 0.30s ease-in-out;
   -ms-transition: all 0.30s ease-in-out;
   -o-transition: all 0.30s ease-in-out;
   outline: none;
   padding: 3px 0px 3px 3px;
   border: 1px solid #DDDDDD;
}

#paypal-button-container {
   font-size: 1.6em;
}


/* --- LATEST PROJECTS --- */
.latest-projects        { display: inline-block; width: 100%; margin: 5em 0 3em 0; padding: 0; text-align: center;}
.latest-projects > h2   { margin: 1em 0 2em;}
.latest-project         { display: inline-block; margin: 0; padding: 0;}
.latest-project img     { border: 2px solid #777;}
.latest-project p       { margin: 0 0 .5em; }
.latest-project a       { display: block; width: 120px; height: 40px; margin: 1.6rem auto; padding: 1em 1em; border: 1px solid #fff; color: #fff; font-size: 1.3em;}


/* --- PREVIOUS CLIENTS --- */
.previous-clients       { margin: 4em 0; color: #333; text-align: center; }
.previous-clients h2    { margin: 0 auto 1.4em; text-align: center; font-size: 2rem; }
.previous-clients img   { width: 40%; }

.our-process-slider-block 	{ width: 100%; margin: 0; padding: 0;}
.our-process-slider 			{ width: 100%; height: 508px; margin: 0 0 12em 0; padding: 0; background: url('../_img/process/our-process-design-web.jpg') center center no-repeat; background-size: cover;}


/* === ABOUT US PAGE === */
/* --- MISSION BLOCK --- */
.mission-text     { width: 100%; text-align: center; }
.mission-text h2  { margin: 0; }
.mission-text p   { font-size: 1.6em; }
.mission-text a:link, 
.mission-text a:visited {
   color: #8ec63f;
}
.mission-text a:hover, 
.mission-text a:active {
   color: #8ec63f;
}


/* --- CARDS --- */
.card     { display: inline-block; height: 100%; margin: 3em 0 0; padding: 2em 1em; vertical-align: top; font-size: 1em; box-shadow: 3px 5px 7px #ccc; }
.card h2  { margin: 0 auto; font-size: 2em; color: #333; }
.card h3  { margin: 0 auto 1em; font-size: 1.8em; color: #333; }
.card img { width: 67%; margin: 1em auto; }
.card p   { margin: 0 auto 1em; font-size: 1.6em; color: #333; }

.team            { display: block; width: 100%; height: 100%; margin: 0 auto 3em; padding: 0; float: none; }
.team-member     { vertical-align: top; width: 100%; margin: 0 1em 2em 0; padding: 1em; border: 1px solid #777; border-radius: 7px; }
.team-member h1  { margin: 0 0 .5em 0; font-size: 1.6em;}
.team-member h2  { margin: 0 0 1em 0; font-size: 1.1em;}
.team-member-pic { display: inline-block; max-width: 320px; margin: 0 2em 2em; background: #fff; float: left; text-align: center; }
.team-member-pic img { width: 65%; }
.team-member-btn     { width: 150px; height: 4em; margin: 1em auto 2em; padding: 1.3em; border: 1px solid #777; border-radius: 7px; display: block;}


/* --- PROCESS --- */
.processes          { display: inline-block; width: 100%; height: 100%; margin: 0 0 3em 0;}
.process            { width: 70%; margin: 0 3em 0 0; float: left;}
.process-img        { width: 30%; margin: 0; padding: 0; float: right;}
.process-img img    { width: 100%; margin: 0; padding: 0; border: 3px solid #333;}

.deposit-title    { padding: 0 0 .5em; font-size: 2em; }
.web-deposit-form select  { padding: .3em; color: #fff; background: #8dc03f ;}  
.deposit-note     { margin: 2em 0 0; font-size: 1.3em; line-height: 1.1em; }


/* --- PORTFOLIO --- */
.portfolio-container 	{ margin: 0 0 12em 0;}
.project-description h1 { margin: 1em 0 0 0; padding: 0; font-size: 1.6em; font-weight: bold;}
.project-description h2 { margin: 1em 0 0 0; padding: 0; font-size: 1.4em; font-weight: bold;}
section.project-description p  { margin: 0 0 1em 0; padding: 0; font-family: Garamond, "Times New Roman", Serif;}


/* ----- PAGE:  Contact ----- */
.contact-aside { width: 100%; margin: 0; padding: 0 2em 1em; font-size: 1em; line-height: 1.8em; }
.contact-aside svg { display: inline-block; width: 1.4em; height: 1.4em; vertical-align: middle; }
.contact-aside p { margin: 0 0 1em; line-height: 1.2em; }

.contact-info a:link, 
.contact-info a:visited {
   color: #333;
}

.contact-info a:hover, 
.contact-info a:active {
   color: #333;
}

.contact-bottom      { margin: 0 auto; padding:  2em; text-align: center; font-size: 1.1em; color: #333; background: #f2f2f2; }
.contact-bottom header h2  { font-size: 2.4em; font-weight: 600; }
.contact-bottom header p   { margin: .6em 0 0; font-size: 2.2em; }
.contact-bottom input[type="text"],
.contact-bottom input[type="tel"],
.contact-bottom input[type="email"],
.contact-bottom select,
.contact-bottom textarea { padding: .5em; background: #fff; }

.contact-bottom input[type="text"]::placeholder,
.contact-bottom input[type="tel"]::placeholder,
.contact-bottom input[type="email"]::placeholder,
.contact-bottom textarea::placeholder { color: #aaa; }
.contact-bottom input[type="submit"] { width: 100%; padding:  .5em 2em; font-size: 1.2em; color: #fff; background: #8dc73f; }

.contact-b-form         { padding: 0 1rem; }
.contact-b-fields li    { margin: 0 0 2em; }
.contact-b-fields label { display: inline-block; margin: 0 0 .3em; }

.input-full-width       { width: 100%; }
.input-description      { margin: 0 0 0 .3em; color: #ccc;}

.formSubmitResults { display: block; margin: 1em auto; font-size: 2em; color: #ff8100; }

/* ==== PAGE:  SITEMAP === */
ul.sitemap-ul {
   margin-top: 1.6em;
}
ul.sitemap-ul li a {
   font-size: 1.8em;
   line-height: 1.6em;
}



/* --- CALL TO ACTION BLOCK --- */
.cta-index-btn       { display: inline-block; width: 200px; height: 65px; padding: 1em 0;font-size: 1.3rem; color: #8EC63F; border: 1px solid #8EC63F; border-radius: 7px; text-align: center; float: none;}
.cta-index-btn:hover { color: #fff; background: #8EC63F; }


/* ----- PAGE FOOTER ----- */
.page-footer         { width: 100%; min-height:  300px; margin: 0; color: #fff; background: #333;}

.footer-container 	{ width: 80%; height: 100%; margin: 0 auto; padding: 2em 0 .5em;}
.footer-container h1 { margin: 0 0 .3em 0; font-size: 1.4em; font-weight: bold;}
.footer-container a 	{ text-decoration: none; color: #fff;}

.footer-logo      { display: block; margin: 0 auto 1.6em; text-align: center; }
.footer-logo img  { width:  100%; }
.footer-logo p    { font-size: 1.4em; margin: 0 auto 2em; }


.footer-first     { display: inline-block; width: 100%; margin: 0 auto 2em; text-align: center; }
.footer-first p   { font-size: 1.6em; line-height: 1.4em; }

.footer-phones    { margin-bottom: 1em; }
.footer-phone     { margin: 0 0 1em 0; font-size: 1.6em; line-height: 1.4em; text-decoration: none; color: #fff; }

.footer-middle    { display: inline-block; width: 100%; margin: auto auto 2em; }
.footer-menu      { width: 50%; text-align: center; float: left; }
.footer-menu li   { margin: 0 0 0 1em; font-size: 1.2em; line-height: 1.4em; }
.footer-menu ul li a#current-page { color: #8fc742; }

.footer-last      { display: inline-block; width: 100%; text-align: center; clear: both; }
.footer-last p    { font-size: 1.5em; margin: 1em; }
.footer-last a    { display: inline-block; margin: 1em auto 0; }

.footer-social-media   { display: inline-block; width: 100%; margin: 0; padding: 0; }
.footer-social-media a { display: inline-block; margin: 1em 1.1em 0; }

.footer-copyright { display: inline-block; width: 100%; margin: 1.5em 0 0 0; padding: 0; color: #fff; text-align: center; }


/* --- MONKEY ZONE --- */
a.monkey-zone         { font-size: 2em;}
a.monkey-zone:link,
a.monkey-zone:visited { color: #fff;}

a.monkey-zone:hover,
a.monkey-zone:active  { color: #fff;}
