* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}


/* Style the navigation menu */
.topnav {
    overflow: hidden;
    background:transparent;
    position: relative;
    min-height: 100%;
  }
  
  /* Hide the links inside the navigation menu (except for logo/home) */
  .topnav #myLinks {
    display: none;
    z-index: 5;

  }
  
  /* Style navigation menu links */
  .topnav a {
    color: white;
   
    text-decoration: none;
    font-size: 40px;
    font-weight: 100;
    display: inline-block;
    z-index: 5;
    opacity: 0.8;
  }

  .mobile-menu-block {
      margin: 20px 5px 20px 5%;
      font-family: 'Raleway', sans-serif;
  }
  #mobile-menu-block-phone {
    margin: 20px 5px 20px 10%;
    font-family: 'Helvetica', sans-serif;
    font-size: 40px;
}

  /* Style the hamburger menu */
  .topnav a.icon {
    
    display: block;
    position: absolute;
    top: 0;
    height: 142px;
    width: 100px;
    opacity: 0.5;
  }

  .topnav .icon i {
    
    width: 100px;
  }


  
  /* Add a grey background color on mouse-over */
  .topnav a:hover {
    background-color:white;
    color: black;
  }
  



.anchor {
    position: relative;
    top: -120px;
}

html {
    scroll-behavior: smooth;
}

a:link {
    text-decoration: none;
    color: black;
  }
  
  a:visited {
    text-decoration: none;
    color: black;
  }
  
.containers {
 
  } 

/* PAGE TOP */
#header {
    width: 100%;
    height: 120px;
    max-height: 120px;
    border-bottom: solid 1px rgb(190, 190, 190);
    position: fixed;
    display: block;
    top: 0;
    background: rgba(255,255,255, 0.9);
    z-index: 10000000;
    align-content: ;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.10);
}

#logo {
    background: url(./images/HorizLogo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-indent: -99999px;
    width: 200px;
    height: 80px;
    position: relative;
    display: inline-flex;
    float: left;
    top: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 2%;
    /* transform: translateX(-90px); */
    z-index: 20;
}
#logo2 {
    background: url(./images/HorizLogo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-indent: -99999px;
    width: 253px;
    height: 102px;
    display: inline-block;
    top: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 37%;
    /* transform: translateX(-90px); */
    z-index: 20;
}

#main-navigation {
    display: inline-flex;
    position: relative;
    height: 48px;
    width: 40%;
    margin-top: 35px;
    margin-bottom: 37px;
    margin-left: 5%;
    font-size: 24px;
}

#main-navigation li {
    /* display: inline-block; */
    height: 48px;
   
    margin: 0px 15px 0px 8%;
    font-family: helvetica;
    font-weight: 300;
    opacity: 0.7;
    display: inline;
}

#main-navigation li:hover {
    opacity: 0.3;
}

#navhome {
    margin: 15px 5%;
}

.navdata {
    
    font-size: 16px;
    position: relative;
    display: inline-block;
    margin-top: 30px;
    margin-right: 5%;
    float: right;
    font-family: helvetica;
    font-weight: 300;
    opacity: 0.7;
    
   
}

.navdata td {
    padding: 5px 10px;
}
.navdata2 td {
    padding: 8px 10px;
    font-size: 28px;
}

#logo:hover {
    opacity: 0.6;
}

/* CONTENT 1 - welcome and we provide... */


#welcometitlewrapper {
    width: 40%;
    margin: 0 30%;
    border-top: #41b7e2b7 1px solid;
    padding: 20px 0;
}

#container1 {
   

   
    justify-content: center;
    display: flex;
    position: relative;
    top: 121px;
    z-index: 3;
    
}

#container1 h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 36px;
    opacity: 0.8;
    line-height: 2.2;
    text-align: center;
    margin: 0 auto;
}
#big-container {
    background: url(./images/iStock_Lady.jpg); 
    background-repeat: no-repeat;
    background-size: 60%;
    overflow: hidden;
    min-height: 800px;
    height: 100vh;
    background-position: 120% 100%;
    display: block;
    position: relative;
    /* margin-bottom: 50px; */
    z-index: 3;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.20);
}

#welcomebox {
    
    display: flex;
    width: 1200px;
}

.welcome {
    width: 66%;
    min-width: 400px;
    max-width: 800px;
    position: relative;
    z-index: 3;
    
    display: inline-block;
    background-color: white;
    opacity: 0.85;
    border-radius: 0.5%;
    padding: 2rem 2rem 2rem 5%;
    -moz-box-shadow: 0px 0px 5px 5px  #FFFFFF;
    -webkit-box-shadow: 0px 0px 5px 5px  #FFFFFF;
     box-shadow: 0px 0px 5px 5px #FFFFFF;
}

