﻿/* ----------------------------------------------------------------*/
/* Grid between 480-767px (mediaqueries)
-----------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    
    
/* RESPONSIVE FIXED HEADER POSITIONS - 767px
----------------------------------------------------*/
.addressfixpositionheader {
    margin-top: 81px !important;
    z-index: 99;
    }
    
.addressfixpositionsubbanner {
    margin-top: 0;
    }

.addressfixpositioncontent {
    margin-top: 78px;
    }

/* RESPONSIVE BASE CONTAINER & GRID WIDTH - 767px
----------------------------------------------------*/
.basecontainer {
    clear: both; 
    width: 100%; 
    }

.basesectionwidth {
    clear: both; 
    width: 100%;
    min-width: 450px;
    max-width: 748px;
    }

.basegridwidth {
    width: 96%;
    min-width: 420px; 
    max-width: 740px;
    }
    
.contentwidth {
    width: 98%;
    min-width: 420px;
    max-width: 740px;
    }

/* RESPONSIVE HEADER - 767px
----------------------------------------------------*/
 .headerR {
    position: fixed; 
    top: 30px;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 101;  
    background-color: #ffffff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
 .ctabuttons {
    position: fixed; 
    top: 0;
    right: 0;
    max-width: 1004px;
    height: 30px;
    z-index: 105;  
    background-color: #ffffff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.logo {
    position: absolute; 
    top: 8px; 
    left: 8px; 
    z-index: 104;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    }

.logo img {
    width: 390px;
    }
 
/* RESPONSIVE MAIN NAV SHOW/HIDE - 767px
----------------------------------------------------*/
.navd, .utilitynav, .subnavvisible, #contactnowmenu, .header {
    display: none !important;
    }

header, .navr {
    display: block;
    }

/* RESPONSIVE BUTTON - 767px
-------------------------------------------------------*/  
.menu-btn{
    top: 20px;
    right: 10px;
	width: 50px;
	height: 50px;
    }

.menu-btn:before{
    top: 0;
    right: 0;
    line-height: 50px;
    font-size: 20px;
    height: 50px;
    width: 50px;
    }

.cd-nav .cd-primary-nav li {
    margin: 10px 0 10px 60px;
}

.responsivemenutext .address {
    margin: 66px 0 10px 60px;
}

.responsivemenutext .contactus {
    margin: 12px 0 10px 60px;
}


    
/* RESPONSIVE MENU - 767px
-------------------------------------------------------*/ 
.menu-title .title a {
    display: block;
    padding: 38px 5px 0 10px;
    font-size: 20px;
    }

/* RESPONSIVE CONTENT AREAS & GRIDS - 767px
--------------------------------------------------*/     
.contentgrid {
    width: 100%;
    } 

.contentarea {
    position: relative;
    clear: both;
    float: none;
    padding: 0;
    width: 100%;
    min-width: 440px;
    }
    
.contentarea .contentblock {
    padding: 5px 0 25px 0;
    width: 100%;
    max-width: 748px;
    min-width: 440px;
    min-height: 600px;
    _height: 600px;
    } 
	
.forceheight {
    min-height: 800px;
    _height: 800px;
}

/* RESPONSIVE SUB BANNER - 767px
----------------------------------------------------------*/
.subbanner{
    clear: both;
    position: relative;
    top: 80px;
    left: 0;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background-color: #F1F1F1;
    z-index: 4;
    }

/* RESPONSIVE INTERNAL HEADER - 767px
----------------------------------------------------------*/

.sectionheaderinternal .sectiongrid {
    height: 650px;
}

.sectiongriditem.columnasset.bgheaderinternal {
    height: 400px;
    min-height: 400px;
}

.seemorecontainer.buttonprofilepage {
    top: 380px;
}

/* RESPONSIVE SUB PARENT TITLE - 767px
----------------------------------------*/
.parenttitle {
    top: 60px;
    padding: 0;
    width: 100%;
    }

.parenttitle h1 {
    display: inline-block;
    clear: both;
    letter-spacing: .1em;
    font-size: 34px;
    line-height: 38px;
    font-weight: 900;
    padding: 0 0 2px 0;
    margin: 0 auto;
    } 

.parenttitle h1 button {
    letter-spacing: .1em !important;
    font-size: 34px !important;
    line-height: 38px !important;
    } 

.parenttitle .links {
    clear: both;
    text-align: center;
    margin: 0 auto;
    font-weight: 300;
    padding: 30px 0 8px 0;
}

