/* home page */
.h1-focus{
    margin-left: 20px; 
    margin-top: 10px;
    font-size:16pt;
}
.p-specialty{
    font-size: 14pt;
    margin-left:5px;
}
.header-image-main {
    position: relative;
    position: fixed;
    width: 890px;
}
/*grooming focus flex box*/
.flex-grid-focus {
  display: -webkit-flex;
  display: flex;
  align-content: center;
  margin-left: 15px;
  width: 96%
}
.flex-grid-focus .focus-col {
  width: 25%;
  text-align:center;
  font-size: 18px;
}
.focus-col {
  padding-top: 20px;
  align-content: center;
  position: relative;
}
.focus-image{

    height:260px;
    width:190px
}
.focus-div {
    position: relative;
}
.focus-text{
    width:190px;
    position:absolute;
    top: 38px;
    left: 15px;
    font-size: 24pt;
    font-weight: 800;
    color: #ffffff;  
    text-align: center;
    letter-spacing:1px;
}
.focus-text-live{
    width:190px;
    position:absolute;
    top: 38px;
    left: 15px;
    font-size: 24pt;
    font-weight: 800;
    color: #ffffff;  
    text-align: center;
}

.div-focus-image{
    float: left;
    text-align: center;
}

.div-edu-container{
    position: relative
}

.image-edu{
    position: relative;
    margin-left:20px;
    padding:10px;
    height:350px;
    width: 870px;
    z-index: 0;
    left: 0;
  top: 0;
}
.div-edu{
    position: absolute;
    padding-top: 85px;
    padding-left:5px;
    z-index: 1;
}

.p-edu{
    width:195px;
        font-weight: 800;
}

.div-edu-buttons{
    margin-top: 20px;
}
.div-ask
{
    position: absolute;    
    z-index: 1;
    border:1px solid black;
    border-radius:11px;    
    width: 170px;
    padding-top: 20px;
    padding-bottom: 20px;    
    top: 75px;
    right: 60px;  
}
.div-btn-ask{
    position: absolute;
    top: 210px;
    right: 20px;   
    z-index: 2;
}
.div-ask-h2{
    text-align: center;
    padding-bottom: 10px;
}
.div-ask-h2 h2{
    font-size: 2em;
}
.div-ask-p{
    padding-left:20px; 
    font-size: .90em;
    line-height: 12pt; 
}
.h2-ask{
    line-height:22pt;
}


/*connect flex box*/
.flex-grid-connect {
  display: flex;
  display: -webkit-flex;
  align-content: center;
  margin-left: 0px;
  width: 100%
}
.flex-grid-connect .connect-col {
  width: 25%;
  text-align:center;
  color: white;
  font-size: 17px;
  border-left:1px solid white;
}
.connect-col {
  padding-top: 5px;
  align-content: center;
  vertical-align: middle;
}
.connect-image{
    margin-bottom: 8px;
    height: 30px;
}

.div-connect-image{
    /*margin-right: 25px;*/    
    text-align: center;
}

.div-connect-black{    
    
    width:100%;
    background-color: black;
 
}
.div-connect-white{        
    width:100%;
    padding-bottom: 5px;
    text-align:left;
}

/*connect-feed flex box*/
.flex-grid-connect-feed {
    display: flex;
    display: -webkit-flex;
    align-content: center;
    margin-left: 0px;
    width: 100%;
    
}
.flex-grid-connect-feed .connect-feed-col {
    width: 25%;
    height: 315px;
    text-align:left;
    color: black;
    font-size: 12px;
    border-left:1px solid #E8E8E8;
}

.span-connect{
    padding-bottom: 0px;
}

.social-link{
     margin-left:15px;
}

.social-text{
     margin:10px 15px 0px 15px;
}

/*social media links input first column*/
.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
    width: 170px;
    height: 180px;
    margin-top: 10px;
}

.flex-item {
    width: 100px;
    height: 35px;
    margin-top: 10px;
    margin-left: 15px;
}
.flex-item-odd {
    width: 40px;
    height: 35px;
    margin-left: 5px;
}

/*Contact Us form*/
#submit_question_form .textarea_asterisk {
    vertical-align: top;
}
.input_wrap, .asterisk_wrap {
    display: inline-block;
}
.asterisk_wrap {
    vertical-align: middle;
}
.asterisk_wrap_textarea {
    vertical-align: top;
}

.input_wrap {
    padding-left:10px;
    padding-bottom: 10px;
    margin-left: -10px;
    width: 100%;
    vertical-align:middle;
}
.div-contact {
    padding-top: 20px;
    padding-bottom: 50px;
    margin-left: 20px;
}
.connect-image-bar{
        width:220px;
    }
#instagram {
        position: absolute;
        z-index: 1;
        width: 220px;
        height: 260px;
        list-style: none;
    }

#instagram ul{height:206px; width:220px;}
#instagram ul{overflow:hidden; overflow-y:scroll;}
#instagram li{height: 205px;}

.image_frame{
    height: 250px;
}