.welcome h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 36px;
    opacity: 0.8;
    line-height: 2.2;
    text-align: left;
    margin: 0 auto;
    padding-bottom: 25px;
}

.welcome h3 {
    color: #33a3dc;
    font-size: 30px;
}

.welcome p, ul {
    /* width: 85%; */
    max-width: 750px;
    min-width: 350px;
    font-weight: 100;
    font-size: 20px;
    line-height: 2;
    
}

#right-container1 {
    max-width: 34%;
    
}

#weoffer {
    display: inline-block;
    margin: 50px 50px 50px 0;
    padding-left: 50px;
    background-color: white; */ 
    
    
    font-weight: 900;
    position: relative;
    
    /* height: 250px; */
    white-space: nowrap;
}

#weoffer h3 {
    color: #092029cb;
    font-size: 20px;
    margin-bottom: 10px;
    
}

#weoffer ul {
    list-style-type: none;
}
    

#weoffer ul li {
    line-height: 2.5;
    font-weight: 500;
    font-size: 20px;
    font-weight: 900;
    font-family: 'Helvetica';
}

.checkimg {
    height: 12px;
    width: 12px; 
    background: url(./images/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0 7px;
    opacity: 0.5;
}

/* CONTENT 2 - our services cards */

._8hwy {
    display:none;
}

#containerBG {
   /* background: url(./bluewhite.png); */
    background-repeat: no-repeat;
    /* background-size: cover; */
    display: block;
    position: relative;
}

#container2 {
    /* background: url(./bluewhite.png); */
    height: 1200px;
    background: url(./images/bluewhite.png);
    
    display: block;
    position: relative;
   
    z-index: 3;
}

#container2whiten {
    background-color: white;
    opacity: 0.3;
    height: 100%;

    width: 100%;
    display: block;
    position: absolute;
}

#container1whiten {
    background-color: white;
    opacity: 0.8;
    height: 100vh;

    width: 100%;
    display: none;
    position: absolute;
}



#servicetitlewrapper {
    width: 40%;
    margin: 0 30%;
    padding: 20px 0;
}

#container2 h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 36px;
    opacity: 0.8;
    line-height: 2.2;
    text-align: center;
    margin: 0 auto;
}

#servicecardbox1, #serviceboxjoey {
    margin-top: 50px;
    display: flex; 
    justify-content: center;
    position: relative;
    height: 450px;
    z-index: 10;
}
#serviceboxjoey2 {
    margin-top: 50px;
    display: flex; 
    
    justify-content: center;
    position: relative;
    height: 550px;
        z-index: 10;
}

#mobileservices {
    margin-top: 50px;
    display: none;
    
    justify-content: center;
    position: relative;
    height: 450px;
    z-index: 10;
}
.mservice {
    display:block;
    position:relative;
    height: 600px;
    margin: 0 5% 130px;
}

.mservice img {
    padding: 8;
    background-color: white;
    border-radius: 10%;
}

.mservice h3 {
    font-size: 34px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #54b1e2;
    display: ;
    white-space: nowrap;
    padding-bottom: 10px;
}
.mservicetext {
    display:inline-block;
    position: relative;
    width: 50%;
}

#m-test .mservicetext {
    width: 54%;
}

.mservicetextb {
    display:inline-block;
    position: relative;
    width: 100%;
    line-height: 1.7;
}

.serveright {
    float: right;
}
.mservice p {
    font-size: 34px;
    line-height: 1.72;
}

.mservice-i {
    width: 380px;
    display: inline-block;
    float: right;
    
    
}

.mservice-i2 {
    width: 380px;
    display: inline-block;
    float: left;
    
}

#m-checks {
    height: 370px;
}

#m-consult {
    height: 485px;
}

#m-test {
    height: 520px;
}

#m-govt {
    height: 365px;
}

#m-implants {
    height: 420px;
}

#m-protection {
    height: 360px;
}

#m-devices {
    height: 490px;
}

#m-hearingaid {
    height: 610px;
}


/* CONTENT 3 - About */

#container5 {
    background: url(./images/bluewhite.png);
    background-position: bottom;

    min-height: 720px;  
   
    
    display: block;
    position: relative;
    /* background-color: #c7e7f3b7; */
    z-index: 3;
}

#container5whiten {
    background-color: white;
    opacity: 0.9;
    height: 100%;

    width: 100%;
    display: block;
    position: absolute;
}


