/* Blue: #3D629F */
/*Dark Blue: #143773*/
/*Yellow:#E2C250*/
/*Red: #D6323D*/
/* Header Styles */

a,
li,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div {
    font-family: 'Roboto', sans-serif;
}

.blue{
    color: #3D629F;
}

.yellow{
    color: #E2C250;
}
#header {
     background: #fff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#headerMobile {
    background: #fff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.negSpace{
    margin-top: -2rem;
}
a.headerPhone:link,
a.headerPhone:active,
a.headerPhone:visited {
    color: #D6323D;
    font-size: 1.4rem;
      font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

a.headerPhone:hover {
    color:#3D629F;
}

.phone {
    color: #000;
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin: 0 0 0rem 0;
    padding: 0 0 0 0;
      font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

.icon {

    color: #3D629F;
    font-size: 3.5rem;
    line-height: 3.5rem;
    padding: 0;
    margin: -.25rem -1.5rem 0 0;
}

p.headerCallout {
    color: #000;
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 0;
    padding-bottom: 0;
}


/* Menu Styles */

#nav {

}

a.navLink1:link,
a.navLink1:active,
a.navLink1:visited {
    color: #3D629F;
    font-size: 1rem;
    padding: 0 .5rem 0 0rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

a.navLink1:hover {
    color: #000;
}

a.navLink2:link,
a.navLink2:active,
a.navLink2:visited {
    color: #000;
    font-size: 1rem;
     padding: 0 .5rem 0 .5rem;
     margin: 0;
     text-transform: uppercase;
     font-weight: 700;
     font-family: 'Roboto Condensed', sans-serif;
}

a.navLink2:hover {
    color: #3D629F;
}
a.navLink3:link,
a.navLink3:active,
a.navLink3:visited {
    color: #000;
    font-size: 1rem;
     padding: 0 0rem 0 .5rem;
     margin: 0;
     text-transform: uppercase;
     font-weight: 700;
     font-family: 'Roboto Condensed', sans-serif;
}

a.navLink3:hover {
    color: #3D629F;
}
.noPadding {
    padding-left: 0rem;
    padding-right: 0rem;
}

.navButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
    padding: 1rem 0.2rem 1rem 0.2rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[data-whatinput='mouse'] .navButton {
    outline: 0;
}

.navButton:hover,
.navButton:focus {
    background: #5a5a5a;
    color: #fefefe;
}

a.dropMenu:link,
a.dropMenu:visited,
a.dropMenu:active {
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: left;
    color: #000;
}

a.dropMenu:hover {
    color: #fff;
    background: #3D629F;
}

.dropdown-pane {
    background-color: #fefefe;
    border: 1px solid #cacaca;
    border-radius: 3px;
    display: block;
    font-size: 1rem;
    padding: 1rem;
    position: absolute;
    visibility: hidden;
    width: 300px;
    z-index: 10;
}


/* Nav Bar Styles */

.sticky {
    width: 100%;
    z-index: 9999;
    position: relative;
}

.slicknav_menu {
    display: none;
}

@media screen and (max-width: 63.9375em) {

    /*  SMALL ONLY = 39.9375em
        #menu is the original menu. */
    .js #menu {
        display: none;
    }

    .js .slicknav_menu {
        display: block;
        position: fixed;
        width: 100%;
    }
}

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    background: #000;
    /* mobile `slicknav` menu background color. */
    padding: 5px;
    z-index: 99;
}

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #D6323D;
    /* mobile `slicknav` menu button color. */
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #3D629F;
    color: #fff;
}

.slicknav_nav a {
    float: center;
    text-align: center;
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff;
}

.slicknav_nav a:hover {
    float: center;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #3D629F;
    color: #fff;
}

/* Text Styles */

li {
    font-size: 1.1rem;
    color: #000;
}

p {
    font-size: 1.1rem;
    color: #000;
}