/***********************************************General Phone Potrait View***********************************************/
@media screen and (min-device-width : 320px) and (max-device-width : 480px) {
    

        .flex-grid-connect-feed {
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            margin-bottom: 0px;
        }

        .connect-feed-col {
            flex-basis: 100%;
            -webkit-flex-basis: 100%;
            margin-bottom: 15px;
        }

        .connect-image-bar {
            width: 230px;
        }

        .div-edu-container {
            height: 525px;
        }

        .div-edu {
            padding-top: 15px;
            text-align: center;
        }

        .p-edu {
            text-align: center;
            margin: auto;
        }

        .btn-edu {
            float: left;
            margin: auto;
            width: 100%;
            padding-bottom: 15px;
        }

        .div-ask {
            top: 250px;
            left: 30px;
        }

        .div-btn-ask {
            top: 400px;
            left: 160px;
        }

        .focus-image {
            height: 360px;
            width: 280px
        }

        .focus-text {
            text-align: center;
            margin: auto;
            width: 90%
        }

        .focus-text-live {
            text-align: center;
            margin: auto;
            width: 90%
        }

        .image-edu {
            visibility: hidden;
            height: 0px;
        }

        .social-text {
            margin: 0px;
            width: 220px
        }

        .flex-grid-connect-feed {
            margin: auto;
            width: 70%;
        }
    }
/*************************************************General Phone Landscape view*******************************************/
@media screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) {
    .div-ask {
        top: 100px;
        right: 40px;
    }

    .div-btn-ask {
        top: 250px;
        right: 0px;
    }

    .flex-grid-connect-feed {
        margin-bottom: 0px;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .focus-text {
        left: 44px;
    }

    .focus-text-live {
        left: 2px;
    }

    .flex-grid-focus {
        margin-left: 25px;
    }

    .focus-col:nth-child(2) .focus-text {
        left: 0px;
    }

    .connect-feed-col:nth-child(2) {
        width: 200px;
    }

    .social-text {
        width: 220px;
        margin-left: 10px;
        font-size: 11.5px;
    }

    .connect-feed-col:first-child {
        flex-basis: 50%;
        -webkit-flex-basis: 50%;
    }

    .connect-feed-col:nth-child(3) {
        flex-basis: 50%;
        -webkit-flex-basis: 50%;
    }
    

}
/*************************************************iPad Portrait and Landscape*******************************************/
@media only screen and (min-device-width : 768px) and (max-device-width : 1424px) and (-webkit-min-device-pixel-ratio: 1) {
    .div-ask {
        top: 70px;
        right: 120px;
    }

    .image-edu {
        visibility: hidden;
    }

    .div-btn-ask {
        top: 210px;
        right: 60px;
    }
    /*Header-Nav*/
    #top_nav {
        width: 100%;
        white-space: nowrap;
    }

    .top_ > a {
        font-size: 1em;
    }
    .focus-text-live {
        left: 15px;
    }

    /*.flex-grid-connect-feed{
        margin-bottom: 0px;
        flex-wrap:wrap; 
        -webkit-flex-wrap:wrap;        
    }
    .connect-feed-col { flex-basis: 50%; -webkit-flex-basis: 50%; margin-bottom:50px;}
    .connect-feed-col:nth-child(3) { flex-basis: 50%; -webkit-flex-basis: 50%; margin-bottom:50px;}
    .connect-image-bar{
        width:210px;
    }*/
}

/*iPad Only Portrait*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .div-ask {
        top: 70px;
        right: 100px;
    }

    .image-edu {
        visibility: hidden;
    }

    .div-btn-ask {
        top: 210px;
        right: 60px;
    }

    .flex-grid-connect-feed {
        margin-bottom: 0px;
        margin-left: 70px;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .focus-text {
        left: 80px;
        letter-spacing: .5px;
    }

    .focus-text-live {
        left: 0px;
    }

    .flex-grid-focus {
        margin-left: 55px;
    }

    .focus-col:nth-child(2) .focus-text {
        left: 0px;
    }

    .connect-feed-col:nth-child(2) .connect-image-bar {
        width: 230px;
    }

    .connect-feed-col:last-child .connect-image-bar {
        width: 230px;
    }

    .social-text {
        width: 219px;
        margin-left: 3px;
        font-size: 11.4px;
    }

    .connect-feed-col {
        flex-basis: 50%;
        -webkit-flex-basis: 50%;
        margin-bottom: 50px;
    }

        .connect-feed-col:nth-child(3) {
            flex-basis: 50%;
            -webkit-flex-basis: 50%;
            margin-bottom: 50px;
        }

    .connect-image-bar {
        width: 210px;
    }

    .text-center-main {
        padding-left: 0px;
        padding-bottom: 10px;
    }
    .div-edu {
        padding-left: 60px;
    }

    /*Header-Nav*/
    #top_nav {
        width: 100%;
        max-width: 977px;
        white-space: nowrap;
    }

    .top_ > a {
        font-size: .75em;
    }
    .header-image-main {
        width: 100%;
    }
}



/*************************************************** Internet Explorer 10+***********************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .focus-text {
        width: 190px;
        position: absolute;
        top: 38px;
        left: 15px;
        font-size: 24pt;
        font-weight: 600;
        color: #ffffff;
        text-align: center;
        letter-spacing: 1px;
    }

    .focus-text-live {
        width: 190px;
        position: absolute;
        top: 38px;
        left: 10px;
        font-size: 24pt;
        font-weight: 600;
        color: #ffffff;
        text-align: center;
    }
}
 
 
/*
     FILE ARCHIVED ON 13:18:57 May 14, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:56:25 Aug 01, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.386
  exclusion.robots: 0.042
  exclusion.robots.policy: 0.035
  esindex: 0.007
  cdx.remote: 10.644
  LoadShardBlock: 102.292 (3)
  PetaboxLoader3.datanode: 144.358 (5)
  PetaboxLoader3.resolve: 376.197 (3)
  load_resource: 451.72 (2)
*/