#about-titlewrapper h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 36px;
    opacity: 0.8;
    line-height: 2.2; 
    text-align: center;
    margin: 0 auto;
}


#about-titlewrapper {
    width: 40%;
    margin: 0 30%;
    
    padding: 20px 0 0 0;
}

#about-box {
    margin: 0 15%;
    display: flex;
    max-width: 70%;
}

#about-box p {
    width: 85%; 
    max-width: 750px;
    min-width: 350px;
    font-weight: 100;
    font-size: 18px;
    opacity: 0.75;
    line-height: 2;
}



/* CONTENT 4 - Contact & Locations */

#container4 {
    z-index: 3;

    display: block;
    position: relative;
    /*background-color: rgba(172, 172, 172, 0.658); */
    background-color: whitesmoke; */
}

#contact-titlewrapper {
    width: 40%;
    margin: 0 30%;
    
    padding: 20px 0 0 0;
}

#container4 h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 36px;
    opacity: 0.8;
    line-height: 2.2;
    text-align: center;
    margin: 0 auto;
}

#container4 table {
    margin-top: 25px;
}

.data1 {
    padding: 9px 30px 9px 0;
}

.morespace {
    padding-bottom: 9px;
}

.data2 {
    padding: 17px 30px 17px 0;
}

#contact-afterhours {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

#contact-afterhoursbox {
    width: 960px;
    position: relative;
    z-index: 3;
    margin: 25px 0 0 0;
    display: inline-block;
}

#contact-afterhoursbox td {
    min-width: 65px;
}

#contact-afterhours p {
    position: relative;
    display: block;
}
#contactbox {
    display: flex;
    justify-content: center;
}
#places {
    display:flex;
    width: 1200px;
    justify-content: center;
}

#concord {
    position: relative;
    z-index: 3;
    padding: 50px 0 50px 0;
    display: inline-block;
    width: 35%;
    /* max-width: 49%; */
}



#ashfield {
    display: inline-block;
    padding: 50px 0 50px 0;
    padding-left: 5%; 
    position: relative;
    width: 40%;
    
    /* max-width: 49%; */
}

#ashfield td {
    max-width: 299px;
}

#container4 h2 {
    font-weight: 600;3
    opacity: 0.8;
}

#contactbox p {
    margin: 50px 0 0 0;
}

#contactbox img {
    margin: 40px 0;
    border: rgb(156, 156, 156) 1px solid;
    display: block;
    position: relative;
}
#contactbox iframe {

    position: relative;
}

@media (min-width: 1101px) {
    .big-maps {
        display:none;
    }
    .topnav {
        display: none;
    }
}

/* Footer */





#footer {
    position: relative;
    display: block;
 
    bottom: 0;
    left: 0;
    opacity: 0.8;
    width: 100%;
    height: 60px;
    background-color: rgba(172, 172, 172, 0.658);
    /* background-color: dimgrey; */
}

#footer p {
    width: 100%;
    line-height: 4;
    font-size: 14;
    font-weight: 600;
    text-align: center;
}

/* About Page */
#containerabout {
    
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    /* background: rgba(255,255,255, 0.7); */
    z-index: 3;
}

#containerabout h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 36px;
    opacity: 0.8;
    line-height: 2.2;
    text-align: center;
    margin: 0 auto;
}


#aboutcontent1 {
    margin: 50px 0 0px 0;
    /* background: rgba(255,255,255, 0.7); */
    display: flex;
    position: relative;
    justify-content: center;
    height: 320px;
}

#aboutcontentbox {
    width: 1200px;
    height: 389px;
    
}

#deantitle {
    display: inline-block;
    position: relative;
    margin-left: 460px;
    color: #54b1e2;
    font-size: 20;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.4;
}


#aboutinfo1{
    display: inline-block;
    position: relative;
    margin-top: 5px;
    margin-left: 460px;
    width: 500px;
    max-width: 750px;
    font-weight: 100;
    font-size: 20px;
    opacity: 0.8;
    line-height: 1.7;
}

#aboutinfo3{
    display: none;
    position: relative;
    margin-top: 5px;
    margin-left: 460px;
    
    max-width: 750px;
    font-weight: 100;
    font-size: 20px;
    opacity: 0.8;
    line-height: 1.89;
}

#aboutinfo4{
    display: none;
    position: relative;
    margin-top: 5px;
    margin-left: 460px;
    width: 500px;
    max-width: 750px;
    font-weight: 100;
    font-size: 20px;
    opacity: 0.8;
    line-height: 1.89;
}

