body {
  background: #FFF;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

textarea {
  resize: vertical;
}

.divider {
  background: #CCC;
  display: block;
  height: 1px;
  margin: 24px 0 10px;
  width: 25%;
}

.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.no-left-pad {
  padding-left: 0;
}

.no-right-pad {
  padding-right: 0;
}

.btn-primary,
.btn-default,
.dropdown-menu > li > a,
.carousel-indicators li,
.carousel-indicators li.active {
  -webkit-transition: background .25s linear;
  -moz-transition: background .25s linear;
  -ms-transition: background .25s linear;
  -o-transition: background .25s linear;
  transition: background .25s linear;
}

/* - - - - - TYPOGRAPHY - - - - - */

.bold {
  font-weight: bold;
}

strong {
  font-weight: bold !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  margin-top: 10px;
}

h1 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}

h2 {
  font-size: 24px;
  margin: 10px 0 6px;
}

h3 {
  font-size: 18px;
  margin: 10px 0 4px
}

p,
ul li {
  color: #555;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
  padding-bottom: 12px;
  text-align: justify;
}

ul li {
  padding-bottom: 2px;
}

a {
  color: #0088CC;
  font-weight: 600;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}

a:focus,
a:hover,
#services a:hover h3 {
  color: #FFA500;
  text-decoration: none;
}

/* - - - - INNER PAGE TYPOGRAPHY - - - - */

#content > #inner-copy h2 + h3 {
  margin-top: 0;
}

#inner-copy img + p {
  padding-top: 15px;
}

#inner-copy h2 > a,
#inner-copy h3 > a {
  font-weight: 400;
}

/* - - - - - START HEADER CSS - - - - - */

header {
  background: #FFF;
  position: relative;
  z-index: 100;
}

.left-shape {
  align-items: center;
  background-color: #404856;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  position: relative;
}

.left-shape:before {
  border-left: 55px solid transparent;
  border-top: 55px solid #404856;
  content: "";
  height: 0;
  left: -55px;
  position: absolute;
  top: 0;
  width: 0;
}

.right-shape {
  align-items: center;
  background: #323946;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  height: 55px;
  padding: 0 15px 0 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.right-shape:before {
  border-bottom: 55px solid #323946;
  border-left: 55px solid transparent;
  content: "";
  height: 0;
  left: -55px;
  position: absolute;
  top: 0;
  width: 0;
}

.right-shape:after {
  border-top: 55px solid #323946;
  border-right: 55px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -55px;
  top: 0;
  width: 0;
}

.left-shape p {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.right-shape img {
  margin-right: 10px;
}

.right-shape p {
  font-family: 'Montserrat', sans-serif;
}

#logo-menu .container {
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* - - - - - NAVIGATION MENU CSS - - - - - */

.menu-holder {
  padding-right: 0;
}

.navbar {
  border: none;
  margin-bottom: 0;
  min-height: 20px;
  z-index: 50;
}

/* centers the navbar links */
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
  padding: 0;
}

.navbar-nav li {
  padding-bottom: 0 !important;
}

.navbar-nav > li > a {
  border-bottom: 5px solid transparent;
  color: #333;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 30px 20px 25px;
  -webkit-transition: border 0.25s linear;
  -moz-transition: border 0.25s linear;
  -ms-transition: border 0.25s linear;
  -o-transition: border 0.25s linear;
  transition: border 0.25s linear;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:active,
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover {
  background: #FFF;
  border-bottom: 5px solid #0088CC;
}

.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a:active {
  border-bottom-color: transparent;
}

.dropdown-menu {
  border-top: none;
  width: auto;
}

.dropdown-menu > li > a {
  color: #555;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background: #0088CC;
  color: #FFF;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: none;
}

.navbar-brand {
  color: #333;
  display: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  padding: 15px 15px 0 15px;
}

/* hamburger bun color */
.navbar-toggle {
  border: 1px solid #0088CC;
  margin-right: 15px;
}

/* hamburger beef patty color */
.navbar-toggle .icon-bar {
  background: #0088CC;
}

/* - - - - - START IMAGE SECTION CSS - - - - - */

#header-image img,
#carousel-wrapper {
  min-width: 100%;
  z-index: 1;
}

.carousel img {
  max-width: none;
  min-width: 100%;
}

.carousel-indicators {
  border-bottom: 2px solid #D4D6DA;
  bottom: -134px;
  font-size: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  width: 100%;
}

.carousel-indicators li,
.carousel-indicators li.active {
  border: 0;
  border-radius: 0;
  color: #000;
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 27px 20px;
  text-align: left;
  text-indent: 0;
  width: 350px;
}

.carousel-indicators li:first-child,
.carousel-indicators li:nth-child(2) {
  border-left: 1px solid #D4D6DA;
}

.carousel-indicators li:last-child,
.carousel-indicators li:nth-child(2) {
  border-right: 1px solid #D4D6DA;
}

.carousel-indicators li > h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.carousel-indicators li > p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.carousel-indicators li > h2,
.carousel-indicators li > p {
  -webkit-transition: color 0s linear;
  -moz-transition: color 0s linear;
  -ms-transition: color 0s linear;
  -o-transition: color 0s linear;
  transition: color 0s linear;
}

.carousel-indicators li {
  background: #FFF;
}

.carousel-indicators li.active {
  background: #0088CC;
  color: #FFF;
}

.carousel-indicators li:hover > p,
.carousel-indicators li.active p {
  color: #FFF;
}

.carousel-indicators li:hover {
  background: #0088CC;
  color: #FFF;
  cursor: pointer;
}

#myCarousel .carousel-control {
  opacity: 1;
  width: 5%;
}

