/* Site Color: #f18723 */


/* Header Styles */

#upperHeader {
    background-color: #EDEEF2;
    min-height: 1rem;
}

#header {
    padding-bottom: .5rem;
    padding-top: .5rem;
    background: #fff;
}

#headerMobile {
    background: #fff;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

a.headerPhone:link,
a.headerPhone:visited,
a.headerPhone:active {
    color: #020301;
    font-size: 2.4rem;

}

a.headerPhone2:link,
a.headerPhone2:visited,
a.headerPhone2:active {
    color: #3B5998;
    font-size: 1.4rem;

}

a.headerPhone-offer:link,
a.headerPhone-offer:visited,
a.headerPhone-offer:active {
    color: #020301;
    font-size: 1.5rem;

}

a.headerPhone2:hover {
    color: #f18723;
}
a.headerPhone:hover {
    color: #f18723;
}

.phone {
    margin-top: 0;

    margin-bottom: -.7rem;
    padding-top: 0;
}

.facebook{
	padding: 0;
	margin-top: -2rem;
}

.headerCallout {
    color: #020301;
    font-size: 1.1rem;
    margin-bottom: -1rem;
    padding-bottom: 0;
}

.phoneIcon {
    padding-right: 1.5rem;
    margin-bottom: 2rem;
}

.social-icon {
    font-size: 2rem !important;
}


/* Menu Styles */

#nav {
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 99;
    margin-bottom: -3.6rem;
    max-height: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

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

.navButton2 {
    font-size: 1.1rem;
    color: #fff;
    padding-right: .8rem;
    padding-left: .8rem;
}

.navButton2:hover,
.navButton2:focus {
    color: #f09e5b;
}

.navButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
    margin: 0rem 1rem 0rem 1rem;
    padding: 1rem .2rem 1rem .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-color: transparent;
    -webkit-appearance: none;
}

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

.navButton:hover,
.navButton:focus {
    background-color: transparent;
    color: #f09e5b;
}

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

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


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


/* Text Styles */
a.text:link,
a.text:visited,
a.text:active {
    color: #f18723;
    font-size: 1.1rem;

}


a.text:hover {
    color: #1d1d1d;
}
h1.homePage{
    font-size: 3rem;
color: #1d1d1d;
margin-bottom: -.6rem;
}
h2.homePage{
    font-size: 1.5rem;
    color: #1d1d1d;
}
li {
    color: #1d1d1d;
}

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

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

h2 {
    color: #666;
    font-size: 1.4rem;
    margin-bottom: -.2rem;
}

h3 {
    color: #f18723;
}

.bold {
    font-weight: bold;
}


/* Home Page Styles */

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

a.frontPhone:link,
a.frontPhone:active,
a.frontPhone:visited {
    color: #1d1d1d;
    font-size: 3rem;
}

a.frontPhone:hover {
    color: #f18723;
    font-size: 3rem;
}

.frontText {
    font-size: 2.5rem;
    color: #666;
}


/* Image Callouts */

#imagecallouts {
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.imgButton{
    margin-top: -1rem;
}
.imagecalloutButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: .5rem 1rem .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: #f18723;
    -webkit-appearance: none;
}

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

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

.imgRound {
    border-radius: 6px;
    border: 1px solid #e97f02;
}


/* Call Out Styles */

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

h1.calloutText {
    margin-top: .6rem;
    font-size: 1.5rem;
    margin-bottom: -.3rem;
    color: #fff;
}

p.calloutText {
    font-size: 1rem;
    margin-top: -.3rem;
    color: #fff;
}

.calloutButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: .5rem 1rem .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-color: transparent;
    -webkit-appearance: none;
}

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

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


/* Footer Styles */

#footer {
    background: #1b1b1b;
    padding-top: 2rem;
}

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

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

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

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

a.footer:hover {
    color: #f18723;
}

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

/* Service Blocks */

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

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

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

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

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


/* Additonal Features */

hr {
    padding: .2rem;
    margin-top: .4rem;
    margin-bottom: .4rem;
    border-color: #f18723;
}

hr.skinny {
    padding: .2rem;
    margin-top: .4rem;
    margin-bottom: .4rem;
    border-color: #f18723;
}

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

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

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

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

.orangeBox {
    color: white;
    text-transform: uppercase;
    background: #f18723;
}

.black {
    color: #000;
}

.orange-c {
    color: #f18723;
}

.white {
    color: #fff;
}

.negative {
    position: relative;
    z-index: 99;
    margin-top: -12rem;
}


/* Google Maps CSS */

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


/* Slider Styles */

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


/* Page Styles */

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

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


/* Contact Page Styles */

.contactBanner {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url("http://placehold.it/1920x300/f18723/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: #f18723;
}


/* Form Fill */

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

.formButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: .5rem 1rem .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: #f18723;
    -webkit-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: 0 0 0rem 0;
    padding: .5rem 1rem .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: #f18723;
    -webkit-appearance: none;
}

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

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

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

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

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

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

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

.videoOverlay {
    background-color: 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-color: 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;
}


/*Banner*/

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

.sectionHeight {
    min-height: 10rem;
     padding-top: 3rem;

}
.sectionHeight2{
    min-height: 10rem;
    padding-top: 3.1rem;
}
.sectionHeight3{
    min-height: 10rem;
    padding-top: 3rem;
}
.fullWidth {
    width: 100%;
    overflow: hidden;
}

p.banner {
    font-size: 1rem;
    line-height: 1rem;
}

h1.meet {
    text-align: right;
    color: #000000;
    line-height: 2.5rem;
    font-size: 2.5rem;
}

h2.chiro {
    text-align: right;
    color: #f18723;
    font-size: 1.45rem;
    margin-bottom: 0;
}

.bannerPosition {
    padding-top: 20%;
    padding-bottom: 2%;
}

.white-bg {
    background-color: rgba(255, 255, 255, .9);
}

.orange-bg {
    background-color: #f18723;
}

p.spacing {}

a.banner,
a.banner:visited,
a.bannner:active {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.8rem;
}

a.banner:hover {
    color: #FFBA77;
}
/*Coupon*/
.couponBox{
    border: 2px dashed #C66509;
    background-color: #FAFAFA;
}
.couponBox1{
  padding: 2rem .5rem 2rem .5rem;
}

p.couponText1{
   color: #F18823;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 600;
}
p.couponText2{
   color: #F18823;
    text-align: center;
    font-size: 2.4rem;
   padding: 0rem;
   margin-top: -1rem;
   font-weight: 600;
}
p.couponText3{
   color: #000;
    text-align: center;
    font-size: 1.4rem;
   padding: 0rem;
   margin-top: -2.20rem;
}
p.couponText4{
   color: #000;
    text-align: center;
    font-size: .9rem;
    line-height: 1rem;
   padding: 0rem;
   margin-top: -1rem;
  margin-bottom: 0rem;
}


/* Raybox Styles */

#raybox {
    background: #FFBF05;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

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

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

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

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

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

/*Raybox mobile*/

#rayboxmobile {
    background: #FFBF05;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

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

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

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

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

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

/* 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: #FFFFFF;
}

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

/*    Accordian*/

.accordion {
  list-style-type: none;
  background: #FFBF05;
      color: #FFBF05;
  margin-left: 0; }

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

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

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

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




/*    Accordian 2 Service Areas*/




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

.accordion2-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #F18723;
  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: #F18723;
  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:#F18723;
      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; }

h2.white {
    color: #fff;
}