#aboutinfo2{
    display: inline-block;
    position: relative;
    margin-right: 35%;
    max-width: 750px;
   
    width: 30%;
    font-weight: 100;
    font-size: 20px;
    opacity: 0.8;
    line-height: 2;
    float: right;

   
   
     
}



#imgcontainerabout1 {
    display: inline-block;
    position: absolute;
    width: 20%; 
    margin-left: 178px;
    
    
}



#dean {
    background: url(./images/deanlogo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 50;
    height: 389;
    width: 212;
    
    
    
}



#abouttitlewrapper {
    width: 40%;
    margin: 0 30%;
    
    padding: 20px 0;
}



#footera {
    position: absolute;
    display: block;

    bottom: 0;
    left: 0;
    opacity: 0.8;
    width: 100%;
    height: 60px;
    background-color: rgba(172, 172, 172, 0.658);
    /* background-color: dimgrey; */
}

#footera p {
    width: 100%;
    line-height: 3.5;

    text-align: center;
}





.highlightText {
    color: #54b1e2 !important;
}

.highlightText2 {
    color: #54b1e2 !important;
}


/* * * *
 *     *
 * * * */

._8hyc ._8hx3 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

._8hyc, ._8hyc2 {
    width: 1200px;

    
}

._8hyc ._8hx5 {
    box-sizing: border-box;
    display: block;
    order: 2;
    padding-bottom: 20px;
    text-align: left;
    width: 100%
}

._8hyc ._8hx3 ._8hx4 {
    padding: 20px 0;
    text-align: center;
    width: 100%
}

._8hyc ._8hx3 ._8hx6 {
    display: none;
}

._8hyc ._8hx7 {
    box-sizing: border-box;
    order: 1;
    width: 100%
}

._8hx9 {
    box-sizing: border-box;
    min-height: 250px;
    position: relative;
    width: 100%
}

._8hy9 {
    bottom: 0;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    opacity: 0;
    
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 250ms linear;
    width: 100%
}

._8hy9 ._8hyb {
    
    object-fit: contain;
    width: 100%;
}

._8hya {
    opacity: 1;
    pointer-events: all
}

._8hya2 {
    opacity: 1;
    pointer-events: all
}

._8ixa {
    height: 100%;
    position: relative
}

._8hyc ._8hww {
    
    position: relative;
    padding: 10px 0;
}


/* HERE */

._8hyc ._8hx0 {
    color: #a4a5a6;
    cursor: pointer;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 5px;
    outline: none;
    transition: color .5s linear;
    line-height: 1.4;
}

._8hyc ._8hx1 {
    height: auto;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  
    position: relative;
    transition: max-height 0s, opacity .3s
}

._8hyc ._8hwx ._8hx1 {
    max-height: 600px;
    opacity: 1;
    transition: max-height .3s, opacity .3s
}

._8hyc ._8hwx2 ._8hx1 {
    max-height: 600px;
    opacity: 1;
    transition: max-height .3s, opacity .3s
}

._8hyc ._8hwy {
    background-color: #d2d2d2;
    bottom: 0;
    display: none;
    left: 0;
    margin: 0 0 10px 0;
    max-height: 100px;
    position: absolute;
    top: 0;
    transition: height .3s;
    width: 2px
}

._8hyc ._8hwz {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition-property: transform;
    transition-timing-function: linear;
    width: 2px
}

._8hyc ._8hw- {
    opacity: 1;
    transform: scaleX(1);
}
._8hyc ._8hw-2 {
    opacity: 1;
    transform: scaleX(1);
}

._8hx2 {
    margin-top: 5px;
    font-size: 20px;
    line-height: 1.4;

}
/* Applying the above style dynamically will apply the correct animation */

._8hyc ._8hx0:not(.highlightText):focus,
._8hyc ._8hx0:not(.highlightText):hover {
    color: #000
}

._8hyc ._8hx0:not(.highlightText2):focus,
._8hyc ._8hx0:not(.highlightText2):hover {
    color: #000
}

._8hyc ._8hx0:first-child {
    margin-top: 0
}

@media (min-width: 768px) {
    ._8hyc ._8hx3 {
        flex-direction: row;
        justify-content: center;
    }
    ._8hyc ._8hx32 {
        flex-direction: row
    }
    ._8hyc ._8hx7,
    ._8hyc ._8hx5 {
        padding-bottom: 40px
    }
    ._8ixa {
        margin: 0 auto;
        max-width: 80%
    }
    
    
}
    