/* Size and color of slider arrows */
#myCarousel .carousel-control .glyphicon-chevron-left,
#myCarousel .carousel-control .glyphicon-chevron-right {
  color: #FFF;
  display: none;
  font-size: 25px;
  height: 25px;
  width: auto;
}

#carousel-wrapper:hover .carousel-control .glyphicon-chevron-left,
#carousel-wrapper:hover .carousel-control .glyphicon-chevron-right {
  display: inline;
  z-index: 100;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

/* Slider arrow positioning */
#myCarousel .carousel-control .glyphicon-chevron-left {
  left: 60px;
  position: absolute;
}

#myCarousel .carousel-control .glyphicon-chevron-right {
  position: absolute;
  right: 60px;
}

/* - - - - - - START INDEX SECTION - - - - - - - */

#index-section {
  background: #F3F5FA;
  margin-top: 122px;
  padding: 10rem 0 25rem;
}

#index-section h1 {
  margin-top: 0;
}

/* - - - - - - START WHO-WE-ARE SECTION - - - - - - - */

#who-we-are {
  bottom: 16rem;
  margin-bottom: -31.2rem;
  position: relative;
  text-align: center;
  z-index: 9999;
}

#who-we-are img {
  display: inline-block;
}

#who-we-are .box {
  background: #FFF;
  border-top: 8px solid #0088CC;
  padding: 40px 30px 40px;
  -webkit-transition: border .25s linear;
  -moz-transition: border .25s linear;
  -ms-transition: border .25s linear;
  -o-transition: border .25s linear;
  transition: border .25s linear;
}

#who-we-are .box:hover {
  border-color: #FFA500;
}

#who-we-are h2 {
  color: #000;
  margin: 25px 0 20px;
}

#who-we-are p {
  text-align: center;
}

/* - - - - - START TAGLINE SECTION CSS - - - - - */

#tagline {
  background: url("../images/new_layout_images/lay360/tagline.jpg") no-repeat center center;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.tagline-holder {
  height: 60rem;
  padding: 32rem 1.5rem 16rem;
}

.tagline-text {
  left: 50%;
  position: absolute;
  text-align: center;
  width: 80%;
  z-index: 999;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tagline-text h3 {
  color: #FFF;
  font-size: 48px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0 auto 4rem;
  padding-bottom: 0;
}

.tagline-text p {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.overlay {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}

/* - - - - - - - - START SERVICES SECTION - - - - - - - - */

#services {
  background: #F3F5FA;
  padding: 10rem 0;
  text-align: center;
}

#services h2 {
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
}

#services h3 {
  color: #000;
  font-size: 17px;
  margin-top: 15px;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: color .25s linear;
  -moz-transition: color .25s linear;
  -ms-transition: color .25s linear;
  -o-transition: color .25s linear;
  transition: color .25s linear;
}

