/* Site Color: #D64841 */

/* Header Styles */
#header {
    background: #fff;

}

#headerMobile {
    background: #fff;
/*  padding-top: 0.5rem;
    padding-bottom: 0.5rem; */
}

a.headerPhone:link,
a.headerPhone:active,
a.headerPhone:visited {
    color: #020301;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

a.headerPhone:hover {
    color: #D64841;
}
.logo{
    padding-top: .5rem;
    padding-bottom:.5rem;
}
.phone {
    margin-top: 0;
    margin-bottom: -0.7rem;
    padding-top: 0;
}

p.headerCallout {
    color: #878787;
    padding-top: .25rem;
    font-size: 1.2rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

.middleImg {
    margin-top: 0rem;
    z-index: 68;
}

/* Menu Styles */
a.mobileNavLink:link,
a.mobileNavLink:active,
a.mobileNavLink:visited {
    color: #020301;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

a.mobileNavLink:hover {
    color: #fefefe;
}
#nav {
   
    text-align: center;
    background-color: #B22A23;
  margin-bottom: -3rem;
    margin-top:.5rem;
}

.noPadding {
    padding-left: 0rem;
    padding-right: 0rem;
}

.navButton,
.navButton:link,
.navButton:active,
.navButton:visited {
    font-size: 1.2rem;
    font-family: 'Oswald', sans-serif !important;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: 1rem 1rem 1rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

.navButton:hover,
.navButton:focus {
    color: #000;
}

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

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

/* Nav Bar Styles */
.sticky {
    width: 100%;
}

.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: #D64841;
    padding: 5px;
    z-index: 999;
}

.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: #222;
}

/* Text Styles */
.tinyText {
    margin-bottom: -.5rem;
    font-size: 1rem;
    color: #878787;
}

.pSmall {
    font-size: 0.8rem;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

li {
    color: #1d1d1d;
}

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

h1 {
    color: #D64841;
    font-size: 1.8rem;
    margin-bottom: 0;
}

h2 {
    color: #1d1d1d;
    font-size: 1.4rem;
    margin-bottom: 0.2rem;
}

.whiteTextLink {
    color: #fff;
    font-weight: bold;
}

.whiteTextLink:link,
.whiteTextLink:active,
.whiteTextLink:visited {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.whiteTextLink:hover,
.whiteTextLink:focus {
    color: #ffc816;
    text-decoration: none;
    font-weight: bold;
}


/* Home Page Styles */

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


/* Image Callouts */

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

.imagecalloutButton {
    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: #D64841;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

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


/* Call Out Styles */

#callout {
    background: #D64841;
    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;
    margin-bottom: -0.3rem;
    color: #fff;
}

p.calloutText {
    font-size: 1rem;
    margin-top: -0.3rem;
    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: #fff;
    text-align: center;
}

#footer a:link,
#footer a:active,
#footer a:visited {
    color: #000;
    text-decoration: none;
}

#footer a:hover,
#footer a:focus {
    color: #ffc400;
    text-decoration: none;
}

#footer > .bottomLinks {
    color: #000;
    font-size: 0.9rem;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

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

.menu {
    text-align: center;
    font-size: 0.7rem;
    color: #878787;
}

.menu:link,
.menu:active,
.menu:visited {
    color: #878787;
    font-size: 0.7rem;
    text-decoration: none;
}

.menu:hover,
.menu:focus { color: #000; }

ul.menu li a:link,
ul.menu li a:active,
ul.menu li a:visited {
    color: #878787;
    text-decoration: none;
}

ul.menu li a:hover,
ul.menu li a:focus {
    color: #000;
    text-decoration: none;
}

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: #D64841;
}

.ss {
    font-size: 0.6rem;
    color: #000;
    text-align: center;
}

/* Service Blocks */
#serviceblocks {
    padding-top: 1rem;
}

a.serviceBlock:link,
a.serviceBlock:visited,
a.serviceBlock:active {
    color: #000;
    font-size: 0.7rem;
    margin-top: -1rem;
}

a.serviceBlock:hover {
    color: #D64841;
}

p.serviceblockText {
    margin-top: -1.7rem;
    background: transparent;
    color: #000;
    position: relative;
    z-index: 99;
    margin-bottom: 1.5rem;
}

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