a.siteLink:link,
a.siteLink:active,
a.siteLink:visited {
    font-size: 1.1rem;
    color: #D6323D;
}

a.siteLink:hover {
    color: #000;
}

h1 {
    color: #143773;
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-weight: 700;
    margin-bottom: 0;
}

h2 {
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.blockGrid {
    padding-top: .5rem;
    padding-bottom: .5rem;
}



/* Home Page Styles */

#mainContent {
    padding-top: 1rem;
    padding-bottom: 1rem;
}


/* Image Callouts */

#imagecallouts {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.calloutBox1{
    background-image: url("../img/auto-home.jpg");
   -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
      padding: 1.5rem 1rem 1.5rem 1rem;

        background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.calloutBox1m{
    background-image: url("../img/auto-homem.jpg");
   -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
      padding: 1.5rem 1rem 5rem 1rem;

        background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.calloutBox2{
    background-image: url("../img/residential-home.jpg");
   -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    padding: 3rem 1rem 3rem 1rem;
        background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.calloutBox2m{
    background-image: url("../img/residential-homem.jpg");
   -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    padding: 1.5rem 1rem 6rem 1rem;
        background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.calloutBox3{
    background-image: url("../img/business-home.jpg");
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
  padding: 3rem 1rem 3rem 1rem;
        background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.calloutBox3m{
    background-image: url("../img/business-homem.jpg");
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
  padding: 1.5rem 1rem 6rem 1rem;
        background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

h1.imagecallouts{
    padding:0;
    margin: 0;
    font-weight: 700;
    font-size: 1.6rem;
    color:#000;
}
p.imagecallouts {
    padding: 0 0  0;
    margin: 0 0 0 0;
}

.imagecalloutButton {
    font-size: 1rem;
    line-height: 1rem;
    display: inline-block;
    margin: .5rem 0 0rem 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 3px;
    background: #D6323D;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[data-whatinput='mouse'] .calloutButton {
    outline: 0;
}

.imagecalloutButton:hover,
.imagecalloutButton:focus {
    background: #5a5a5a;
    color: #fff;
}



/* Call Out Styles */

#callout {
    background: #3D629F;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

h1.calloutText {
    margin-top: 0.6rem;
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #fff;
}

p.calloutText {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #fff;
}

.calloutButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[data-whatinput='mouse'] .calloutButton {
    outline: 0;
}

.calloutButton:hover,
.calloutButton:focus {
    background: #5a5a5a;
    color: #fefefe;
    border: 1px solid #fff;
}



/* Footer Styles */

#footer {
    background: #000;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

hr.footer {
    padding: 0.3rem;
    margin: 0;
    border-bottom-color: #aaa;
}

h1.footer {
    font-size: 1.4rem;
    color: #fff;
}

p.footer {
    padding-top: 0.5rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #8f8e8e;
}

a.footer:link,
a.footer:visited,
a.footer:active {
    font-size: 0.9rem;
    color: #8f8e8e;
}

a.footer:hover {
    color: #3D629F;
}



/* Service Blocks */

#serviceblocks {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

a.serviceBlock:link,
a.serviceBlock:visited,
a.serviceBlock:active {
    color: #fefefe;
    font-size: 1rem;
}

a.serviceBlock:hover {
    color: #3D629F;
}

p.serviceblockText {
    margin-top: -1.7rem;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 99;
    margin-bottom: 1.5rem;
}

.serviceblockImg {
    padding: 0;
    margin: 0;
}



/* Additonal Features */

hr {
    padding: 0.2rem;
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
    border-width: 3px;
    border-color: #3D629F;
}
hr.site {
    padding: 0.2rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    border-width: 1px;
    border-color: #ccc;
}
hr.colorbar {
    height: 4px;
    border: 0;
    border-top: 1px solid #3D629F;
    margin: 0.2rem 0rem 0.2rem 0rem;
    padding: 0;
    max-width: 5rem;
    text-align: left;
}

hr.colorbar2 {
    height: 4px;
    border: 0;
    border-top: 3px solid #fff;
    margin: 0.2rem 0rem 0.2rem 0rem;
    padding: 0;
    max-width: 5rem;
    text-align: left;
}

hr.skinny {
    border-color: #3D629F;
}

hr.white {
    margin: 0;
    padding: 0;
    border-color: transparent;
}

.shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.wrap {
    float: left;
    padding-right: 35px;
}

.wrapRight {
    float: right;
    padding-left: 35px;
}

.white {
    color: #fff;
}



/* Google Map CSS */

#gmap_canvas img {
    max-width: none !important;
    background: none !important;
}



/* Slider Styles */

#slider {
    border-bottom: 1px solid #3D629F;
}



/* Page Styles */

.overlayPage {
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    content: " ";
    padding-top: 6%;
    padding-bottom: 6%;
    width: 100%;
    z-index: 2;
}

.pageBanner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/hero.jpg");
}

.pageBannerDesktop {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url("../img/hero.jpg");
}

.overlayPageDesktop {
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    content: " ";
    padding-top: 11%;
    padding-bottom: 11%;
    width: 100%;
    z-index: 2;
}

h1.pagebannerTextDesktop {
    color: #fff;
    font-size: 2.5rem;
    line-height: 2.7rem;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
h2.pagebannerTextDesktop {
    color: #E2C250;
    font-size: 3.1rem;
    line-height:3.1rem;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
     text-transform: uppercase;
     font-weight: 700;
     font-family: 'Roboto Condensed', sans-serif;
}

.overlayPageMobile {
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    content: " ";
    padding-top: 15%;
    padding-bottom: 15%;
    width: 100%;
    z-index: 2;
}

.pageBannerMobile {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/herom.jpg");

}

h1.pagebannerTextMobile {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.8rem;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
h2.pagebannerTextMobile {
    color: #E2C250;
    font-size: 2rem;
    line-height:2rem;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
     text-transform: uppercase;
     font-weight: 700;
     font-family: 'Roboto Condensed', sans-serif;
}


/* Contact Page Styles */

.contactBanner {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url("http://placehold.it/1920x300/258dad/ffffff");
    border-bottom: 1px solid #aaa;
}

h1.pagebannerText {
     color: #fff;
    font-size: 2.5rem;
    line-height: 2.7rem;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

a.contactLink:link,
a.contactLink:active,
a.contactLink:visited {
    color: #000;
}

a.contactLink:hover {
    color: #3D629F;
}



/* Form Fill */

p.success {
    background: green;
    color: #fefefe;
    font-size: 1.2rem;
}

.formButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fefefe;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: #3D629F;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[data-whatinput='mouse'] .formButton {
    outline: 0;
}

.formButton:hover,
.formButton:focus {
    background-color: #5a5a5a;
    border: 1px solid #fff;
    color: #fefefe;
}



/* Video Hero */

.videoButton {
    font-size: 1rem;
    line-height: 1.;
    display: inline-block;
    margin: 1rem 0 0rem 0;
    padding: 0.25rem 1rem 0.25rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 3px;
    background: #D6323D;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[data-whatinput='mouse'] .videoButton {
    outline: 0;
}

.videoButton:hover,
.videoButton:focus {
    background: #5a5a5a;
    color: #fefefe;
}

h1.videoText {
    font-size: 3rem;
    color: #fefefe;
    margin-bottom: -0.7rem;
    padding: 0;
}

h2.videoText {
    font-size: 1.5rem;
    color: #fefefe;
    margin-bottom: 0.7rem;
}

h1.videoTextm {
    font-size: 2rem;
    color: #fefefe;
    padding: 0;
    margin-bottom: -0.2rem;
}

h2.videoTextm {
    font-size: 1rem;
    color: #fefefe;
    margin-bottom: 0.7rem;
}

.videoContainer {
    position: relative;
    overflow: hidden;
}

.videoOverlay {
    background: transparent;
    position: relative;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 35rem;
    z-index: 1;
}

.no-video .video-container video,
.touch .video-container video {
    display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}

.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}

.video-container .filter {
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-container .title-container {
    z-index: 2;
    position: relative;
    text-align: center;
    top: 37%;
}

.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
    min-width: 100%;
}

video.fillWidth {
    min-width: 100%;
    top: -4rem;
}

.overlayVideo {
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    content: " ";
    padding-top: 25%;
    padding-bottom: 25%;
    width: 100%;
    z-index: 2;
}

.videoBanner {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url("../img/file.jpg");
    border-bottom: 1px solid #aaa;
}



/*Orbit*/

.orbit-caption {
    position: absolute;
    bottom: 0;
    padding: 1rem;
    margin-bottom: 0;
    color: #fefefe;
    background-color: rgba(10, 10, 10, 0.5);
}

.borderTopMap {
    border-top: solid 3px #3D629F;
}

a,
li,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div {
    font-family: 'Roboto', sans-serif;
}



.google-reviews{
 
}
.stars{

}

.homeBox1{
    padding: 2rem 0 2rem 0;
}

.homeBox2{
    padding: 2rem 0 2rem 0;
}


.homeBox3{
    padding: 2rem 0 2rem 0;
}

.homeCircle{
    border-radius: 50%;
}

.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:400px; /* your iframe height */
   top:400px;  /* your iframe height */
   margin-top:-400px;  /* your iframe height */
}

.service2rem{
    padding-top:1.5rem;
    padding-bottom:1.5rem;
}
a.serviceLink1:link,
a.serviceLink1:active,
a.serviceLink1:visited {
/*    text-transform: uppercase;*/
    color: #000;
    line-height: 2rem;
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 0;


}
a.serviceLink1:hover {
    color: #E2C445;
}

img.serviceBox {
    border-radius: 1rem;
    border-bottom: solid 4px #E2C445;

}

p.testText1 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #E2C445;
}

p.testText2 {
    font-weight: 800;
    font-size: 3rem;
    line-height: 3.2rem;
    color: #253237;
}

.testSlider {
    width: 95%;
    background: #fff;
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 1rem;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    display: inline-block;
    word-wrap: normal;
}

p.testName {
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 1.4rem;

}

p.testTitle {
    font-weight: 400;
    margin-top: -.5rem;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #E2C445;
    padding-bottom: 2rem;

}

p.testText {
    display: inline-block;
    word-wrap: normal;
}

.homeBottom{
    border-top: solid 3px #3D629F;
    padding: 2rem 0 2rem 0;
    background-image: url("../img/stripes-light.png");
}





/*    Accordian 2 Service Areas*/




.accordion2 {
  list-style-type: none;
  background: #E2C251;
  
  margin-left: 0; }

.accordion2-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #E2C251;
  color: #0a0a0a; }
  :last-child > .accordion2-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.accordion2-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
  color: #FFFFFF;
    background-color: #E2C251;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion2-title {
    border-radius: 0 0 3px 3px;
    border-bottom: 10px solid #FFFFFF;
    border-top: 10px solid #FFFFFF; }
  .accordion2-title:hover, .accordion2-title:focus {
    background-color:#E2C251;
      color: #FFFFFF; }

  .accordion2-title::before {
    content: '';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion2-title::before {
    content: '–'; }
.accordion2-item:first-child > :first-child {
  border-radius: 3px 3px 0 0; }

.accordion2-item:last-child > :last-child {
  border-radius: 0 0 3px 3px; }



/* Raybox Service Areas Styles */

#raybox2 {
    background: #F78F20;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

hr.raybox2 {
    padding: 0.3rem;
    margin: 0;
    border-bottom-color: #97DBF8;
}

h1.raybox2 {
    font-size: 1.4rem;
    color: #fff;
}

p.raybox2 {
    padding-top: 0.5rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #F78F20;
}

a.raybox2:link,
a.raybox2:visited,
a.raybox2:active {
    font-size: 0.9rem;
    color: #FFFFFF;
}

a.raybox2:hover {
    color: #fff;
}

/*Raybox2 service Areasmobile*/

#raybox2mobile {
    background: #F78F20;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

hr.raybox2mobile {
    padding: 0.3rem;
    margin: 0;
    border-bottom-color: #97DBF8;
}

h1.raybox2mobile {
    font-size: 1.4rem;
    color: #fff;
}

p.raybox2mobile {
    padding-top: 0.5rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #FFFFFF;
}

a.raybox2mobile:link,
a.raybox2mobile:visited,
a.raybox2mobile:active {
    font-size: 0.9rem;
    color: #0a0a0a;
}

a.raybox2mobile:hover {
    color: #EE251D;
}

/*City Links*/

.cityLinkBox {
    padding-top: 1rem;
    background: #222;
}
.accordion-title{
    border:2px solid #000  !important;
    
}

.accordion-item{
    border-color: #000;
 
}

a.accordion-titleCity {
    background: transparent !important;
    color: #BD191E;
    font-size: 1rem;
    padding: .75rem .5rem .75rem .5rem;

}

a.accordion-titleCity:hover {

    color: #222;

}

.accordion-itemCity {
    background: transparent !important;
    color: #fff;
}

.accordion-contentCity {
    background: transparent !important;
    color: #fff;
}

.accordionCity {
    background: transparent !important;
    color: #fff;
}
.cityLink{

    padding: 2rem 1rem 2rem 1rem;
}
a.cityLink:link,
a.cityLink:active,
a.cityLink:visited {
    font-size: .9rem !important;
    color: #143771;
    font-weight: 600!important;
}

a.cityLink:hover {
    color: #BD191E;
}

h1.city {
    font-size: 1rem;
    color: inherit;
    font-weight: 600;
    padding: 0;
    margin: 0;
    line-height: 1rem;

}

.blackBG{
position: relative;
z-index: 3;
    padding-top: 4rem;
    margin-top:-8%;
    padding-bottom: 4rem;


    background-image: url("../img/shape.svg");

 background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.mainText{
    padding-top: 2rem;
}
.blackBG p{
    color: #fff;
}
.blackBG h2{
    color: #BD191E;
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding-bottom: .5rem;
    text-transform: uppercase;
}
.blackBG h1{
    color: #fff;
}

.service2rem {
    padding-top:2rem;
}
.bottomlinkbox {
    padding-bottom:1.5rem;
}
.sectionHeader{
    background: #3A3A3A;
    padding:.25rem 1rem .25rem 1rem;
    border-radius: 1rem 1rem 1rem 1rem;
}

.sectionHeader h1{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.greyBG{
    background: #3A3A3A;
}

.serviceBottom{
padding:2rem 0 2rem 0;
}

a.imgIcons:link,
a.imgIcons:active,
a.imgIcons:visited {
    color: #BD191E;
    font-size: 1rem;
 
}

a.imgIcons:hover {
    color: #3A3A3A;
}

.seoBox{
height: 1rem;
margin-bottom: -2rem;
z-index: 3;
position: relative;
}

.seoBox p{
    padding: 1rem;
    font-size: .8rem;
    text-align: center;
    color: #ccc;
    opacity: .4;
}

.serviceBlock{
    padding: 2rem .5rem 2rem .5rem;
    
    border-radius: 1rem;
    border: solid 1px #000;
}

.topSpace{
    padding-top: 2rem;
}
.gmap{
    margin-top: -2rem;
    position: relative;
z-index: 1;
}
.gmapCover{
        position: relative;
z-index: 2;
    margin-bottom: -3rem;
    background: #fff;
    height: 3rem;
    border-bottom: 1px solid #000;
}