.parenttitle .links a, .parenttitle .links button {
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
    color: #194B69;
    background: none;
    outline:none;
    border: none;
    border-top: 1px solid #DEDDDE;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    letter-spacing: .06em;
    font-weight: 500;
    padding: 5px 0;
    margin: 0 10px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.parenttitle .links a:hover, .parenttitle .links button:hover,  {
    color: #4F4C4D;
}  

/* RESPONSIVE THREE COLUMN GRID - 767px
---------------------------------------- */
.threecolgrid {
    clear: both;
    width: 100%;
    min-height: 200px;
    _height: 200px;
    margin: 0 auto;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
}

.threecolgrid .threecol {
    position: relative;
    width: 46%;
    flex-basis: 46%;
    vertical-align: top;
    box-sizing: border-box;
    margin-right: 0;
}
 
.threecolgrid .threecol:nth-child(3n+3) {}

.threecolgrid .threecol:nth-child(3n+1) {}


.filling-empty-space-childs {
    width: 46%;
    height:0;
}


/* RESPONSIVE FULL GRID/CONNECT - 767px
----------------------------------------------------*/ 
.fullgrid {
    width: 100%;
    display: block;
}

.fullgrid .gridleft{
    float: none;
    width: 100%;
    height: 350px;
    background-image: url('/Themes/Default/Content/Images/bg-connect.jpg');
    background-position: right bottom;
    background-size: cover;
}

.fullgrid .gridright{
    float: none;
    width: 100%;
    height: 300px;
}

.fullgrid .gridleft2of3{
    float: none;
    width: 100%;
    height: 300px;
    background-image: url('/Themes/Default/Content/Images/bg-connect-lg.jpg');
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

.fullgrid .gridright1of3{
    float: none;
    width: 100%;
    height: 300px;
}

.fullgrid .halfcontentgrid {
    width: 260px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    color: #4D4C4C;
    line-height: 24px;
    font-size: 15px;
    letter-spacing: .07em;
}


.fullgrid h2 {
    clear: both;
    display: inline-block;
    color: #000000;
    border-bottom: 1px solid #DEDDDE;
    text-transform: uppercase;
    clear: both;
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    padding: 5px 0 0 0;
    margin: 0 0 5px 0;
    letter-spacing: .04em;
}

.halfcontentgrid .address {
    padding-top: 0;
    display: block;
    color: #4D4C4C;
}

.halfcontentgrid .address strong {
    color: #000000;
}

.halfcontentgrid .address a {
    font-size: 12px;
}

.halfcontentgrid a {
    display: block;
    text-decoration: none;
    color: #194B69;
    font-weight: 400;
    font-size: 14px;
}

.halfcontentgrid a:hover {
    color: #4D4C4C;
}

.halfcontentgrid .contact {
    padding-top: 5px;
    display: block;
    color: #4D4C4C;
}


.halfcontentgrid .links a {
    font-family: 'Oswald', sans-serif;
    background: none;
    outline:none;
    border: none;
    cursor: pointer;
    color: #194B69;
    border-top: 1px solid #DEDDDE;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 600;
    padding: 5px 0;
    margin: 10px 0;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;

}

.halfcontentgrid .links a:hover {
    color: #000000;

}


/* RESPONSIVE BLOG - 767px
----------------------------------------------------*/

.bloglistsection .bloglistgrid {
    grid-template-columns: 1fr 1fr !important;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    padding: 20px 0;
    width: 98%;
}


.blogpagetitle {
    text-align: left;
    width: 100%;
    height: 90px;
}

.blogpagetitle h2 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 25px 0 2px 0;
    letter-spacing: .08em;
}

.blogpagetitle h1 {
    font-size: 30px;
    line-height: 30px;
    width: 100%;
    padding: 2px 0 8px 0;
    letter-spacing: .04em;
}
 
.filters {
    position: absolute;
    z-index: 6;
    top: -20px;
    left: 0px;
}

.bloglistarea .filters {
    top: 0 !important;
}

.filterlist ul li {
    width: 205px;
}

.filterlist ul li a {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    padding: 5px 5px 5px 10px;
}

.circle {
    display: none;
}

.newspagegrid {
    padding-top: 56px;
}

.newspagegrid .newsitem .title a {
    min-height: 85px;
    _height: 85px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: .04em;
    padding: 6px 0 10px 0;
    text-decoration: none;
}

.post {
    max-width: 768px;
}

.post h2 {
    font-size: 20px;
    line-height: 20px;
    padding: 25px 0 2px 0;
    letter-spacing: .08em;
}

.post .date {
    padding: 2px 0 8px 0;
    font-size: 26px;
    line-height: 36px;
}

.post .title h2, .post .title h1 {
    width: 100%;
    padding: 5px 0 0 0;
}

.sharethisbar {
    width: 100%;
    position: relative;
    clear: both;
    display: block;
    float: left;
    text-align: left;
    border-bottom: 1px solid #DEDDDE;
    height: 25px;
    padding-top: 20px;
    vertical-align: middle;
}

.returntolist {
    position: absolute;
    top: 20px;
    right: 5px;
    z-index: 5;
}

/* RESPONSIVE BLOG GALLERY - 767px
----------------------------------------------------*/ 
.demo-gallery {
    width: 100% !important;
}

.demo-gallery > ul > li {
    width: 47% !important;
    height: 140px !important;
}

/* CONTACT FOOTER - 767px
----------------------------------------------------*/
.contactsubbanner {
    clear: both;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-image: none !important;
}

.contactoverlay {
    width: 100%;
    height: 300px;
}

   
/* RESPONSIVE FOOTER - 767px
----------------------------------------------------*/ 
#footer {
    font-size: 11px;
    padding: 10px 0 50px 0;
    }