@media (min-width: 1000px) {
    ._8hyc ._8hx3 ._8hx4 {
        display: none
    }
    ._8hyc ._8hx3 ._8hx6 {
        display: block;
        margin-bottom: 40px;
        padding: 20px 0 0 0
    }
    ._8hyc ._8hx5 {
        display: flex;
        flex-direction: column;
        order: 2;
        margin: 0 0 20px 10%;
        width: 40%;
        
    }
    ._8hy9 {
        padding-bottom: 0
    }
    ._8hx9 {
        min-height: 280px
    }
    ._8hyc ._8hx7 {
        order: 1;
        padding: 0 0;
        width: 480px;
        
    }
    ._8hyc._8hyd ._8hx5 {
        order: 2
    }
    ._8hyc._8hyd ._8hx7 {
        order: 1
    }
    ._8hyc ._8hww {
    
    }
}

@media (max-width: 999px) {
    ._8hyc ._8hxa {
        opacity: 0;
        transform: translateY(75px);
        transition: all .5s cubic-bezier(.165, .84, .44, 1)
    }
    ._8hyc ._8hww._8hwx ._8hxa {
        opacity: 1;
        transform: translateY(0)
    }
    ._8hyc ._8hww._8hwx2 ._8hxa {
        opacity: 1;
        transform: translateY(0)
    }
    ._8hyc ._8hx7 {
        order: 1;
        padding: 0 0;
        
        
    }
    #container2 {
        height: 4870px;
    }
    #serviceboxjoey {
        height: 1300px;
    }
    #serviceboxjoey2 {
        height: 1450px;
    }
    #hyc2 {
        padding-right: 0;
    }
} 



._8itg {
    align-items: center;
    display: inline-flex;
    margin-right: 20px
}

._8ith {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0
}

._8gmk {
    text-align: left
}

._8gnw {
    max-width: 100%
}

._8gmg {
    display: flex;
    flex-direction: column
}

._8gmk ._8gmh {
    color: #148aff
}

._8gmk ._8gmg ._8gmi {
    color: #000;
    font-weight: 600;
    margin-top: 8px
}

._8gmk ._8gnx {
    color: #777879;
    margin-top: 8px
}

._8gnu {
    display: flex;
    margin: 0 auto
}

._8gnu ._8gmh {
    color: #000;
    font-size: 22px;
    line-height: 28px;
    margin-top: 20px
}

._8gnu ._8gmj {
    background: none;
    border: none;
    display: flex;
    margin: 0;
    padding: 0;
    text-align: left
}

._8gnu ._8gmg ._8gmi {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

@media (min-width: 1000px) {
    ._8gnu ._8gnv {
        display: flex
    }
    ._8gnu ._8gnw {
        max-width: 480px
    }
    ._8gnu ._8gmg {
        justify-content: center;
        padding: 0 20px 0 48px
    }
    ._8gnu ._8gmh {
        margin-top: 0
    }
    ._8gnu ._8gnx {
        margin-top: auto
    }
}

@media (min-width: 1260px) {
    ._8gnu ._8gnw {
        max-width: 640px
    }
    ._8gnu ._8gmg {
        min-width: 400px
    }
} 

._8huy._8huz,
._8hu-._8hu_ {
    padding-top: 0
}

._8huz {
    border-radius: 0;
    height: 60px;
    line-height: 60px;
    margin: 0;
    min-width: 180px;
    vertical-align: top
}

._8hu- {
    display: block
}

._8it4 {
    -webkit-appearance: radio;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 8px;
    margin-left: 1px;
    vertical-align: middle;
    width: 16px
}

._8it5 {
    cursor: default
}

#bootloader_sX7eq {
    height: 42px;
}

.bootloader_sX7eq {
    display: block!important;
}
  

.widget{
    z-index: 99999;
    position: absolute;
}



/* MOBILE STUFF */