#services img {
  margin-top: 45px;
}

/* - - - - - - - - WHY CHOOSE US SECTION - - - - - - - - */

#why-choose-us {
  padding: 8rem 0 10rem;
}

#why-choose-us h2 {
  font-size: 34px;
  font-weight: 600;
  margin-top: 0;
  text-align: center;
}

#why-choose-us h3 {
  font-size: 17px;
  text-align: left;
  text-transform: uppercase;
}

#why-choose-us h2 + p {
  margin-bottom: 40px;
}

#why-choose-us .social-media {
  margin-bottom: 40px;
}

/* - - - - - - - - START TESTIMONIALS SECTION - - - - - - - - */

#testimonials {
  background: #F3F5FA;
  padding: 9rem 0 8rem;
}

#testimonials .row {
  margin: 0;
}

#testimonials h2 {
  font-size: 34px;
  font-weight: 600;
  margin-top: 0;
  text-align: center;
}

#testimonials h2 + p {
  margin-bottom: 40px;
}

#testimonials .quote-row {
  background: url('../images/new_layout_images/lay360/quote.png') no-repeat 4% 90% #FFF;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  padding: 5rem 5rem 8rem;
}

#testimonials .quote-inner p {
  color: #919191;
  line-height: 1.8;
  text-align: center;
}

#testimonials .quote-inner p:last-child {
  padding-bottom: 0;
}

.triangle-grey {
  border-color: #E8E8E8 transparent transparent transparent;
  border-style: solid;
  border-width: 21px 21px 0 21px;
  height: 0;
  left: 50px;
  position: relative;
  width: 0;
}

.triangle-white {
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  bottom: 22px;
  height: 0;
  left: 51px;
  margin-bottom: -38px;
  position: relative;
  width: 0;
}

#testimonials .stars {
  color: #FFA500;
  float: right;
  font-size: 18px;
  margin: 30px 10px 0 0;
}

#testimonials p.name {
  color: #000;
  font-size: 16px;
  margin: 30px 0 4px 25px;
  padding-bottom: 0;
  text-align: left;
}

#testimonials p.detail {
  font-size: 13px;
  color: #000;
  margin-left: 25px;
  text-align: left;
}

#testimonials .btn-center {
  margin-top: 60px;
}

/* - - - - - - START INNER CONTENT - - - - - - - */

#content {
  padding: 0 0 10rem;
}

#heading {
  background: #0088CC;
  padding: 0;
  text-align: left;
}

#heading > .container > h1 {
  color: #FFF;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  padding: 25px 0;
}

#inner-copy {
  padding-top: 50px;
}

/* - - - - - - - - START SIDEBAR - - - - - - - - */

#sidebar {
  margin-top: 50px;
}

#sidebar-links {
  margin: 0 0 50px;
}

#sidebar-links a {
  background: #FAFAFA;
  border-bottom: 1px solid #E7EAF2;
  border-left: 5px solid #FAFAFA;
  color: #000;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 20px;
  -webkit-transition: background .25s linear, border .25s linear, color 0s;
  -moz-transition: background .25s linear, border .25s linear, color 0s;
  -ms-transition: background .25s linear, border .25s linear, color 0s;
  -o-transition: background .25s linear, border .25s linear, color 0s;
  transition: background .25s linear, border .25s linear, color 0s;
}

#sidebar-links a.currentLink {
  background: #FFF;
  border-left: 5px solid #FFA500;
  cursor: default;
  pointer-events: none;
}

#sidebar-links a:first-child {
  border-top: 1px solid #E7EAF2;
}

#sidebar-links a:after {
  color: #000;
  content: '\f054';
  font-family: FontAwesome;
  position: absolute;
  right: 35px;
}

#sidebar-links a.currentLink:after {
  color: #FFA500;
}

#sidebar-links a:hover {
  background: #FFF;
  border-left: 5px solid #0088CC;
}

#sidebar-links a:hover:after {
  color: #0088CC;
}

#sidebar .consultation img {
  margin-top: 57px;
}

#sidebar .sidebar-consult {
  margin-bottom: 50px;
}

/* - - - - - - - - START FOOTER  - - - - - - - - */

footer {
  background: #323946;
  padding: 45px 0 28px;
}

footer h2,
footer p,
footer a {
  color: #FFF;
}

