@charset "utf-8";41
/* CSS Document */
	@font-face {
        font-family:"AvantGarde";
        src: url('../fonts/AvantGarde.eot');
        src: url('../fonts/AvantGarde.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvantGarde.svg') format('svg'),
        url('../fonts/AvantGarde.woff') format('woff'),
        url('../fonts/AvantGarde.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

body{font-family:Arial, Helvetica, sans-serif; letter-spacing:0.05rem; font-size:1.25rem; background-color:#fff; color:#000000; font-weight:normal;}

.container{background-color:#fff;padding:0px 0px 0px 0px;}
.container-fluid{background-color:#fff;padding:0px 0px 0px 0px;}

.row{margin-right:10px;margin-left:10px;}

.announcement /* Tippy Top BKGD where the announcement goes */
    {min-height:0px; background:#054177; color:#ffffff; text-align:center; font-weight:normal;font-size:1rem;}

    .hr {
        margin-top:20px;
        margin-bottom:20px;
        border-top:20px solid #3f8000;
    }

    .blockquote_style 
        {background-color:transparent; line-height:normal; padding:10px 10px;margin:0 0 10px;border-left:25px solid #fff;}

    /*BEGIN NEW VIDEO BACKGROUND */
    .video {
      position:fixed;
      top: 50%;
      left: 50%;
      z-index: -100;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      margin-top:0px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
    /*END NEW VIDEO BACKGROUND */
    
 /*BEGIN NEW HERO IMAGE BACKGROUND */
.hero-image {
  background-image: url("../template/HERO_FamilyWalking.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 400px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.hero-image-content {
    color:#fff;
    padding:60px 50px 50px 50px;
    font-size:1rem;
    }
 
 /*END NEW HERO IMAGE BACKGROUND */   


  /*BEGIN NEW BACKPAGE HERO IMAGE BACKGROUND */
.hero-back {
    background-color:Transparent;
    min-height:350px;
    font-size:3rem;
    color:#ffffff;
    font-weight:normal;
    padding-top:150px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
  
/*END NEW BACKPAGE HERO IMAGE BACKGROUND */

 /*BEGIN FOOTER APPOINTMENT IMAGE BACKGROUND */
.contact-image {
  background-image: url("../template/FOOTER_Contact_BKGD.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 500px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
 /*END FOOTER APPOINTMENT IMAGE BACKGROUND */
 
  /*BEGIN FOOTER CONTACT IMAGE BACKGROUND */
.contacttop-image {
  background-image: url("../template/FOOTER_ContactTop_BKGD.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 350px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
    

.fav-nav-upper /* Top BKGD where the <h1> goes */
    {min-height:0px; background:transparent; color:Black; float: right; width:100%;}
.h1_homepage /* Used in header.inc to format the H1 tag at top right corner of the site */
    {background-color:transparent;font-weight:400; color:#000; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; text-align: right; float: right; font-size: .8rem;letter-spacing:0.05rem;}

/*BEGIN HEADER*/
.header{margin:2px 2px 2px 2px;padding:2px 2px 2px 2px; background-color:transparent;}

.logo{display:block; float:left; padding:5px;}
.logo img{ width:100%; height:auto; max-width:600px;}
.bizname{ min-height:10px; padding-right:10px; padding-top:20px;text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:2.5rem; font-weight:normal; line-height:2.35rem;}
.tagline{padding-left:75px; padding-top:10px;min-height:10px; padding-right:10px; text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:1.5rem; font-weight:normal;  line-height:1.35rem; color:#464646;}
.tagline img{ width:100%; height:auto; max-width:100%;}
.tagline2{margin:2px 2px 2px 2px; color:#000000; min-height:10px; margin-top:10px;font-size:100%; font-weight:normal; text-align:right;padding-right:10px;line-height:1.35rem;}

.callus{margin:2px 2px 2px 2px; color:#000000; min-height:10px; margin-top:10px;font-size:150%; font-weight:normal; text-align:right;padding-right:10px;line-height:1.35rem;}
/*END HEADER*/

/*NAVIGATION*/
.justify-content-center
    {justify-content: center!important}
    /*justify-content: center;     Pack items around the center */
    /*justify-content: start;       Pack items from the start */
    /*justify-content: end;         Pack items from the end */
    /*justify-content: flex-start;  Pack flex items from the start */
    /*justify-content: flex-end;    Pack flex items from the end */
    /*justify-content: left;        Pack items from the left */
    /*justify-content: right;       Pack items from the right */


.navbar{
    padding-top:0px;
    padding-bottom:0px;
}

.navbar>.container,.navbar>.container-fluid
    /*menu bar background color -- MENU text font-size*/
    {background-color:#000;padding-top:10px;padding-bottom:10px;line-height:.65;font-size:1.5rem;font-variant:small-caps;font-family:Arial, Helvetica, sans-serif;}

.navbar-nav .nav-link{
    padding-right:0;
    padding-left:0;
}

.navbar-light .navbar-nav .nav-link /*Changes main menu link background and text color*/
    {color:#fff;background-color: #000;margin-right:10px;}
    
.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover
    /*Changes menu mouseover text color*/
    {color:#f99112;background-color:#054177;text-decoration:none;border-radius:25px;}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link
    /*Changes menu mouseover ACTIVE text color - when on the menu page*/
    {color:#054177;background-color:#f99112;font-style: italic;border-radius:25px;}
    
.dropdown-menu 
    /*Changes layout of dropdown mobile box*/
    {border: solid 0px #000000;
    font-size:1.1rem;
    line-height:1.25rem;
    /*display: none;*/
} 

.dropdown-item 
    /*Changes dropdown mobile layout */
    {color:#000;/*dropdown font color*/
    background-color:transparent;/*dropdown background color*/
    text-align:center;
} 

.dropdown-item:hover {
    color:#000;/*changes mouseover dropdown font color*/
    background-color:#cccccc;/*changes mouseover dropdown background color*/
} 

.navbar-toggler
    /*Changes Responsive Hamburger Menu Colors*/
    {padding:.5rem .75rem;font-size:1.25rem;line-height:1;background-color:white;border:1px solid transparent;border-radius:.25rem}
.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}  
/*END NAVIGATION*/

/*BEGIN MOUSEOVER COLORS*/
a {color:#f99112; text-decoration: none; background-color: transparent}
a:focus,a:hover {color: #09616a; text-decoration: underline}
a:focus {outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px}
/*END MOUSEOVER COLORS*/

/*BEGIN SCROLLING MARQUEE BOOTSTRAP5 CONTENT*/
#scroll-container {
  border: 0px solid black;
  border-radius: 5px;
  height: 500px;
  overflow: hidden;
}

#scroll-text {
  height: 100%;
  text-align: center;
  
  /* animation properties */
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  
  -moz-animation: my-animation 15s linear infinite;
  -webkit-animation: my-animation 15s linear infinite;
  animation: my-animation 15s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateY(100%); }
  to { -moz-transform: translateY(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateY(100%); }
  to { -webkit-transform: translateY(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
/*END SCROLLING MARQUEE BOOTSTRAP5 CONTENT*/


    /*BEGIN HOMEPAGE PRODUCT CAROUSEL MARQUEE TEAM LAYOUT*/

    /* Use with col-md-4 - for three photos wide & productcarousel_3col.js
    .carousel-inner.onebyone-carosel { margin: auto; width: 90%; }
    .onebyone-carosel .active.left { left: -33.33%; }
    .onebyone-carosel .active.right { left: 33.33%; }
    .onebyone-carosel .next { left: 33.33%; }
    .onebyone-carosel .prev { left: -33.33%; }
    */

    .carousel-inner.onebyone-carosel { margin: auto; width: 90%; }
    .onebyone-carosel .active.left { left: -25%; }
    .onebyone-carosel .active.right { left: 25%; }
    .onebyone-carosel .next { left: 25%; }
    .onebyone-carosel .prev { left: -25%; }
    .product_intro {text-align:center; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; vertical-align: top;}
        
    .product_intro h2
        {font-size:2rem; color: #000000;}

    /*END HOMEPAGE PRODUCT CAROUSEL MARQUEE  TEAM LAYOUT*/

/*BEGIN PAGE LAYOUTS*/
#background_text 
/* Used in header.inc to layout background for content on pages */
    {/*background-color: Orange;*/ position:relative; z-index:1; height: auto; min-height: 10px;overflow: visible; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}

.intro_h 
/* intro in the layout for the title/intro of each page */
    {background-color:transparent; padding: 2px 2px 2px 2px; margin: 0px 0px 0px 0px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; font-variant:none;}

.intro_h h2
    {font-size:2rem; color:#09616a; margin-bottom:0px;}
    
.intro_h p
    {margin-bottom:0px; padding:10px;}
        
       
.gradient-text /*USE <section class="intro_h gradient-text"> TO MAKE INTRO_H GRADIENT COLOR*/ 
    {background: #054177;
    background: -webkit-linear-gradient(to top, #054177 0%, #f99112 100%);
    background: -moz-linear-gradient(to top, #054177 0%, #f99112 100%);
    background: linear-gradient(to top, #054177 0%, #f99112 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} 


    /*END PAGE LAYOUTS*/

    /*BEGIN ASIDE LAYOUTS*/
    .side-panel
        {background-color:transparent; margin:5px 5px 5px 5px; min-height:52px; padding:5px 5px; line-height:1.5rem;font-family:Arial, Helvetica, sans-serif; font-size:1rem !important; color:#000; border-left:solid 1px #000;}
    .side-panel ul li
        {list-style-image:url(../images/arrow.jpg); line-height:1.5rem;}
    .side-panel ul li a
        {color:#054177; font-weight:bold;line-height:2rem}
    .side-panel p 
         {line-height:1.1rem;font-size:.9rem;}


    /*END ASIDE LAYOUTS*/

    /*BEGIN ONLINE STORE LAYOUTS*/
    .cartlogin 
    /*Used in header.inc to layout the sign-in now button */
        {background-color: #959595; text-align:center; border: 0px solid red; margin-bottom:10px; /*font-variant: small-caps; font-weight: bold;*/}

        .cartlogin a:link { color:#FFD700; text-decoration: none; }
        .cartlogin a:visited { color:white; text-decoration: none; }
        .cartlogin a:hover { color:#FFD700; text-decoration: none; }
        .cartlogin a:active { color:#FFD700; text-decoration: underline; }

    /*END ONLINE STORE LAYOUTS*/

    /*BEGIN FOOTER*/
    .label {margin-bottom:0px;}

    .footer
        {font-size:1rem; background-color:transparent;text-align:center;padding-top:10px;line-height:1.5rem;border-top:solid 1px #464646;}
        
    .footer-font        
        {font-size:1rem;}
        
    .footer-font-review        
        {font-size:.75rem;line-height:1rem;}        
        
    /*Footer Menu*/    
    .footernav > li > a
        {background-color:lime; padding-top:0px; padding-bottom:0px;}
    .footernav>li>a
        {text-decoration:none; color: #000000;}
    .footernav>li>a:focus,
    .footernav>li>a:hover 
        {text-decoration: underline; color:red;}    

    /*Review Footer*/
    .footer-review
        {background-color:transparent;font-size:.75rem;}
        
    /*Social Media Footer*/ 
    .socialmediasection  
        {margin:5px 5px 5px 5px; padding:5px 5px 5px 5px;} 
    .socialmedia    
        {background-color:transparent;padding:5px 5px 5px 5px;color:#000000; text-align: center;}

    .reviewtool
        {background-color: Fuchsia; padding:5px 5px 5px 5px; color:#000000; text-align: center; font-weight:bold; }
    .reviewtool .img
        {padding-right:3px; width:27px; height:27px; border: 0;}

    /*Metadata Footer Description*/
    .footerdescription
        {background-color:transparent;font-size:.75rem;line-height:1rem;padding-top:10px;/*border-top:solid 1px gray;*/}

    /*Footer Bottom*/
    .footer-bottom
        {color:#ffffff; background-color:#000000;}

    .copyright{float:left;text-align:left;font-size:.75rem;}

    .builtby{float:right;text-align:right;font-size:.75rem;}

    /*END FOOTER*/

    /*BEGIN iPAD DISPLAY*/
    @media (max-width: 768px) {
    .logo{display:block; padding:5px;text-align:center;}
    .logo img{ width:100%; height:auto; max-width:150px;}
    .bizname{ min-height:10px; padding-right:10px; padding-top:25px;text-align:center;font-family:Arial, Helvetica, sans-serif;font-size:2rem; font-weight:normal; line-height:1.75rem;}
    .bizname2{ min-height:10px; padding-right:10px; padding-top:20px;padding-top:25pxtext-align:center;font-family:Arial, Helvetica, sans-serif;letter-spacing:9px; font-size:1.25rem; font-weight:normal; line-height:.85rem;}
    .tagline{padding-left:5px; min-height:10px; padding-right:10px;padding-bottom:10px; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:1rem; font-weight:bold;  line-height:1rem; color:#000000;}
    .tagline img{ width:100%; height:auto; max-width:100%;}
    .callus{margin:2px 2px 2px 2px; color:#000000; min-height:10px; margin-top:10px;font-size:100%; font-weight:normal; text-align:center;padding-right:10px;}
    .socialmediaheader
        {background-color:transparent;padding:15px 5px 0px 5px;color:#000000; text-align: center;}
    .hero-back {
    background-color:Transparent;min-height:200px;font-size:2rem;padding-top:100px;padding-left:25px;}

    }
    /*END iPAD DISPLAY*/

    /*BEGIN MOBILE DISPLAY*/
    @media (max-width: 600px) {
    .announcement{min-height:0px; font-size:1rem;font-weight:bold;}

    .logo{display:block; padding:5px;}
    .logo img{text-align:center; width:100%; height:auto; max-width:150px;}
    .bizname{ min-height:10px; padding-right:0px; padding-top:25px;text-align:font-family:Arial, Helvetica, sans-serif;font-size:1.75rem; font-weight:normal; line-height:1.5rem;}
    .bizname2{ min-height:10px; padding-right:10px; padding-top:20px;text-align:font-family:Arial, Helvetica, sans-serif; font-size:1.25rem; font-weight:normal; line-height:1rem;}
    .tagline{padding-left:5px; min-height:10px; padding-right:10px;padding-bottom:10px; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:1rem; font-weight:bold;  line-height:.85rem; color:#000000;}
    .tagline img{ width:100%; height:auto; max-width:100%;}
    .callus{margin:2px 2px 2px 2px; color:#000000; min-height:10px; margin-top:10px;font-size:100%; font-weight:normal; text-align:center;padding-right:10px;}
    .socialmediaheader
        {background-color:transparent;padding:15px 5px 0px 5px;color:#000000; text-align: center;}
    .hero-back {
    background-color:Transparent;min-height:200px;font-size:2rem;padding-top:100px;padding-left:25px;}

    .carousel-caption {display:none;} 
    
    .hero-image{height:525px;}
    .contact-image{height:800px;}
    .contacttop-image{height:450px;background-image: url("../template/FOOTER_ContactTop_BKGD_s.jpg"); /* The image used */}
    
    }
    /*END MOBILE DISPLAY*/

    @media (min-width:576px){.modal-dialog{max-width:750px;margin:1.75rem auto}

    /*June added to control contact form input layouts*/
    input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel], textarea{
      -webkit-appearance: none; -moz-appearance: none;
      display: block;
      margin: 0;
      width: 100%; height: 2rem;
      line-height:1.5rem; font-size: 1rem;
      border: 1px solid #bbb;
    }
    input[type=checkbox] {
     width: 10px; height: 10px;
     -webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px;
     border: 1px solid #bbb;
    }

    input[type=radio] {
     width: 20px; height: 20px;
     vertical-align:top;
     margin-left:10px;
     margin-right:10px;
     -webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px;
     border: 1px solid #bbb;
    }

    button[type=submit] {
     -webkit-appearance: none; -moz-appearance: none;
     display: block;
     margin: 1.5em 0;
     font-size: 1em; line-height: 2.5em;
     color: #333;
     font-weight: normal;
     height: 2.5em; width: 100%;
     background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
     border: 1px solid #bbb;
     -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
    }

    input[type=submit] {
     -webkit-appearance: none; -moz-appearance: none;
     background-color:#959595;
     display: block;
     color: #fff;
     font-weight: normal;
     padding-top:10px;
     padding-bottom:10px;
     padding-left:50px;
     padding-right:50px;
     font-size:1.5rem;
     border: 0px solid #bbb; 
     -webkit-border-radius: 5px; 
     -moz-border-radius: 5px; 
     border-radius: 5px; 
     width: 100%;

     /* TO MAKE THE BUTTON FULL WIDTH & GRADIENT IN COLOR
     height: 2.5em; width: 100%;
     background: #fdfdfd; 
     background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); 
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); 
     background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); 
     background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); 
     background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); 
     background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);*/
    }

    input[type=submit]:link {color:#ffffff;text-decoration:none;}
    input[type=submit]:visited {color:#ffffff;text-decoration:none;}
    input[type=submit]:hover {color:#ffffff;text-decoration:underline;}

    input[type=range] {
     width: 100%;
    }
    input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
      width: 44px; height: 44px;
      background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
      border: 1px solid #bbb;
      -webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px;
    }

/* BEGIN HERO SLIDER CAROUSEL */
.carousel-caption{
    position:absolute;
    right:15%;
    bottom:10px;
    left:15%;
    z-index:10;
    padding-top:20px;
    padding-bottom:0px;
    color:#fff;
    text-align:center
}
/* END HERO SLIDER CAROUSEL */

/* BEGIN CAROUSEL DescClass */
.descclass{
    color:#1e429b;
    font-family:Arial, Helvetica, sans-serif;
    font-size:3rem; 
    line-height:2.5rem;
}
/* END CAROUSEL DescClass */

/* BEGIN CAROUSEL Desc2Class */
.desc2class{
    color:#000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.25rem; 
    font-weight:bold;
    line-height:1.5rem;
}
/* END CAROUSEL Desc2Class */


/*BEGIN MOBILE DISPLAY CAROUSEL DescClass and Desc2Class*/
@media (max-width: 768px) {

    /* BEGIN HERO SLIDER CAROUSEL */
    .carousel-caption{
        position:absolute;
        right:15%;
        bottom:1px;
        left:1%;
        z-index:10;
        padding-top:10px;
        padding-bottom:5px;
        color:#fff;
        text-align:left;
        vertical-align: text-bottom;
    }
    /* END HERO SLIDER CAROUSEL */

    /* BEGIN CAROUSEL DescClass */
    .descclass{
        color:#1e429b;
        font-family:'Times New Roman';
        font-size:1.5rem; 
        line-height:1.25rem;
        font-weight:bold;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
        
    }
    /* END CAROUSEL DescClass */

    /* BEGIN CAROUSEL Desc2Class */
    .desc2class{
        color:#000000;
        font-family:Arial, Helvetica, sans-serif;
        font-size:.85rem; 
        font-weight:normal;
        line-height:.95rem;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    }
    /* END CAROUSEL Desc2Class */

}
    /*END MOBILE DISPLAY CAROUSEL DescClass and Desc2Class*/
    
/*BEGIN HOMEPAGE SERVICES SECTION*/    
.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem;
}
.portfolio-item .caption {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 37, 41, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.portfolio-item .caption .caption-content {
  color: #fff;
  margin: auto 1rem 1rem;
}
.portfolio-item .caption .caption-content h2, .portfolio-item .caption .caption-content .h2 {
  font-size: 1.25rem;
  text-shadow: 3px 3px 5px black;
  text-transform: uppercase;
  font-weight: 400;
}
.portfolio-item .caption .caption-content p {
  font-weight: 300;

  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .portfolio-item {
    max-width: none;
    margin: 0;
  }
  .portfolio-item .caption {
    transition: background-color 0.7s, -webkit-clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out, background-color 0.7s;
    transition: clip-path 0.25s ease-out, background-color 0.7s, -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(0px);
            clip-path: inset(0px);
  }
  .portfolio-item .caption .caption-content {
    transition: opacity 0.25s;
    margin-left: 2rem;
    margin-right: 3rem;
    margin-bottom: 3rem;
  }
  .portfolio-item img {
    transition: -webkit-clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out;
    transition: clip-path 0.25s ease-out, -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
            clip-path: inset(-1px);
  }
  .portfolio-item:hover img {
    -webkit-clip-path: inset(.5rem);
            clip-path: inset(.5rem);
  }
  .portfolio-item:hover .caption {
    background-color: rgba(99, 99, 99, 0.9);
    -webkit-clip-path: inset(.5rem);
            clip-path: inset(.5rem);
  }
/*END HOMEPAGE SERVICES SECTION*/ 


    /*TO BE DELETED FOR HP SERVICES - NEED TO CHECK IF WE USE FOR HOMEPAGE BRANDS- BEGIN HOMEPAGE BRANDS and SERVICES SECTIONS*/
    .portfolio-box {
      position: relative;
      display: block;
      max-width: 650px;
      margin: 0 auto;
      padding:20px;
      text-align:center;
    }

    .portfolio-box .portfolio-box-caption {
      position: absolute;
      bottom: 0;
      display: block;
      width: 100%;
      height: 100%;
      text-align: center;
      opacity: 0;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
      margin-left:-20px;
      border-radius:25px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      text-align: center;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      padding: 0 15px;
      font-family:Arial, Helvetica, sans-serif;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 1.5rem;
      font-weight: 400;
      text-transform: uppercase;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 1rem;
    }

    .portfolio-box:hover .portfolio-box-caption {
      opacity: 1;
    }

    .portfolio-box:focus {
      outline: none;
    }

    @media (min-width: 768px) {
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size:1.5rem;
      }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size:1rem;
      }
    }

    /*END HOMEPAGE BRANDS and SERVICES SECTIONS*/

/*BEGIN SERVICESGALLERY SECTION */
#masonry {
  column-count: 2;
  column-gap: 1em;
}

@media(min-width: 30em) {
  #masonry {
    column-count: 3;
    column-gap: 1em;
  }
}
@media(max-width: 60em) {
  .mob-right {
      float: none;
      width: 95%;
  }
  .mob-left {
      float: left;
      width: 95%;
  }
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

@media(min-width: 40em) {
  #masonry {
    column-count: 4;
    column-gap: 1em;
  }
}

@media(min-width: 60em) {
  #masonry {
    column-count: 5;
    column-gap: 1em;
  }
}

@media(min-width: 75em) {
  #masonry {
    column-count: 6;
    column-gap: 1em;
  }
}

.itemgallery {
  background-color: none;
  display: inline-block;
  margin: 0 0 1em 0;
  width: 100%;
  cursor: pointer;
}

.itemgallery img {
  max-width: 100%;
  height: auto;
  width: 100%;
  margin-bottom: -4px;
  
  /*idk why but this fix stuff*/
}

.itemgallery.active {
  animation-name: active-in;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}

.itemgallery.active:before {
  content: "+";
  transform: rotate(45deg);
  font-size:2rem;
  color: white;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color:rgba(0,0,0,0.85);
  border-radius: 50%;
  width:48px;
  height:48px;
  text-align:center;
  line-height:48px;
  z-index:12;
}

.itemgallery.active img {
  animation-name: active-in-img;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}


@keyframes active-in {
  0% {
    opacity:1;
    background-color:white;
  }
  
  50% {
    opacity:0;
    background-color:rgba(0,0,0,0.90);
  }
  
  100% {
    opacity: 1;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.90);
  }
}

@keyframes active-in-img {
  0% {
    opacity:1;
    transform:translate(0%, 0%);
    top: 0;
    left: 0;
    max-width: 100%;
  }
  49% {
    opacity:0;
    transform: translate(0%, -50%);
  }
  50% {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  100% {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  width: auto;
  max-height: 95vh;
  opacity:1;
  }
}

/* END SERVICES GALLERY SECTION */

/*BEGIN HOMEPAGE NEWS AND PORTFOLIO SECTION*/

.panel-default{
    text-align:center;
    cursor:pointer;
    font-family:Arial, Helvetica, sans-serif;
}
.panel-default > .panel-footer {
    color: #ffffff;
    background-color:#09616a;
    border-radius:25px;
    width:50%;
    margin-left:auto;
    margin-right:auto;    
    padding-left:25px;
    padding-right:25px;
    /*display:none;*/
    /*text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);*/
}
.panel-default i{
    font-size: 5em;
}
.img-fluid-portfolio{max-width:325px;width:95%;height:auto;}

/*END HOMEPAGE NEWS AND PORTFOLIO SECTION*/

    /*BEGIN HOMEPAGE SWAG TEXT CENTER BKGD IMAGE*/

    .swag { background: url('../template/AnthonyGitchSeattleHypnotist_withdog.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed; padding: 50px 0; }
    .swag h1 { color: #ffffff; font-size:2.5rem; /*text-transform: uppercase;*/ letter-spacing: 5px; }
    .swag h1 span { display: block; font-size:1.5rem; margin-top: 20px; }
    .down-arrow-btn { width: 40px; height: 40px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; background: rgba(61, 201, 179, 0.8); display: inline-block; margin: 10px auto 20px; color: #fff; font-size:1rem; line-height: 40px; text-align: center; }
    .swag h2 { color: #ffffff; font-size:2rem;}
    .swag p { color: #ffffff; font-size:1.5rem;}

    .down-arrow-btn:hover, .down-arrow-btn:focus { color: #fff; background: rgba(61, 201, 179, 1); }

    /*END HOMEPAGE SWAG TEXT CENTER BKGD IMAGE*/

/*BEGIN OUR TEAM / TEAM LAYOUTS*/
    .ourteam_person 
        {border: solid 1px #000000; text-align: left; margin: 10px;}

.ourteam_photo 
    {min-height: 10px; width: 150px; margin-right: 10px; float: left; border: solid 1px #000000;}
    /*{min-height:10px;width:50px;margin-right:10px;text-align:left;border:solid 1px #ec1e1f}*/
    
.ourteam_photo_full 
    { min-height: 10px; width:250px; margin-left: 10px; text-align: right; border: solid 0px #ec1e1f; padding:5px;}
    /*{min-height:10px;width:100%;height:auto;max-width:300px;margin-left:10px;float:right;border:solid 0px #ec1e1f;padding:5px}*/

    /*team.asp*/
.ourteam_person_detail
    {padding-top:100px;border:solid 0px #000000;text-align:center;color:Black;font-size:2rem;}

.ourteam_person_detail_contact
    {padding-top:80px;border:solid 0px #000000;text-align:left;color:Black;font-size:1.5rem;}

.ourteam_person_detail_contact a
    {color:Black}
        
/*END OUR TEAM / TEAM LAYOUTS*/


/*BEGIN FAQ LAYOUTS*/
.faq_block /* Used in faq.asp to block the questions and answers displayed on the website page  */
{
    background-color:transparent;
    overflow: visible;
    max-width:1000px;
    margin: 0px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
        border: 0px solid;   
}
/*END FAQ LAYOUTS*/

/*BEGIN STUDIOPHOTOS PORTFOLIO LAYOUTS - 2022 PORTFOLIO MODAL LAYOUT*/
 /* Used in .asp to contain ASIDE content of the categories list */
.StudioPhotos_categories_list
    {background-color: transparent;
    width: 98%;
    float: left;
    height: auto;
    overflow: visible;
    margin: 0px 10px 0px 10px;
    padding: 0px 0px 10px 5px;
        /*border-right-style: dotted;
        border-width: 2px;*/
   	 vertical-align: baseline;
}

.studioImage /*studio.asp - background for each category thumbnail */
{
    background-color: transparent;
    margin: 0px 0px 0px 0px;
    padding: 3px 3px 3px 3px;
}

.StudioPhotos_photos_categorydetails /* *studio.asp?category=XX - photo thumbs full backgorund*/
/* *studiophotosthumb.asp?category=XX&RecNo=XX - also used on bigimage full backgorund*/
{
        background-color: transparent;
    float: left;
    width: 98%;
    overflow: visible;
    height: auto;
    min-height: 30px;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
        border: solid 0px yellow;  
    text-align: center;  
}
/* *studiophotosthumb.asp? - popup modal layout */

/* BASIC STYLES
�������������������������������������������������� */

.notification {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 15px;
  margin: 0;
  text-align: center;
  z-index: 1;
  background: var(--yellow);
}

@media (max-width: 700px) {
  .notification {
    display: none;
  }
}


/* IMAGE GRID STYLES
�������������������������������������������������� */
.image-grid figure {
  margin-bottom: 0;
}

.image-grid img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.image-grid a:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}


/* LIGHTBOX STYLES
�������������������������������������������������� */
.lightbox-modal .modal-content {
  background: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 18px;
  font-size: 1.2rem;
  z-index: 10;
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
}

.lightbox-modal img {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
}

.lightbox-modal .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.75);
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 10px;
}

.lightbox-modal .carousel-control-next {
  right: 10px;
}



/*END STUDIOPHOTOS PORTFOLIO LAYOUTS - 2022 PORTFOLIO MODAL LAYOUT*/




/*BEGIN STUDIO PORTFOLIO LAYOUTS NEW PORTFOLIO MODAL LAYOUT*/
#studio .studio-item {
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}
#studio .studio-item .studio-link {
  position: relative;
  display: block;
  margin: 0 auto;
}
#studio .studio-item .studio-link .studio-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(137, 137, 137, 0.8);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}
#studio .studio-item .studio-link .studio-hover .studio-hover-content {
  font-size: 5.25rem;
  color: white;
}
#studio .studio-item .studio-link:hover .studio-hover {
  opacity: 1;
}
#studio .studio-item .studio-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
}
#studio .studio-item .studio-caption .studio-caption-heading {
  font-size: 1.5rem;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
#studio .studio-item .studio-caption .studio-caption-subheading {
  font-style: italic;
  font-family:Arial, Helvetica, sans-serif;
}

.studio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.studio-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
.studio-modal .modal-content h2, .studio-modal .modal-content .h2 {
  font-size: 3rem;
  line-height: 3rem;
}
.studio-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
  font-family:Arial, Helvetica, sans-serif;
}
.studio-modal .modal-content p {
  margin-bottom: 2rem;
}
.studio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}
.studio-modal .modal-content img {
  margin-bottom: 2rem;
}
.studio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}
.studio-modal .close-modal:hover {
  opacity: 0.3;
}
/*END STUDIO PORTFOLIO LAYOUTS*/


    /*BEGIN PORTFOLIO LAYOUTS*/
    .programImage /*studio.asp - background for each category thumbnail */
    {
        background-color: transparent;
        margin: 0px 0px 0px 0px;
        padding: 3px 3px 3px 3px;
    }

    .programImage img /*studio.asp - image size for category thumbnail */
    {
        max-width: 225px;
        max-height: 225px;
        width:100%; height:auto; max-width:238px;
        
    }
    /*END PORTFOLIO LAYOUTS*/

    /*BEGIN Program/MEDIA Detail Page Layout */

    .program_left {

        font-size:.75rem;
        line-height:1rem;
        border-right: 1px solid silver;
        border-radius: 20px;
        -webkit-border-radius:0px; 
    }
    .program_right {
        font-size:1rem;
        border-right: 1px solid silver;
        border-radius: 20px;
        -webkit-border-radius:0px; 
    }

    .catTitle 
    {
	    background-color:transparent;
	    text-align: center;
	    color: #000000;
	    line-height: 125%;
	    font-size:1.5rem;
	    font-weight:normal;
    }

    .catTitleMain 
    {
	    background-color:transparent;
	    text-align: center;
	    color: #464646;
	    line-height: 150%;
	    font-size:1.75rem;
	    font-weight:bold;
    }

    #services_detail_link
    {
        background-color: aqua;
        margin: 0px 5px 10px 0px;
        padding: 10px 0px 10px 0px;
        font-size:1.1rem;
        font-weight: bold;
        text-align: center;
            border: 0px solid red;
        border-radius: 0px;
        -webkit-radius: 5px;
    }

    #services_detail_link_link
    {
        background-color: silver;
        font-size:.85rem;
        text-align: center;
        line-height:normal;
        font-weight:normal;
        border-radius: 15px;
        -webkit-radius: 15px;   
        margin: 5px 5px 0px 0px;
        padding: 10px 0px 10px 0px;
    }

    /*END Program/MEDIA Detail Page Layout */

    /*BEGIN IINSET BOX LAYOUT*/
    .insetbox {
        padding:10px 10px 10px 10px;
        border-radius:15px;
        background-color: #ae1f1b;
        text-align: center;
        color:White;

    /*END IINSET BOX LAYOUT*/

    /*BEGIN UPCOMING EVENTS ASIDE LAYOUT (for bWyse site)*/
    .upcoming_events
        {background-color:#fccd01; width:100%; margin: 0px 5px 0px 0px; padding: 10px 10px 10px 10px; border-radius:5px;}

    /*.upcoming_events a:link { color:#ffffff; text-decoration: none; }
    .upcoming_events a:visited { color:black; text-decoration: none; }
    .upcoming_events a:hover { color:#ffffff; text-decoration: none; }
    .upcoming_events a:active { color:#ffffff; text-decoration: underline; }*/

    /*END ASIDE LAYOUTS (for bWyse site)*/