.footerleft {
    float: none;
    width: 95%;
    margin: 0 auto;
    padding-top: 3px;
    padding-right: 0;
    }
    
.footerright {
    float: none;
    width: 95%;
    margin: 0 auto;
    text-align: left;
    padding-right: 0;
    padding-top: 25px;
    } 


/* RESPONSIVE HOME PAGE GALLERY - 767px
----------------------------------------------------*/
.attorneylistbanner {
    clear: both;
    display: block;
    width: 100%;
    background-color: #ffffff;
    padding-top: 64px;
    _height: 300px;
    min-height: 300px;
    text-align: center;
    margin: 0 auto;
}

.attorneylisttitle .title {
    font-size: 34px;
    line-height: 34px;
}

.attorneylistgrid {
    margin: 0 auto;
    text-align:center;
    padding: 65px 0 0 0;
}

.attorneylistgrid .threecol {
    position: relative;
    width: 100%;
    flex-basis: 100%;
    vertical-align: top;
    box-sizing: border-box;
    margin-right: 10px;
}

.attorneylistgrid .attorneyitem {
    margin: 0 0 60px 0;
    height: 100%;
}

.attorneylistgrid .attorneyitem .thumbprofile{
    margin: 0 auto;
    padding: 0px 0 5px 0;
    width: 90%;
    overflow: hidden;
    text-align: center;
}