footer h2 {
  font-size: 23px;
  font-weight: 400;
  margin-top: 35px;
}

footer a,
footer p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

footer a {
  color: #FAFAFA;
}

footer p {
  color: #FFF;
  padding-bottom: 3px;
}

footer .footer-site-name {
  font-size: 17px;
  font-weight: 700;
}

footer .fa {
  margin-right: 6px;
}

.divider-line {
  background: #FFF;
  display: block;
  height: 2px;
  margin: 12px 0 18px;
}

.divider-line span {
  background: #0088CC;
  display: block;
  height: 2px;
  width: 50%;
  -webkit-transition: background .25s linear, width .25s linear;
  -moz-transition: background .25s linear, width .25s linear;
  -ms-transition: background .25s linear, width .25s linear;
  -o-transition: background .25s linear, width .25s linear;
  transition: background .25s linear, width .25s linear;
}

.divider-line span.fill {
  width: 100%;
  background: #FFA500;
}

/* - - - - - - - START FOOTER NAV - - - - - - - */

#footer-nav {
  margin: 30px auto;
  text-align: center;
}

#footer-nav a {
  font-size: 15px;
  line-height: 2;
  margin: 8px 24px;
  white-space: nowrap;
}

/* - - - - - START FOOTER COPYRIGHT - - - - - - */

footer .copyright {
  border-top: 1px solid #595F6A;
  margin-top: 30px;
  padding-top: 30px;
}

.copyright a {
  font-size: 14px;
  font-weight: 400;
}

.copyright p {
  font-size: 14px;
  line-height: 1.7;
}

.footer-sm {
  bottom: -5px;
  float: right;
  position: relative;
}

.footer-sm a > img {
  display: inline-block;
  margin: 0 5px;
}

.footer-sm a:last-child > img {
  margin-right: 0;
}

/* - - - - - - - - START BUTTONS - - - - - - - - */

.btn-primary,
.btn-default {
  background-image: none;
  background: #0088CC;
  border: 2px solid #0088CC;
  border-radius: 25px;
  box-shadow: none;
  color: #FFF;
  float: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 16px 33px;
  text-transform: uppercase;
}

.btn-primary:hover {
  background: #FFF;
  border: 2px solid #0088CC;
  color: #0088CC;
}

.btn-default {
  background: transparent;
  border: 2px solid #000;
  color: #000;
  padding: 16px 43px;
}

.btn-default:hover {
  border-color: #000;
  background: #000;
  color: #FFF;
}

.btn-center {
  text-align: center;
}

/* - - - - - - - - - - DON'T TOUCH - - - - - - - - - - */

.error {
  background-color: #FFFFFF !important;
  border: 1px solid #FF0000 !important;
  color: #FF0000 !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  padding: 13px 10px 12px 10px !important;
}

.error p {
  font-size: 14px;
  padding-bottom: 0;
}

.error ul {
  font-weight: 400 !important;
  margin-bottom: 0;
  margin-top: 8px;
  padding-left: 10px;
}

/* - - - - - - - - - - TAX CENTER  - - - - - - - - - - */

img[src="images/bullet_tax_center.jpg"],
img[src="images/bullet_download_tax_forms.jpg"],
img[src="images/bullet_record_retention.jpg"],
img[src="images/bullet_tax_organizer.jpg"],
img[src="images/bullet_tax_rates.jpg"],
img[src="images/bullet_tax_tips.jpg"],
img[src="images/bullet_tax_calculators.jpg"] {
  margin-top: 20px;
}

img[src="images/bullet_track_tax_refund.jpg"] {
  margin-top: -20px;
}


/* - - - - - - - - START MEDIA QUERIES - - - - - - - - */

@media all and (max-width: 1200px) {

  .navbar-nav > li > a {
    padding: 30px 12px 25px;
  }

  .carousel-indicators li,
  .carousel-indicators li.active {
    width: 325px;
  }

  #testimonials .quote-row {
    background: url('../images/new_layout_images/lay360/quote.png') no-repeat 5% 91% #FFF;
    padding: 5rem 5rem 9rem;
  }

}


