:root{
	--linkLightBlue:#38B3FF;
}

*{
    box-sizing:border-box; 
     -moz-box-sizing:border-box; 
     -webkit-box-sizing:border-box; 
     -ms-box-sizing:border-box;
}

body{
    margin:0;
    font-size:62.5%;
    font-family: 'Lato', sans-serif;
}

a, .form button[type="submit"], .showHide details summary h3, .showHide details summary:hover::after{
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}
.adaHide {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
#content a, .textImage a, .blogText a{color:#0076BD;}
#content a:hover, .textImage a:hover, .blogText a:hover{color:#0A2034;}

h1, h2, h3, h4, li, blockquote, form, .btn, .step .num span, table{font-weight: 400;}
h2{font-size: 4em; font-weight: 700; color: #0A2034;}
h2+p, h3+p{margin-top:10px;}
h3{color:#18428F;font-size:3.25em;font-weight: 700;}
h4{color:#18428F;font-size:2.25em;font-weight: 700;}
p, li, td,th{font-size: 1.75em;color: #393939;}
.text li{padding-bottom:10px;}
.blogText li{padding-bottom:15px;} 
.topNav{display: flex;justify-content: space-between;background-color: #0076BD;padding:15px 4%;}
.topNav .topLeft{display:flex;flex-wrap:wrap;gap:20px;align-items: center;}
.topNav .topLeft p{color:#FFF;margin:0;}
.topNav .topLeft a{font-size: 1.45em;}
.topNav .topLeft a.tx span:before{content:"Texas";}
.topNav .topLeft a.nm span:before{content:"New Mexico";}
.topNav .topLeft a[href^="tel:"]{text-transform: uppercase;color:#FFF;}
.topNav .topRight nav{display:flex;flex-wrap:wrap;gap:20px;}
.topNav .topRight nav a{color:#FFF;font-size: 1.45em;}
.topNav .topRight nav a i{margin-right: 2px;}
.topNav .topRight nav a:hover{color:#0A2034}

header{
    display: flex;
    gap:40px;
    align-items: center;
    justify-content: space-between;
    margin:20px 4%;
}

#logo img{width:190px;}
#logo a:hover{opacity:.8;}

.handle{display:none;}

#navContainer{
	display:flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 300;
}

.navWrap{display: flex;flex-direction: column;align-items:flex-end;justify-content: center;}

.handle{display:none;}

nav.mainNav{width:100%;position:relative;}
nav.mainNav  ul{
    display: flex;
    gap:50px;
    justify-content: space-between;
    padding-left: 0;
    list-style-type: none;
}

nav.mainNav  ul li{font-size: 1em;}

nav.mainNav  ul li > a, nav.mainNav  ul li > span{
    font-size: 1.45em;
    color:#0A2034;
    font-weight: 600;
    text-transform: uppercase;
}
nav.mainNav  ul li > span{cursor: pointer;}
nav.mainNav ul li:hover > a, nav.mainNav  ul li:hover > span{color:#0076BD;}
nav.mainNav ul li.active > a, nav.mainNav  ul li.active > span{border-bottom: 2px solid #000;}

nav.mainNav ul li.hasSub .subWrap{display: none;}
nav.mainNav ul li .subWrap{position: absolute;}
nav.mainNav ul li .subWrap .sub{margin-top:12px;padding:25px;background-color:#0A2034;text-align: left;width: auto;display: flex;}
nav.mainNav ul li .subWrap .sub .subGroup{margin-right: 40px;}
nav.mainNav ul li .subWrap .sub .subGroup:last-of-type{margin-right: 0;}
nav.mainNav ul li .subWrap .sub .subGroup span{display: block; color:#FFF;;font-size: 1.65em;padding-bottom: 10px;font-weight: bold;}
nav.mainNav ul li .subWrap .sub .subGroup ul{display: block;width: auto;}
nav.mainNav ul li .subWrap .sub .subGroup ul li{text-align: left;padding-bottom: 10px;padding-left: 0;}
nav.mainNav ul li .subWrap .sub .subGroup ul li a{font-size: 1.65em; color:#FFF;text-transform: capitalize;}
nav.mainNav ul li .subWrap .sub .subGroup ul li:hover a{color:var(--linkLightBlue);}

.heroWrap{position: relative;overflow: hidden;height: 800px;z-index:-1;}
.heroWrap::before{position: absolute;top: 0;bottom: 0; content: "";display: block;width:100%;height:100%;background: linear-gradient(94deg, rgba(0,0,0,.3) 0%,rgba(0,0,0,.3) 50%);
}

.heroText{
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding:0 4% 0;
    width: 55%;
}
.heroText p.subTitle{color:#FFF;margin: 0;font-size: 1.45em;}
.heroText h2{color:#FFF;margin:5px 0;font-size:6em;}
.heroText p{color:#FFF;font-size:2.3em;}
.slideWrap{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100vw;
    top:0;
    left: 0;
    overflow: hidden;
    z-index: -1;
 }
.slick-slide img{width: 100%;height: 800px;object-fit:cover;}
.resp{display:none !important;}

.btnHero{display: inline-block;border:2px solid #FFF;padding: 15px 40px;color:#FFF;font-size: 2em;margin-top: 15px;}

.calloutsWrapper{margin:80px 6%;}
.calloutsWrapper h2{text-align: center;margin-bottom:10px;}
.calloutsWrapper h2 + p{text-align:center;margin-bottom:40px;}
.calloutsWrapper h2 + p a{color:#0076BD;}
.calloutsWrapper h2 + p a:hover{color:#0A2034;}
.callouts{display: flex;justify-content: space-between;gap:20px;flex-wrap:wrap;}
.callouts .callout{flex-basis:calc(33.333% - 20px);border:2px solid #0076BD;border-radius:20px;overflow:hidden;}
.callouts .callout img{width: 100%;height: 300px;object-fit:cover;}
.callouts .callout .text{padding:20px;}
.callouts .callout .text h3{font-size: 2.25em;font-weight: 700;margin-top:10px;margin-bottom: 0;}
.callouts .callout .text p{margin-top:8px;}
.callouts .callout:hover{border-color:#0A2034;background-color:#0A2034;}
.callouts .callout:hover .text h3, .callouts .callout:hover .text p{color:#FFF;}
.callouts .callout:hover img{opacity:0.8;}

.textImage{margin:80px 6%;display: flex;justify-content: center;align-items: center;}
.textImage div:first-of-type{margin-right:80px;}
.textImage .image img{border-radius: 20px; max-width:100%;}
.textImage .text{flex:1;}
.textImage .text h2:first-of-type{margin-top: 0;}
.textImage .text h2, .textImage .text h3{margin-bottom: 0;}
.textLeft{margin:80px 6%;}
.textLeft:has(+.showHide), .textLeft:has(+.form){margin:80px 6% 40px 6%;}

.twoColumn{display:flex;gap:80px;margin:80px 6%;}
.twoColumn div{flex-basis:50%;}

.ctas{display:flex;margin:80px 6%;gap:40px;}
.ctas .cta{flex-basis:calc(100% * (1/3) - 40px);background-color:#0076BD;border-radius:20px;padding:40px 20px;flex-grow:3;text-align:center;}
.ctas .cta i{color: #FFF;font-size: 3.45em;}
.ctas .cta h2{font-size:3em;color:#FFF;margin-bottom:10px;margin-top:10px;}
.ctas .cta p{color:#FFF;}
.ctas .cta a.btn{font-size: 1.75em;}
.ctas .cta a.btn:hover{background-color:#FFF;color:#0A2034;}

.showHide{margin:0 6% 40px 6%;}
.showHide details{border-top: 1px solid #99D8FF;}
.showHide details:last-of-type{border-bottom: 1px solid #99D8FF;}
.showHide details summary > * {display: inline;}
.showHide details summary{cursor:pointer;list-style: none;position: relative;padding: 25px 35px 25px 0;}
.showHide details summary::-webkit-details-marker{display:none;}
.showHide details summary::after{
	font-family: "Font Awesome 6 Free";
    font-weight:600;
    font-size: 1.65em;
	content:"\f078";
    position: absolute;
    right: .75em;
    height: .75em;
    width: .75em;
    color:#0076BD;
  }
.showHide details[open] summary::after{content:"\f077";}
.showHide details[open]{padding-bottom:25px;}
.showHide details[open] summary{padding-bottom:0;}
.showHide details summary:hover::after{color:#18428F;}
.showHide details summary h3{font-size: 1.75em;font-weight:700;}
.showHide details summary:hover h3{color:#0076BD;}

.bulletsWrapper{margin:80px 6%;}
.bulletsWrapper h2{text-align: center;}
.bulletsWrapper .bulletContent{display: flex;justify-content: center;align-items: center;}
.bulletsWrapper .bulletContent .image{flex-basis: 50%;text-align: center;}
.bulletsWrapper .bulletContent .image img{border-radius: 20px;max-width: 100%;}
.bulletsWrapper .bulletContent .bullets{flex-basis: 50%;margin-left: 20px;}
.bulletsWrapper .bulletContent .bullets ul{padding-left: 0;list-style-type: none;}
.bulletsWrapper .bulletContent .bullets ul li::before{width:20px;min-width:20px;height:20px;content: "";display: inline-block; background-color: #0076BD;border-radius: 50%;vertical-align: middle;margin-right: 5px;}
.bulletsWrapper .bulletContent .bullets ul li{padding:10px;display:flex;}

.listWrapper{margin:80px 8%;}
.listWrapper h2{text-align: center;}
.listWrapper .listItems{display: flex;justify-content: space-between;}
.listWrapper .listItems .list{flex-basis: 30%;}
.listWrapper .listItems .list:nth-child(2){margin:0 20px;}
.listWrapper .listItems .list ul{list-style-type: none;list-style-image: url(/images/uploads/dot-circle-regular.svg);}
.listWrapper .listItems .list ul li{padding-bottom: 20px;padding-left: 5px;}
.listWrapper .listItems .list ul li::marker{content:"\f192";font-family: "Font Awesome 5 Free";font-weight: 400;font-size: 80%; color:#0076BD;}


.listWrapperBck{margin:80px 0;padding:100px 0;position: relative;background-size: cover;background-position: center;}
.listWrapperBck::before{position: absolute;content:"";display: block;top:0;bottom: 0;width:100%;height:100%;background-color:rgba(0,0,0,.3);}
.listWrapperBck h2:not(.list h2){text-align: center;position: relative;margin-top: 0;color:#FFF;}
.listWrapperBck .listItems{display: flex;padding:0 4%;position: relative;}
.listWrapperBck .listItems .list{flex:1;margin-right:40px;background-color:#FFF;border-radius: 20px;padding:20px 30px;}
.listWrapperBck .listItems .list:last-of-type{margin-right: 0;}
.listWrapperBck .listItems .list h2{margin-bottom:0;}
.listWrapperBck .listItems .list h3{font-size: 1.9em;font-weight: bold;color:#000;margin-bottom: 10px}
.listWrapperBck .listItems .list ul{list-style-type: none;list-style-image: url(/images/uploads/dot-circle-regular.svg);padding-left: 15px}
.listWrapperBck .listItems .list ul li{padding-bottom: 20px;padding-left: 5px;}
.listWrapperBck .listItems .list ul li::marker{content:"\f192";font-family: "Font Awesome 5 Free";font-weight: 400;font-size: 80%; color:#0076BD;}

p.btn{display:inline-block;margin-right:10px;}
p + p.btn{margin-top:0;}

p.btn a, .formBtn, .form button[type="submit"], .ctas .cta a.btn, .preFooter a.btn{
    display:inline-block;
    padding: 15px 40px;
    background-color:#0A2034;
    color: #FFF;
    margin-top:5px;
    box-sizing: border-box;
    border-radius: 5px;
}

p.btn a:hover, formBtn:hover{
    background-color:#0076BD;
}

p.btn:first-of-type{margin-right: 10px;}
p.btn a i{font-size: 1.45em; margin-right: 3px;vertical-align:bottom;}

.internalHeader{height:400px;display: flex;justify-content: center;align-items: center;background-size: cover;background-position: center;position: relative;z-index: -1;}
.internalHeader::before{position: absolute;top: 0;bottom: 0; content: "";display: block;width:100%;height:100%;background-color: rgba(0,0,0,.3);
}
.internalHeader h1{text-transform:uppercase;color:#FFF;font-weight: 900;font-size: 4.25em;margin: 0;position: relative;}

.testimonials{margin: 80px 5%;}

.logoCarouselWrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin:110px 0;
}
.logoCarouselWrapper h2{text-align:center;margin-top:0;margin-right:5%;margin-left:5%;}

.logoCarouselTrack{
  display: flex;
  width: fit-content;
  animation: scrollTrack 60s linear infinite;
  will-change: transform;
  }
.logoCarousel {
  display: flex;
  gap: 2rem;
  margin-right: 2rem;
}

.logoCarousel > div {
  flex-shrink: 0;
}

.logoCarousel img {
  height: 125px;
  object-fit: contain;
  display: block;
}

@keyframes scrollTrack {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.bubbleBoxWrap{margin:80px 5%;display: flex;flex-wrap: wrap;}
.bubbleBoxWrap .bubbleBox{flex-basis: 30%;margin-right: 2%;margin-bottom: 2%; border-radius: 20px;border:2px solid #0076BD;padding:30px;}
.bubbleBoxWrap .bubbleBox h3{font-size: 2em;font-weight: 800; margin:0;}
.bubbleBoxWrap .bubbleBox p.loc{margin-top: 8px;font-size: 1.5em;}

.extJobList{margin:80px 5% !important;}
.extJobList *{font-size:inherit;}

.bumpOut{margin:80px 0 0 20%;background-color:#0076BD;border-radius:20px 0 0 20px;color:#FFF;padding:80px;}
.bumpOut h2{color:#FFF;margin-bottom:0;}
.bumpOut h2:first-of-type{margin-top:0;}
.bumpOut p{color:#FFF;}

.centerText{margin:80px 15%;text-align:center;}
.centerText h2{margin-bottom:0;}

.twoBoxesWrap{margin:80px 5%;}
.twoBoxesWrap .twoBoxes{display: flex;margin-top:30px;}
.twoBoxesWrap .twoBoxes .box{flex-basis: 48%;border-radius: 20px;border:2px solid #0076BD;padding:30px;}
.twoBoxesWrap .twoBoxes .box:nth-child(1){margin-right:2%;}
.twoBoxesWrap .twoBoxes .box li{padding-bottom:10px;}
.twoBoxesWrap .twoBoxes .box h3{font-size: 2em;font-weight: 800; margin:0;}

table{margin:80px 6%;border:3px solid #18428F;border-radius: 10px; border-spacing: 0; overflow: hidden; }
table tr:nth-child(1){background-color: #748EBC;}
table tr:nth-child(1) th{color:#FFF;}
table tr:nth-child(2n+3){background-color:#FEE6B9;}
table tr td, table tr th{padding:15px;}

.alert{background-color: #0076BD;color: #FFF;margin: 80px 6%;padding: 20px;border-radius:10px;}
.alert p{color:#FFF;font-weight:bold;}

/***FORMS***/
textarea{font-family: 'Lato', sans-serif;padding:5px;font-size:1.65em;}
.form{margin:80px 6%;}
.form h3{margin:40px 0 0; font-size: 3em;font-weight: 700; color:#000;}
.form h3 + p{margin-top:5px;}
.form label{font-size: 1.75em;padding-bottom: 10px;}
.formFooter label{text-indent: -10000px;}
.form input[type="text"], .form input[type="email"]{border:1px solid #0A2034;font-size:1.65em;padding:10px 20px;width:80%;}
.form textarea{border:1px solid #0A2034;padding:10px 20px;width:80%;}
.form select{border:1px solid #0A2034;font-size:1.65em;padding:10px 20px;width:80%;}
.freeform-row .freeform-column .freeform-instructions{margin: 0 0 10px !important;font-size: 1.35em !important;color: #6c6b6b !important;}
.form button[type="submit"]{cursor: pointer;border:none;font-size:1.8em;}
.form button[type="submit"]:hover{background-color:#0076BD;}
.form .btn{cursor: pointer;border:none;}
.form .btn:hover{background-color:#0076BD;}
.formFooter input[type="text"], .formFooter input[type="email"], .formFooter select{padding: 10px;font-size: 1.55em;color: #6c6b6b;}
.formFooter .freeform-row .freeform-column{padding:0;}
.formFooter .formBtn{background-color:#0076BD;margin-top:20px;cursor: pointer;border:none;font-size:1.8em;}
.formFooter .formBtn:hover{background-color:#FFF;color:#0076BD;}
.formFooter .freeform-pages{display:none;}
.freeform-pages li:after{content:"\f0da";font-family: "Font Awesome 5 Free";font-weight: 900;color:#0076BD;display:inline-block;padding-left:10px;}
.freeform-pages li:last-of-type:after{display:none;}

.blogWrap{
    margin: 80px 6% 0;
    display: flex;
    flex-wrap: wrap;
    gap:40px;
}
.blogWrap .entry{
	flex-basis: 30%;
    border-radius: 20px;
    border: 2px solid #0076BD;
    overflow:hidden;
  }
.blogWrap .entry img{height:200px;width:100%;object-fit: cover;}
.blogWrap .entry .text{padding:20px;}
.blogWrap .entry .text h2{font-size:2.5em;margin:0;}
.blogWrap .entry .text p.date{font-style:italic;margin-bottom:20px;font-size:1.55em;}
.blogWrap .entry:hover{border-color:#0A2034;background-color:#0A2034;}
.blogWrap .entry:hover .text h2, .blogWrap .entry:hover .text p{color:#FFF;}
.blogWrap .entry:hover img{opacity:0.8;}
.pagination{margin: 40px 0;width:100%;}
.pagination p{display:flex;gap:20px}
.pagination p a{color:#0A2034;}
.pagination p a:hover{color:#0076BD;}
.blogTags.blogPage{margin: 40px 6%;}
.blogEntry{border-top:2px solid #0A2034;padding:0 20%}
.blogEntry h1{font-size:5em;font-weight: 700; color: #0A2034;margin-bottom:10px;}
.blogEntry p.date{font-style:italic;margin-bottom:40px;}
.blogEntry .blogImage{text-align:center;margin:40px 0;}
.blogEntry .blogImage img{max-width:100%;}
.blogEntry .blogText h2, .blogEntry .blogText h3{margin-bottom:0;}
.blogTags{border-top:1px solid #CCC;margin:40px 0;}
.blogTags .tag{display:flex;flex-wrap:wrap;gap:20px;}
.blogTags .tag a{padding:10px 15px;background-color:#efedec;color:#000;font-size:1.55em;}
.blogTags .tag a:hover{background-color:#0076BD;color:#FFF;}
.breadCrumb{display:flex;gap:10px;margin-top:40px;font-size:1.55em;align-items: center;}
.breadCrumb.blogPage{margin-right:6%;margin-left: 6%;}
.breadCrumb a{color:#0076BD;}
.breadCrumb a:hover{color:#0A2034;}
.sharePost{margin:40px 0;}
.sharePost h4{margin-bottom:20px;}
.sharePost .share{display:flex;gap:25px;align-items: center;}
.sharePost .share a{font-size:1.95em;color:#0076BD;}
.sharePost .share a:hover{color:#0A2034;}

.preFooter{background-color: #0076BD;margin-top:80px;padding:40px 10%;display:flex;justify-content:space-between;align-items:center;gap:40px;}
.preFooter .text{flex-basis:50%;}
.preFooter .text h3{font-size:3em;color:#FFF;}
.preFooter a.btn{font-size: 1.75em;white-space: nowrap;}
.preFooter a.btn:hover{background-color:#FFF;color:#0A2034;}
.preFooter .txtNumbers{flex:1;display:flex;justify-content:center;align-items:center;gap:20px;}
footer{background-color:#0A2034;padding:40px 4%;}
footer .footerWrap{display: flex;justify-content: space-between;gap:80px;}
footer .footerWrap p{font-size: 1.55em;color:#FFF;line-height: 22px;}
footer .fLeft h3, footer .fMid h3{font-size: 2em;font-weight: 700; color:#FFF;margin:0 0 5px;padding-bottom: 3px; border-bottom: 3px solid #FFF;display: inline-block;}
footer .fRight h3{font-size: 3em;font-weight: 700; color:#FFF;margin:0 0 5px;padding-bottom: 3px;}
footer .fLeft .loc a[href^="tel:"]{color:#FFF;}
footer .fRight{display:flex;gap:40px;}
footer a.trox, .npp{color:var(--linkLightBlue);}
footer a.trox:hover, .npp:hover{color:#FFF;}
footer .copy p{color: #FFF;font-size: 1.4em;}
footer .social{display:flex;gap:20px;margin-top:20px;}
footer .social a{color:var(--linkLightBlue);font-size:3em;}
footer .social a:hover{color:#FFF;}
footer .fRight nav ul{list-style-type: none;padding-left: 0;}
footer .fRight nav ul li{padding-bottom:12px;}
footer .fRight nav ul li a{color:#FFF;}
footer .fRight nav ul li a:hover{color:var(--linkLightBlue);}
.npp{padding-right:8px;margin-right:5px;border-right:1px solid #FFF;}

@media (min-width:1800px){
	.heroWrap{height:800px}
}

@media (min-width:1386px){
    nav.mainNav button {display: none;}
    [hidden]{display: block;} 
}

@media only screen and (max-width: 1469px) {
	nav.mainNav ul{gap:35px;}
}

@media only screen and (max-width: 1385px) {    
 [hidden]{display: none !important;}
 .mainNavWrap{height: 100vh;margin-top:40px;}
 nav.mainNav button{
        background-color: transparent;
        border: 0;
        color:#0A2034;
        font-size: 3em;
        cursor: pointer;
    }
    nav.mainNav button span{
        position:absolute;
        left:-10000px;
        top:auto;
        width:1px;
        height:1px;
        overflow:hidden;
    }
    nav.mainNav{margin: 20px 0;order: -1;}
    nav.mainNav.desktop{
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background-color: #0A2034;
        margin:0;
        z-index: 999;
        text-align: center;
    }
    nav.mainNav.desktop i.fa-bars{display: none;}
    nav.mainNav i.fa-times{display: none;}
    nav.mainNav.desktop i.fa-times{display: block;margin-top: 40px;color:#FFF;}
    nav.mainNav ul{flex-direction: column;justify-content: flex-start;}
    nav.mainNav ul li{margin:10px 0;width:100%;text-align: center;padding: 0;}
    nav.mainNav ul li a{padding: 0;}
    nav.mainNav ul li .subWrap{width: 100%;position:relative;}
    nav.mainNav ul li .subWrap .sub{flex-direction: column;text-align:center;padding:40px 20px;background-color: #0076BD;width: 100%;} 
    nav.mainNav ul li .subWrap .sub .subGroup ul{padding: 0;}
    nav.mainNav ul li .subWrap .sub .subGroup ul li{text-align: center;}
    nav.mainNav ul li .subWrap .sub .subGroup ul li a{color:#FFF;}
    nav.mainNav ul li .subWrap .sub .subGroup ul li a:after{display: none;}
    nav.mainNav ul li > a, nav.mainNav ul li > span{color:#FFF;}
    nav.mainNav ul li > a:hover, nav.mainNav ul li > span:hover{color:var(--linkLightBlue);}
    nav.mainNav ul li .subWrap .sub .subGroup ul li:hover a{color:#0A2034;}
}

@media only screen and (max-width: 939px) {
    .slick-dots{padding-top: 40px !important;display: block;position: relative !important;}
    .heroWrap{height:600px;}
    .heroWrap .slick-slide img{height:600px;width:auto;}
    .preFooter{flex-direction:column;text-align:center;gap:0;padding:40px 5%;}
}

@media only screen and (max-width: 970px) {
    .topNav .topLeft a, .topNav .topLeft p{font-size:1.3em;}
    .topNav .topLeft a.tx span:before{content:"TX";}
	.topNav .topLeft a.nm span:before{content:"NM";}
    .topNav{flex-direction: column;gap:10px;}
    .topRight{margin-top: 20px;}
    topNav .topLeft, .topNav .topRight nav{justify-content:center;}
    .blogWrap .entry{flex-basis:calc(100% * (1/2) - 40px);}
}

@media only screen and (max-width: 888px) {
    .heroText h2{font-size:3em;}
	.heroText p{font-size:2em;}
    .internalHeader{text-align:center;}
    .internalHeader .pageTitle h1{font-size: 7em;}
    .callouts{flex-direction: column;align-items: center;text-align: center;}
    .callouts .callout{margin-top:20px;margin-right: 0;margin-bottom: 20px; flex-basis: 100%;}
    .bulletsWrapper .bulletContent{flex-direction: column;}
    .bulletsWrapper .bulletContent .bullets{flex-basis: 100%;margin-top:20px;margin-left: 0;}
    .textImage, .imageText{flex-direction: column;}
    .textImage div:first-of-type{margin-right: 0;margin-bottom: 20px;}
    .textImage .image, .imageText img{flex-basis: 100%;}
    .textImage.switchImage .image{order:2;}
    .listWrapper .listItems{flex-direction: column;align-items: center;}
    .listWrapper .listItems .list{flex-basis: 100%;width:100%;}
    .listWrapper .listItems .list:nth-child(2){margin: 0;}
    .listWrapperBck .listItems{flex-direction: column;align-items: center;}
    .listWrapperBck .listItems .list{margin-right: 0;width: 100%}
    .listWrapperBck .listItems .list:nth-child(2){margin:20px 0;}
    .bubbleBoxWrap{flex-direction: column;}
    .bubbleBoxWrap .bubbleBox{margin-right: 0;}
    .twoBoxesWrap .twoBoxes{flex-direction:column;}
	.twoBoxesWrap .twoBoxes .box{flex-basis: 100%;}
	.twoBoxesWrap .twoBoxes .box:nth-child(1){margin-right:0;}
    .twoBoxesWrap .twoBoxes .box:nth-child(n+2){margin-top:20px;}
    .twoColumn{flex-direction: column;}
    .freeform-row{flex-direction:column;}
    .ctas{flex-direction:column;}
   	.preFooter .txtNumbers{flex-direction:column;}
	footer .footerWrap{flex-direction: column;flex-wrap: wrap;align-items: center;gap:40px;}
    footer .fLeft{text-align: center;}
    footer .fMid{text-align: center;}
    footer .fRight{text-align: center;flex-direction:column;}
    footer .copy{margin-top:60px;text-align: center;}
    footer .copy em{display:block;margin-top:3px;}
    .npp{display:block;padding-right:0;margin-right:0;margin-bottom:5px;border-right:0;}
}


@media only screen and (max-width: 600px) {
     header{flex-direction: column;gap:0;}
     #navContainer{width:100%;text-align:center;}
    .tel{flex-basis: 100%;padding: 20px;}
    .heroText div:before{width:100%;left:0;transform: skewX(none);transform: skewy(-3deg);height: 55%;top: 20%;}
    .heroText{padding-right: 5%;width:80%;}
    .heroText div{text-align: center;width: 100%;}
    .resp{display:block !important;}
    .noResp{display:none !important;}
    .blogWrap .entry{flex-basis:1000%;}
    .blogEntry{padding:0 5%}
	.logoCarousel img {height: 90px;}
}