@media (max-width:1100px) {
    #container5, #welcomebox, #container2, #places, #aboutcontentbox {
        width: 100%;
    }

    .fa {
        font-size: 80px;
        margin: 30px;
    }

    .contacticon {
        display: none;
    }

    .navdata {
        margin-right: 0;
        display: inline-block;
        position: relative;
    }

    #header {
        height: auto;
        max-height: none;
    }
    #logo, #imgcontainerabout {
        display: none;
    }
    #main-navigation {
        display: none;
    }
    #container2 {
        background-size: cover;
        background-repeat: no-repeat;
    }
    #container2whiten {
        opacity: 0.7;
    }
    #blocks {
        margin-left: 0px;
    }
    .navdata {
        font-size: 26px;
        margin-top: 15px;
        display:none;
    }
    #big-container {
        background-size: 150%;
        background-position-x: -30%;
        height: 100vh;
    }
    ._8hx2 {
        margin-left: 0;
    }

    .anchor {
        position: relative;
        top: -226px;
    }

    #container1 {
        top: 180px;
    }
    #welcomebox {
        margin: 0 5% 0 5%;
        max-width: 100%;
    }
    .welcome {
        width: 100%;
        margin: 50px 0 50px 0;
        padding: 0;
    }
    .welcome h2 {
        font-size: 60px;
        text-align: center;
     

    }
    .welcome p, #aboutinfo {
       
        max-width: 100%;
        width: 95%;
        font-size: 34px;
    }
    #container2 {
        min-height: 1700px;
    }

    #container5 {
        min-height: 1110px;
    }

    #container2 h1, #contact-titlewrapper h1, #containerabout h1 {
        font-size: 60px;
        font-weight: 300;
    }
    #servicetitlewrapper {
        width: auto;
        margin: 0;
    }

    #serviceboxjoey, #serviceboxjoey2 {
        display: none;
    }

    #mobileservices{
        display:block;
    }
    
    #imgs {
        
    }
    ._8hy9 {
        margin: 0 0 0 0; 
    }
    ._8hyb {
        width: 50%;
    }   
    ._8hy9 ._8hyb {
        
    }
    ._8hyc ._8hx0 {
        font-size: 42px;
    }
    


    ._8hyc ._8hww {
        padding: 20px 0;
    }
    ._8hyc ._8hx7 {
        height: 550px;
        margin-bottom: ;
    }
    ._8hyc ._8hx0:first-child {
        /* margin-left: 20px; */
    }
    ._8hx2 {
        
    
        font-size: 32px;
        line-height: 1.8;
        font-weight: 200;
    }
    ._8hy9 {
        margin: 0 0 0 0; 
    }
    #imgcontainerabout1 {
        margin-left: 5%;
    }

    #dean {
        width: 300px;
        height: 550px;
    }
    #aboutinfo1 {
        font-size: 34px;
        margin: 0 9% 0;
        width: 80%;
        display: none;
    }
    #deantitle {
        font-size: 34px;
        margin: 0 9% 0 40%;
    }
    #aboutinfo3 {
        display: inline-block;
        font-size: 34px;
        margin: 10px 5% 0 40%;
        
    }

    #aboutinfo4 {
        display: inline-block;
        font-size: 34px;
        margin: 0 5% 0;
        width: 82%;
        max-width: 82%;
    }

    

    #aboutcontent1 {
        margin: 0;
        /* background: rgba(255,255,255, 0.7); */
        display: block;
        position: relative;
        
        height: 320px;
    }
    
    #aboutcontent2 {
        margin: 0;
        /* background: rgba(255,255,255, 0.7); */
        display: block;
        position: relative;
     
    }
    #places {
        display: block;
    }

    #contactbox h2 {
        font-size: 42px;
    }
    #contactbox td {
        font-size: 34px;
        padding: 8px 0;
    }
    #contact-afterhours h2 {
        font-size: 42px;
    }
    #contact-afterhours td {
        font-size: 34px;
    }
    #concord, #ashfield {
        max-width: 100%;
        width: 100%;
        padding: 50px 50px 50px 0;
    }
    #ashfield td {
        max-width: 100%;
    }
    #contact-afterhours, #contactbox {
        margin: 0 5%;
    }
    #contact-afterhoursbox {
        margin: 0;
    }
    #container4 .data1 {
        display: none;
    }
    .small-maps {
        display:none;
    }


  
}















._8hyc2 ._8hx3 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

._8hyc2 ._8hx5 {
    box-sizing: border-box;
    display: block;
    order: 2;
    
    padding-bottom: 20px;
    text-align: left;
    width: 100%
}

._8hyc2 ._8hx3 ._8hx4 {
    padding: 20px 0;
    text-align: center;
    width: 100%
}

._8hyc2 ._8hx3 ._8hx6 {
    display: none; 
}

._8hyc2 ._8hx7 {
    box-sizing: border-box;
    order: 1;
    width: 100%
}

._8hx9 {
    box-sizing: border-box;
    min-height: 250px;
    position: relative;
    width: 100%
}

._8hy9 {
    bottom: 0;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    opacity: 0;
    
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 250ms linear;
    width: 100%
}

._8hy9 ._8hyb {
    
    object-fit: contain;
    width: 100%;
}

._8hya {
    opacity: 1;
    pointer-events: all
}

._8hya2 {
    opacity: 1;
    pointer-events: all
}

._8ixa {
    height: 100%;
    position: relative
}

._8hyc2 ._8hww {
    
    position: relative;
    padding: 10px 0;
}