.attorneylistgrid .attorneyitem .thumbprofile img{
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.attorneylistgrid .attorneyitem .name a {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid #DEDDDE;
    font-size: 30px;
    line-height: 36px;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: .05em;
    color: #000000;
}

.attorneylistgrid .attorneyitem .position {
    text-decoration: none;
    font-weight: 300;
    letter-spacing: .06em;
    font-size: 24px;
    line-height: 36px;
    color: #194B69;
}

/* RESPONSIVE HOMEPAGE MAIN BANNER - 767px
----------------------------------------------------*/ 
.mainbanner {
    height: 400px;
    min-height: 400px;
}

.herotextcontainer {
    bottom: 90px;
}

.mainbanner .introgrid .labelwith {
    font-size: 49px;
    line-height: 49px;
    letter-spacing: .01em;
}

.mainbanner .tagline {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: .01em;
}

.mainbanner .triggerhero {
    right: auto;
    left: 5%;
    bottom: 22px;
}

.mainbanner .herooverlay {
    right: 57%;
}

.labelwith2:after {
    right: 17px;
    bottom: -50px;
    font-size: 300px;
}

.fivstar {
    padding: 0 0 15px 0;
    letter-spacing: .04em;
}

.numbergrid {
    column-gap: 8px;
}

.numbervalues {
    width: auto !important;
}

.numbervalues.twodigits {
    width: auto !important;
}

.milliontext {
    width: auto;
    padding-left: 8px;
}

.numbergrid {
    margin: 0 auto;
}

.numbervalues, .milliontext  {
    font-size: 80px !important;
    line-height: 200px !important;
    letter-spacing: 0 !important;
}

.homelogogrid {
    display: none;
}

.sectioncorp.secctionfull {
    width: 100%;
    min-height: unset;
    height: unset;
    text-align: center;
}

.logoblocksmobile {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    row-gap: 10px;
    column-gap: 0;
    margin: 20px 0 10px 0;
}

.sectioncorp .sectionfullcontainer {
    padding: 40px 0 10px 0;
    margin: 0 auto;
    width: 90%;
    height: unset;
    min-height: unset !important;
}

.bgkentestimonial, .bgmarcellotestimonial {
    height: 400px;
}

.testkenjo .seemorecontainer.buttononhomepagetestimonial {
    top: 372px;
}

.testmarcello .seemorecontainer.buttononhomepagetestimonial {
    top: 372px;
}

.bgattorneyjg {
    height: 400px;
}

.sectionbadges {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: start;
    justify-content: start;
    column-gap: 0;
    row-gap: 40px;
    padding: 40px 0 40px 0;
}


.badgeitem:nth-child(1) {
    width: 150px;
}

.badgeitem:nth-child(2) {
    width: 130px;
}

@media only screen and (max-width: 550px) {

    .badgeitem:nth-child(1) {
        width: 140px;
    }

    .badgeitem:nth-child(2) {
        width: 130px;
    }

}



/* RESPONSIVE HOME PAGE ABOUT BANNER - 767px
----------------------------------------------------*/
.aboutbanner {
    background-color: #ffffff;
    clear: both;
    display: block;
    height: 270px;
}

.aboutbanner .aboutgrid {
    position: relative;
    margin: 0 auto;
    width: 95%;
    min-height: 270px;
    _height: 270px;
}

.aboutbanner .aboutgrid .aboutcontentarea {
    padding: 30px 0 0 0;
}

.aboutbanner .aboutgrid .aboutcontentarea .title h1 {
    border-bottom: 1px solid #DEDDDE;
    font-size: 55px;
    line-height: 44px;
    font-weight: 900;
    letter-spacing: .06em;
}

.aboutbanner .aboutgrid .aboutcontentarea .tagline h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: .04em;
    padding: 20px 0 8px 0;
    margin: 0 auto;
}

.aboutbanner .aboutgrid .aboutcontentarea .tagline br {
    display: block;
}

/* ATTORNEY BANNER
----------------------------------------------------*/
.attorneybanner {
    clear: both;
    height: auto;
    display: grid; 
    grid-template-rows: 1fr 1fr;
    grid-template-columns: auto;
}

.top100 {
    margin-top: 10px;
}

.top100 img {
    max-width: 150px;
}

.attorneybanner .attorneygird .attorneycontentarea {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0 50px 0;
}

.attorneybanner .attorneygird .attorneycontentarea .name h3, .attorneybanner .attorneygird .attorneycontentarea .name h3 a {
    clear: both;
    color: #000000;
    border-bottom: 1px solid #DEDDDE;
    text-transform: uppercase;
    display: inline;
    font-size: 34px;
    line-height: 34px;
    font-weight: 900;
    padding: 0 0 0 0;
    margin: 0;
    letter-spacing: .06em;
    text-decoration: none;
}

.attorneybanner .attorneygird .attorneycontentarea h4 {
    display: block;
    color: #194B69;
    font-size: 26px;
    line-height: 45px;
    font-weight: 300;
    letter-spacing: .06em;
    padding: 4px 0 0 0;
    margin: 0;
}

.attorneybanner .attorneygird .attorneycontentarea .content {
    clear: both;
    color: #4E4C4C;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    padding: 0 0 4px 0;
    letter-spacing: .05em;
}

.attorneybanner .attorneygird .attorneycontentarea .links {
    clear: both;
    font-weight: 300;
    padding: 8px 0 8px 0;
}

.attorneybanner .attorneygird .attorneycontentarea .links a {
    color: #194B69;
    border-top: 1px solid #DEDDDE;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 500;
    padding: 5px 0;
    text-transform: uppercase;

}

/* CASES BANNER - 480-767px
----------------------------------------------------*/
.casesgallery {
    clear: both;
    display: block;
    background-color: #F8F8F8;
    height: 440px;
}

/* RESPONSIVE HOME PAGE CASE GALLERY - 480-767px
----------------------------------------------------*/
.gallerycontainer {
    position: relative;
    width: 100%;
    min-width: 450px;
    height: 440px;
    margin: 0 auto;
    text-align: left;
    }