@media all and (max-width: 992px) {

  .logo-holder {
    text-align: center;
  }

  .logo-holder img {
   display: inline-block;
   margin-top: 2rem;
  }

  #logo-menu .container {
    padding: 0;
    display: block;
  }

  .menu-holder {
    padding: 0;
  }

  .navbar-nav > li > a {
    padding: 30px 16px;
  }

  .carousel-indicators {
    display: none;
  }

  #index-section {
    margin-top: 0;
    padding-top: 2.5rem;
  }

  .consultation {
    text-align: center;
  }

  .consultation img {
    display: inline-block;
  }

  #testimonials .quote-row {
    background: url('../images/new_layout_images/lay360/quote.png') no-repeat 8% 92% #FFF;
    padding: 5rem 5rem 9rem;
  }

  #sidebar img {
   display: block;
   margin: 0 auto;
  }

  #sidebar img.sidebar-consult {
   margin-bottom: 50px;
  }

}   /* end 992px media query */


@media all and (max-width:767px) {

  #carousel-wrapper:hover .carousel-control .glyphicon-chevron-left,
  #carousel-wrapper:hover .carousel-control .glyphicon-chevron-right {
    display: none;
  }

  #who-we-are {
   background: #F3F5FA;
  }

  #who-we-are .container div[class*="col-"] {
    margin-bottom: 25px;
  }

  #why-choose-us h2 + p,
  #why-choose-us .why-image {
    margin-bottom: 20px;
  }

  #testimonials .quote-row {
    background: url('../images/new_layout_images/lay360/quote.png') no-repeat 3.5% 87% #FFF;
  }

  footer {
    text-align: center;
  }

  footer h2 {
    margin-top: 30px;
  }

  .divider-line {
    margin: 12px auto 18px;
    width: 65%;
  }

  footer .container div:first-child > h2 {
    margin-top: 0;
  }

  footer p {
    text-align: center;
  }

  .footer-sm {
    display: block;
    float: none;
    margin-bottom: 12px;
    text-align: center;
  }

  #testimonials .quote-holder div:last-child > .quote-row {
    margin-top: 30px;
  }

  ul.navbar-nav li {
    text-align: center;
  }

  .navbar-nav > li > a {
    border: 0;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .navbar .navbar-nav > li > a:hover,
  .navbar .navbar-nav > li > a:active,
  .navbar .navbar-nav > .open > a,
  .navbar .navbar-nav > .open > a:hover,
  .navbar .navbar-nav > .open > a:focus {
    background: #FFF;
    border: 0;
    color: #0088CC;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px;
  }

  .navbar-nav .open .dropdown-menu {
    padding-top: 0;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
    text-align: center;
  }

  .navbar-collapse.in {
    overflow-y: initial;
  }

  .navbar-collapse {
    max-height: none;
  }

} /* end 767px media query */


@media all and (max-width: 480px) {

  #inner-copy img:first-child {
    margin-top: 30px;
   }

  #testimonials .quote-row {
    background: #FFF;
    padding: 4rem 5rem;
  }

} /* end 480px media query */


@media all and (max-width: 375px) {

  #testimonials .quote-holder > div > .row:first-child:after,
  #testimonials .quote-holder > div > .row:first-child:before {
    bottom: 89px;
  }

  #testimonials .quote-holder > div > .row:first-child:before {
    bottom: 87px;
  }

} /* end 375px media query */


/*
- - - - - COLOR REPLACEMENT - BLUE (#0088CC) - - - - -

a,
#sidebar-links a:hover:after,
.btn-primary:hover,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:active,
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  color: #XXXXXX;
}

.navbar-toggle .icon-bar,
#heading, .divider-line span,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.carousel-indicators li.active,
.carousel-indicators li:hover,
.btn-primary, .btn-default {
  background: #XXXXXX;
}

#who-we-are .box,
#sidebar-links a:hover,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:active,
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.btn-primary, .btn-default, .btn-primary:hover {
  border-color: #XXXXXX;
}

*/


/* - - - - - COLOR REPLACEMENT - ORANGE (#FFA500) - - - - -

a:focus, a:hover,
#services a:hover h3,
#testimonials .stars,
#sidebar-links a.currentLink:after {
  color: #XXXXXX;
}

.divider-line span.fill {
  background: #XXXXXX;
}

#who-we-are .box:hover,
#sidebar-links a.currentLink {
  border-color: #XXXXXX;
}

*/