/* HERE */

._8hyc2 ._8hx0 {
    color: #a4a5a6;
    cursor: pointer;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 5px;
    outline: none;
    transition: color .5s linear;
    line-height: 1.4;
}

._8hyc2 ._8hx1 {
    height: auto;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  
    position: relative;
    transition: max-height 0s, opacity .3s
}

._8hyc2 ._8hwx ._8hx1 {
    max-height: 600px;
    opacity: 1;
    transition: max-height .3s, opacity .3s
}

._8hyc2 ._8hwx2 ._8hx1 {
    max-height: 600px;
    opacity: 1;
    transition: max-height .3s, opacity .3s
}

._8hyc2 ._8hwy {
    background-color: #d2d2d2;
    bottom: 0;
   /* display: none; */
    left: 0;
    margin: 0 0 10px 0;
    max-height: 100px;
    position: absolute;
    top: 0;
    transition: height .3s;
    width: 2px
}

._8hyc2 ._8hwz {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition-property: transform;
    transition-timing-function: linear;
    width: 2px
}

._8hyc2 ._8hw- {
    opacity: 1;
    transform: scaleX(1);
}
._8hyc2 ._8hw-2 {
    opacity: 1;
    transform: scaleX(1);
}

._8hx2 {
    
    font-size: 20px;
    line-height: 1.4;

}
/* Applying the above style dynamically will apply the correct animation */

._8hyc2 ._8hx0:not(.highlightText):focus,
._8hyc2 ._8hx0:not(.highlightText):hover {
    color: #000
}

._8hyc2 ._8hx0:not(.highlightText2):focus,
._8hyc2 ._8hx0:not(.highlightText2):hover {
    color: #000
}

._8hyc2 ._8hx0:first-child {
    margin-top: 0
}

@media (min-width: 768px) {
    ._8hyc2 ._8hx3 {
        flex-direction: row;
        justify-content: center;
        
    }
    ._8hyc2 ._8hx32 {
        flex-direction: row
    }
    ._8hyc2 ._8hx7,
    ._8hyc2 ._8hx5 {
        padding-bottom: 40px
    }
    ._8ixa {
        margin: 0 auto;
        max-width: 80%
    }
    
}
    


@media (min-width: 1000px) {
    ._8hyc2 ._8hx3 ._8hx4 {
        display: none
    }
    ._8hyc2 ._8hx3 ._8hx6 {
        display: block;
        margin-bottom: 40px;
        padding: 20px 0 0 0
    }
    ._8hyc2 ._8hx5 {
        display: flex;
        flex-direction: column;
        order: 1;
        /* padding: 20px 20px 150px 20px; */
        width: 40%;
    }

    
    ._8hy9 {
        padding-bottom: 0
    }
    ._8hx9 {
        min-height: 280px
    }
    ._8hyc2 ._8hx7 {
        order: 2;
        margin: 0 0 20px 100px;
        width: 480px;
        
    }
    ._8hyc2._8hyd ._8hx5 {
        order: 2
    }
    ._8hyc2._8hyd ._8hx7 {
        order: 1
    }
    ._8hyc2 ._8hww {
        
    }
}

@media (max-width: 999px) {
    ._8hyc2 ._8hxa {
        opacity: 0;
        transform: translateY(75px);
        transition: all .5s cubic-bezier(.165, .84, .44, 1)
    }
    ._8hyc2 ._8hww._8hwx ._8hxa {
        opacity: 1;
        transform: translateY(0)
    }
    ._8hyc2 ._8hww._8hwx2 ._8hxa {
        opacity: 1;
        transform: translateY(0)
    }
} 

._8itg {
    align-items: center;
    display: inline-flex;
    margin-right: 20px
}

._8ith {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0
}

._8gmk {
    text-align: left
}

._8gnw {
    max-width: 100%
}

._8gmg {
    display: flex;
    flex-direction: column
}

._8gmk ._8gmh {
    color: #148aff
}

._8gmk ._8gmg ._8gmi {
    color: #000;
    font-weight: 600;
    margin-top: 8px
}

._8gmk ._8gnx {
    color: #777879;
    margin-top: 8px
}

._8gnu {
    display: flex;
    margin: 0 auto
}

._8gnu ._8gmh {
    color: #000;
    font-size: 22px;
    line-height: 28px;
    margin-top: 20px
}

._8gnu ._8gmj {
    background: none;
    border: none;
    display: flex;
    margin: 0;
    padding: 0;
    text-align: left
}