.yellowButton {
    font-size: 1.6rem;
    font-weight: bolder;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    display: inline-block;
    padding: 1rem 1.8rem 1rem 1.8rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 8px;
    background: #D64841;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.yellowButton:link,
a.yellowButton:active,
a.yellowButton:visited {
    background: #D64841;
    color: #fff;
    text-decoration: none;
}

a.yellowButton:hover,
a.yellowButton:focus { background: #B22A23; color: #000; }

/* Additonal Features */
.bR { border-right: 1px solid #e7e7e7; }

.largeBlackM {
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;

}

a.largeBlackM:link,
a.largeBlackM:active,
a.largeBlackM:visited { color: #000; font-size: 1.8rem; font-weight: bold; }

a.largeBlackM:hover,
a.largeBlackM:focus, { color: #B22A23; text-decoration: none; font-size: 1.8rem; font-weight: bold; }

.largeBlack {
    color: #000;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: -2rem;
}

.largeWhite {
    color: #fff;
    font-size: 9rem;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

.largeWhiteM {
    color: #fff;
    font-size: 3.6rem;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

.wideWhite {
    color: #fff;
    letter-spacing: 0.2rem;
    font-size: 1.3rem;
    text-align: center;
}

.smallYellow { color: #7f7f7f; font-size: 1.2rem; }
.smallYellow:a,
.smallYellow:a:link,
.smallYellow:a:active,
.smallYellow:a:visited { color: #7f7f7f; font-size: 1.2rem; text-decoration: none; }
.smallYellow:a:hover,
.smallYellow:a:focus { color: #D64841; font-size: 1.2rem; text-decoration: none; }

.largerYellowM {
    color: #D64841;
    font-size: 2.4rem;
    font-weight: bolder;
    font-family: 'Oswald', sans-serif;
}

a.largerYellowM:link,
a.largerYellowM:active,
a.largerYellowM:visited {
    color: #D64841;
    font-size: 2.4rem;
    font-weight: bolder;
    font-family: 'Oswald', sans-serif;
}
a.largerYellowM:hover,
a.largerYellowM:focus {
    color: #8e0000;
    font-size: 2.4rem;
    font-weight: bolder;
    font-family: 'Oswald', sans-serif;
}

.largerYellow {
    color: #D64841;
    font-size: 3.6rem;
    font-weight: bolder;
    font-family: 'Oswald', sans-serif;
}

.largerYellow > a,
.largerYellow > a:link,
.largerYellow > a:active,
.largerYellow > a:visited {
    color: #D64841;
    font-size: 5rem;
    font-weight: bolder;
    font-family: 'Oswald', sans-serif;
}

.largerYellow:link,
.largerYellow:active,
.largerYellow:visited {
    color: #D64841;
    font-size: 5rem;
    font-weight: bolder;
    font-family: 'Oswald', sans-serif;
}

.largerYellow:hover,
.largerYellow:focus {
    color: #D64841;
}

.largeYellow {
    color: #D64841;
    font-size: 2.8rem;
    font-weight: bolder;
    font-family: 'Oswald', sans-serif;
}

a.largeYellow:link,
a.largeYellow:active,
a.largeYellow:visited {
    color: #D64841;
    font-size: 2.8rem;
    font-weight: bolder;
    font-family: 'Oswald', sans-serif;
}

a.largeYellow:hover,
a.largeYellow:focus {
    color: #D64841;
    font-size: 2.8rem;
    font-weight: bolder;
    font-family: 'Oswald', sans-serif;
}

.wideYellow {
    letter-spacing: 1rem;
    font-size: 1.8rem;
    color: #D64841;
}

.wideYellowM {
    letter-spacing: 0.4rem;
    font-size: 0.8
    color: #D64841;
}

hr {
    padding: 0.2rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    border-color: #e7e7e7; /* #D64841; */
}

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

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

hr.skinny {
    border-color: #D64841;
}

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;
}

.ccc {
    background: #ccc;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.tinyBlack {
    color: #000;
    font-size: 0.8rem;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.1rem;
}

.tinyGray {
    color: #7f7f7f;
    font-size: 0.9rem;
}

.tinyGray:link,
.tinyGray a:link,
.tinyGray:active,
.tinyGray a:active,
.tinyGray:visited,
.tinyGray a:visited {
    color: #7f7f7f;
    font-size: 0.9rem;
    text-decoration: none;
}

.tinyGray a:hover {
    color: #D64841;
    font-size: 0.9rem;
    text-decoration: none;
}

.bigGray {
    color: #a1a1a1;
    font-weight: bold;
}

.gray {
    color: #7f7f7f;
}

.white {
    color: #fff;
}

.w2 {
    margin-top: -4.2rem;
    color: #fff;
}

.yellow {
    /*color: #ff0;*/
    color: #D64841;
}


/* Google Map CSS */

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


/* Slider Styles */
#slider { padding-bottom: 1rem;
    
}

a.heroLink:link,
a.heroLink:active,
a.heroLink:visited {
    color: #D64841 ;
}

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


/* Page Styles */
.overlayPage {
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    content: " ";
    padding-top: 3%;
    padding-bottom: 3%;
    width: 100%;
    z-index: 2;
}

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

.frontoverlayPage {
    background: rgba(0, 0, 0, 0.7);
    position: relative;
    content: " ";
    padding-top: 3%;
    padding-bottom: 3%;
    width: 100%;
    z-index: 2;
    border-bottom: 1px solid #000;
}

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

.frontpagebannerText {
    color: #fefefe;
    font-size: 1.8rem;
    text-align: center;
}

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

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

h1.pagebannerTextDesktop {
    color: #000;
    font-size: 1.8rem;
    text-align: center;
}

.overlayPageMobile {
    background-color: rgba(0, 0, 0, 0.4);
    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/set-of-keys.jpg");
    border-bottom: 1px solid #aaa;
}

h1.pageBannerTextMobile {
    color: #000;
    font-size: 1.8rem;
}

ul.servicesList li {
    color: #7f7f7f;
}

/* 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: #fefefe;
    font-size: 1.8rem;
    text-align: center;
}

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

a.contactLink:hover {
    color: #D64841;
}


/* 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: #D64841;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

.formButton:hover,
.formButton:focus {
    background: #8e0000;
    border: 1px solid #fff;
    color: #fefefe;
}


/* Video Hero */

.videoButton {
    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-radius: 3px;
    background-color: #D64841;
    -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;
}


div.indent {
    padding-left: 1.3rem;
}