.slides-navigation {
    display: none;
    }
    
.slides-pagination {
    position: absolute;
    display: inline-block;
    z-index: 10;
    top: 50px;
    left: 10%;
    width: 85%;
    margin: 0 auto;
    text-align: left;
    z-index: 10;
    }

.slides-pagination a {
    width: 42px;
    height: 12px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin: 1px;
    text-indent: -100%;
    }


/* RESPONSIVE HOME PAGE NEWS BANNER - 767px
----------------------------------------------------*/
.homenewstitle .bannertitle, .homenewstitle .bannertitle a {
    clear: both;
    display: inline;
    text-align: left !important;
    font-size: 34px;
    line-height: 34px;
    color: #000000;
    font-weight: 900;
    margin: 0 auto;
    border-bottom: 1px solid #DEDDDE;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-decoration: none;
}

.newsitem .date {
    clear: both;
    font-size: 14px;
    padding: 0 0 6px 0;
}

.newsitem .title a {
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: .05em;
    padding: 6px 0 5px 0;
}

.section.newssection {
    width: 95%;
    margin: 0 auto;
}

.newssection .newsgrid {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 40px;
    padding: 34px 0;
    width: 99%;
    margin: 0 auto;
}

.newsitem .readmore {
    position: relative;
    bottom: 0;
    padding-top: 25px;
}

.newslistviewall {
    clear: both;
    position: relative;
    margin-top: 18px;
    margin-left: 0 !important;
    text-align: left !important;
    }
    
.newslistviewall .link {
    padding: 2px 0 0 0;
    }
   
.newslistviewall .link a {
    position: relative;
    font-weight: 500;
    color: #194B69;
    letter-spacing: .04em;
    font-size: 20px;
    line-height: 29px;
    text-decoration: none;
    text-transform: uppercase;
    }

/* RESPONSIVE ATTORNEY DETAILS - 767px
----------------------------------------------------*/
.attorneysubbanner {
    height: auto;
}

.attorneysubbanner .attorneygird .attorneycontentarea .name h1 {
    clear: both;
    display: inline-block;
    color: #000000;
    border-bottom: 1px solid #DEDDDE;
    text-transform: uppercase;
    clear: both;
    font-size: 34px;
    line-height: 38px;
    font-weight: 900;
    padding: 5px 0 0 0;
    margin: 0;
    letter-spacing: .06em;
}

.attorneysubbanner .attorneygird .attorneycontentarea h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;
}

.attorneysubbanner .attorneygird .attorneycontentarea .links a, .attorneysubbanner .attorneygird .attorneycontentarea .links button {
    font-size: 14px;
    letter-spacing: .08em;
    padding: 5px 0;
    margin: 0 10px 0 0;
}

.attorneybio {
    padding-top: 0 !important;
}

.responsive320fix {
    margin-top: 221px !important;
}

.lawyerattornygrid {
    gap: 6px;
    grid-template-columns: 1fr;
    justify-content: space-between;
}

/* RESPONSIVE CASES - 480-767px
----------------------------------------------------*/
.connectpage .caseoverlay {
    height: 300px;
    width: 100%;
    background-color: rgba(242,242,242,1);
    z-index: 4 !important;
}

.fullgrid {
    position: relative;
    width: 100%;
    display: block;
    z-index: 5 !important;
}

.fullgrid .halfcontentgrid h2 a {
    clear: both;
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    color: #000000;
    font-weight: 900;
    padding: 8px 0;
    border-bottom: 1px solid #cccccc;
    text-transform: uppercase;
    letter-spacing: .08em;
}


.fullgrid .halfcontentgrid {
    padding: 26px 0 0 0 !important;
    width:auto !important;
    color: #4D4C4C;
    line-height: 22px;
    font-size: 14px;
    letter-spacing: .07em;
    text-align: center;
}

.fullgrid .halfcontentgrid .address {
    padding-top: 5px !important
}

.carousel {
    position: relative;
    min-height: unset;
    height: 700px;
}

.pagginggrid {
    top: 320px;
}

.image-content.galleryimage {
    height: 300px;
}

.casesubbanner {
    clear: both;
    position: relative;
    top: 81px;
    left: 0;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    background-position-x: -1000px;
    background-position-y: -20px;
}

.caseoverlay {
    height: 300px;
    width: 100%;
    background-color: rgba(255,255,255,.76);
}