._8gnu ._8gmg ._8gmi {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

@media (min-width: 1000px) {
    ._8gnu ._8gnv {
        display: flex
    }
    ._8gnu ._8gnw {
        max-width: 480px
    }
    ._8gnu ._8gmg {
        justify-content: center;
        padding: 0 20px 0 48px
    }
    ._8gnu ._8gmh {
        margin-top: 0
    }
    ._8gnu ._8gnx {
        margin-top: auto
    }
}

@media (min-width: 1260px) {
    ._8gnu ._8gnw {
        max-width: 640px
    }
    ._8gnu ._8gmg {
        min-width: 400px
    }
} 

._8huy._8huz,
._8hu-._8hu_ {
    padding-top: 0
}

._8huz {
    border-radius: 0;
    height: 60px;
    line-height: 60px;
    margin: 0;
    min-width: 180px;
    vertical-align: top
}

._8hu- {
    display: block
}

._8it4 {
    -webkit-appearance: radio;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 8px;
    margin-left: 1px;
    vertical-align: middle;
    width: 16px
}

._8it5 {
    cursor: default
}

#bootloader_sX7eq {
    height: 42px;
}

.bootloader_sX7eq {
    display: block!important;
}
  

.widget{
    z-index: 99999;
    position: absolute;
}

@media (max-width:1100px) {
    #header {
        height: auto;
        max-height: none;
    }
    #logo, #imgcontainerabout {
        display: none;
    }
    #main-navigation {
        display: none;
    }

    .navdata2 {
        font-size: 26px;
        float: right;
        display:inline-block;
        margin: 26px 5% 0 0;
    }
    #big-container, #container1whiten {
        min-height: 1600px;
        height: 100vh;
    }

    .anchor {
        position: relative;
        top: -226px;
    }

    #container1 {
        top: 180px;
    }

    #container1whiten {
        display: block;
    }
    #welcomebox {
        margin: 0 5% 0 5%;
        max-width: 100%;
    }
    .welcome {
        width: 100%;
        margin: 50px 0 50px 0;
        padding: 0;
        background: none;
        -moz-box-shadow: 0px 0px 0px 0px  #FFFFFF;
    -webkit-box-shadow: 0px 0px 0px 0px  #FFFFFF;
     box-shadow: 0px 0px 0px 0px #FFFFFF;
    }

   

    .welcome h2 {
        font-size: 60px;
        text-align: center;
     

    }
    .welcome p, #aboutinfo {
       
        max-width: 100%;
        width: 95%;
        font-size: 34px;
    }
    #container2 {
        min-height: 1600px;
    }

    #container5 {
        min-height: 1110px;
    }

    #container2 h1, #contact-titlewrapper h1, #containerabout h1 {
        font-size: 60px;
        font-weight: 300;
    }
    #servicetitlewrapper {
        width: auto;
        margin: 0;
    }
   
    #imgs {
       
    }
    ._8hy9 {
        margin: 0 0 0 0; 
    }
    ._8hyb {
        width: 50%;
    }   
    ._8hy9 ._8hyb {
        
        
    }
    ._8hyc2 ._8hx0 {
        font-size: 42px;
    }
    ._8hyc2 {
       
    }


    ._8hyc2 ._8hww {
        padding: 10px 0;
    }
    ._8hyc2 ._8hx7 {
        height: 550px;
        margin-bottom: ;
    }
    ._8hyc2 ._8hx0:first-child {
        /* margin-left: 20px; */
    }
    ._8hx2 {
        
        font-size: 32px;
        line-height: 1.8;
        font-weight: 200;
    }
    ._8hy9 {
        margin: 0 0 0 0; 
    }

    #aboutcontent1 {
        margin: 0;
        /* background: rgba(255,255,255, 0.7); */
        display: block;
        position: relative;
        
        height: 320px;
    }
    
    #aboutcontent2 {
        margin: 0;
        /* background: rgba(255,255,255, 0.7); */
        display: block;
        position: relative;
        
    }

    #contactbox h2 {
        font-size: 34px;
    }
    #contactbox td {
        font-size: 34px;
        padding: 8px 0;
    }
    #contact-afterhours h2 {
        font-size: 34px;
    }
    #contact-afterhours td {
        font-size: 34px;
    }
    #concord, #ashfield {
        max-width: 100%;
        width: 100%;
        padding: 50px 50px 50px 0;
    }
    #ashfield td {
        max-width: 100%;
    }
    #contact-afterhours, #contactbox {
        margin: 0 5%;
    }
    #contact-afterhoursbox {
        margin: 0;
    }
    #container4 .data1 {
        display: none;
    }
    .small-maps {
        display:none;
    }


  
}