.casesubbanner .casegrid {
    position: relative;
    width: 100%;
    float: left;
    min-height: 250px;
    _height: 250px;
}

.casesubbanner .casegrid .casetitlearea {
    position: relative;
    float: none;
    width: 100%;
}

.casesubbanner .casegrid .casetitlearea .name h1 {
    position: relative;
    display: inline-block;
    top: 100px;
    clear: both;
    letter-spacing: .05em;
    font-size: 34px;
    line-height: 38px;
    font-weight: 900;
    padding: 0 0 2px 0;
    margin: 0 auto;
    } 

.casesubbanner .casegrid .casetitlearea .links {
    position: relative;
    clear: both;
    top: 60px;
    width: 100%;
    margin: 0 auto;
    font-weight: 300;
    padding:96px 0 8px 0;
}

.casesubbanner .casegrid .casetitlearea .links a, .casesubbanner .casegrid .casetitlearea .links button {
    margin: 0 0 0 0;
}

.casespagetitle h2 {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .08em;
}

.casespagetitle h1 {
    font-size: 34px;
    line-height: 34px;
    padding: 2px 0 8px 0;
    letter-spacing: .08em;
}


.casespagegrid .casesitem {
    display: block;
    margin: 0 2px 10px 0;
    padding-bottom: 0;
    align-content: center !important;
    border-bottom: 4px solid #ffffff;
}

.casesitem .title {
    text-align: left;
    margin-left: 8px !important;
    width: 50%;
    margin-bottom: 0;
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
.casesitem .title {
    top: 64px !important;
    left: 8px;
}

.casesitem .title a h3 {
    font-size: 110% !important;
    letter-spacing: .01em;
}
}


/* RESPONSIVE HOME PAGE MAP - 480-767px
----------------------------------------------------*/
.mapbanner {
    clear: both;
    display: block;
    background-color: #F1F1F1;
    height: 630px;
}

.mapbannermobile {
    margin-top: 81px;
    height: 250px !important;
}


#map {
    position: absolute;
    width: 100%;
    height: 250px;
    z-index: 2;
    align-content: center;
}

#map div:first-child {
     left: 20px !important;
}

.maplegend {
    right: 0;
    top: 251px;
    width: 100%;    
    border: none;
    border-right: 0;
    box-shadow: none;
}

.maplegend .legendgrid {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 13px;
    color: #4D4C4C;
    line-height: 24px;
    font-size: 17px;
    letter-spacing: .07em;
}


/* RESPONSIVE FORM - 480-767px
----------------------------------------------------*/
.emailform .instructions {
    width: 100%;
    font-size: 14px;
}

.contactinformation {
    position: absolute;
    top: 110px !important;
    left: 0 !important;
    padding: 0 10px;
}

.emailform {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #194B69;
}

.emailform form {
    margin-top: 0;
}
.emailform .sectioncol {
    padding-top: 10px;
    float: none;
    width: 100%; 
}

.emailform .sectiontitle {
    clear: both;
    font-size: 30px;
    line-height: 33px;
    font-weight: 600;
    padding-top: 5px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.emailform .contactinformation a {
    display: inline-block;
    color: #194B69;
    font-size: 20px;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: .05em;
}

.emailform .formelement input  {
    width: 100%;
}

.emailform .formelement textarea {
    width: 100% !important;
    height: 180px;
}

.field-validation-error{
    padding: 14px 0 0 0;
    }

.thankyou .sectiontitle {
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    color: #194B69;
    display: block;
    padding: 55px 0 0 0;
}

.thankyoutext {
    font-weight: 400;
    width: 100%;
    padding-top: 6px;
    color: #000000;
    font-size: 15px;
    line-height: 30px !important;
    letter-spacing: .05em;
}

.emailform .disclaimer {
    width: 100%;
}


.tags a {
    display: inline-block;
    line-height: 20px;
    margin-right: 1px;
    margin-top: 2px !important;
}

}

@media only screen and (max-width: 520px) {

.threecolgrid .threecol {
    position: relative;
    width: 100%;
    flex-basis: 100%;
    vertical-align: top;
    box-sizing: border-box;
    margin-right: 0;
}

.newsitem .title a {
    font-size: 20px !important;
    line-height: 25px !important;
}

.bloglistsection .bloglistgrid {
    grid-template-columns: 1fr !important;
    justify-content: center;
    justify-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    padding: 20px 0;
    width: 100%;
}




}