#testimonials {
    display: none;
}

.disclaimer {
    text-align: center;
    background: #fac750;
}

.disclaimer p {
    padding: 1.3rem 0;
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    color: #1a222a;
    font-family: 'Montserrat', sans-serif;
}

.disclaimer .fas {
    margin: 0 1rem 0 0;
   font-size: 22px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

::-moz-selection {
    background: #000;
    color: #FFF;
}

#contactForm {
  margin-top: 2rem;
}

#captcha {
  margin-top: 0;
width: 130px !important;
}

#gmapwide a {
  white-space: pre-wrap; /* CSS3 */    
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */    
  white-space: -o-pre-wrap; /* Opera 7 */    
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#scroll-icon .fa, #scroll-icon .fa:active, #scroll-icon .fa:focus {
    background: rgb(84 184 116 / 79%);
    border: none;
    border-radius: 0;
    padding: 5px 10px;
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   BUTTONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
a.btn, a.btn:active, a.btn:focus, a.btn:active:focus, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus, .btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-default, .btn-default:active, .btn-default:focus, .btn-default:active:focus .btn-default:not(:disabled):not(.disabled):active:focus {
  background: #54B874;
  border-radius: 0;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
    text-transform: none;
}

.btn:hover, .btn-primary:hover, .btn-default:hover {
  background: #4baf6b;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
h1, h2, h3, h4, h5, h6, 
h2 > a, h3 > a, h4 > a {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
    letter-spacing: -1px;
}

h1, h2, h3, h4 {
  color: #2a323f;
}

#services h2 span,
#index h1 span,
#call-to-action h2 span {
    font-weight: 400;
}

p, a, ul, li {
  font-family: 'Poppins', sans-serif;
  color: #636363;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

p + h2, 
p + h3 {
  margin: 1rem 0 0.7rem;
}

#inner {
    padding: 0;
}


#inner-content .fas,
#inner-content .far {
    font-size: 23px;
    margin-right: 1rem;
    color: #458d7b;
}

#inner-content .allsvcs p + h2, 
#inner-content .allsvcs p + h3 {
  margin-bottom: 0;
}

#inner-content h2, 
#inner-content h3 {
  text-transform: none !important;
}

#inner-content .about-pg hr {
    margin: 2rem 0 2.5rem;
}

#inner-content .about-pg h3 {
    font-weight: 500;
    font-size: 19px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
a, a:active, a:focus, a:visited, 
h2>a, h3>a, h4>a {
  color: #54B874;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

a {
  font-size: 16px;
}

a:hover {
  color: #2aac8b;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - TOPBAR 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#toolbar p,
#toolbar a {
  color: #777;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: .5rem .25rem;
  position: relative;
  display: inline-block;
}

#toolbar p>i {
  color: #008FD7;
  margin-right: .5rem;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

#toolbar .row a:not(:last-of-type)::after {
    background: #e4e4e4;
}

#toolbar a>i {
  color: #5f5f5f;
}

#toolbar a:hover {
  color: #000
}

#toolbar a:hover i {
  color: #54B874;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - LOGO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#header-logo {
  padding: 20px 0 30px
}

#header-logo img {
  position: relative;
  bottom: 0.2rem;
  z-index: 99;
  width: 235px;
-webkit-transition: width .4s ease;
  -o-transition: width .4s ease;
  -moz-transition: width .4s ease;
  transition: width .4s ease;
}

#header-logo.fixed-top {
  background: #FFF;
  padding: 18px 0;
}

#header-logo.fixed-top img {
  max-width: initial;
  min-width: initial;
  position: initial;
  width: 190px;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   NAV MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.navbar .navbar-nav .nav-link {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 16px;
}

.navbar .navbar-nav .nav-link:hover, 
.navbar .navbar-nav .nav-item.show .nav-link {
  color: #000;
}

.navbar .navbar-nav .nav-item:last-child .nav-link {
  background: #54B874;
  padding: 10px 28px;
  text-transform: none;
  border-radius: 0;
}

.navbar .navbar-nav .nav-item:last-of-type:hover .nav-link {
    background: #4baf6b;
}

#navbar-spy {
  background: #54B874;
}

.navbar-nav .dropdown-menu {
  border: 0;
  padding: 10px 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  position:relative;
  z-index:9999;
}

.navbar .dropdown-item, 
.navbar .dropdown-item:active, 
.navbar .dropdown-item:focus {
  font-size: 14px;
  padding: 0.3rem 1rem;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - SLIDES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#myCarousel .carousel-inner .carousel-item:nth-of-type(1) .slider-overlay,
#myCarousel .carousel-inner .carousel-item:nth-of-type(2) .slider-overlay,
#myCarousel .carousel-inner .carousel-item:nth-of-type(3) .slider-overlay {
  background: #202932;
  opacity: 0.2;
}

#myCarousel .carousel-inner .carousel-item:nth-of-type(1) {
    background-image: url(site_images/rev-slide6.jpg?v=1.01);
}

#myCarousel .carousel-inner .carousel-item:nth-of-type(2) {
    background-image: url(site_images/slide11.jpg?v=1.01);
}

#myCarousel .carousel-inner .carousel-item:nth-of-type(3) {
    background-image: url(site_images/slideE.jpg?v=1.01);
}

#myCarousel .carousel-caption {
  padding: 1.75rem 1.5rem 2rem 0;
  width: 700px;
}


#myCarousel .carousel-caption h2,
#myCarousel .carousel-caption h2 span {
    font-size: 3.6rem;
    line-height: 1;
    text-shadow: 3px 3px 12px rgb(0 0 0 / 53%);
}

#myCarousel .carousel-caption h2 {
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: -2px;
    line-height: 1.2;
    font-size: 52px;
}

#myCarousel .carousel-caption h2 span {
    display: block;
    font-weight: 500;
    font-size: 52px;
}

#myCarousel .carousel-caption p {
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 2rem;
  text-shadow: 1px 1px 10px #4E4E4E;
}

#myCarousel .btn-primary {
    background: #54B874;
    color: #FFF;
    font-size: 17px;
    padding: 1rem 2.5rem;
  margin-top: 1rem;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - CONSULTATION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#call-to-action .bg-1 {
  background: #1c242d;
}

#call-to-action .bg-2 {
  background: #181f26;
}

#call-to-action h2 {
  font-size: 2.1rem;
    line-height: 1.2;
}

#call-to-action p {
  color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
}

#call-to-action #consultation-form input {
    height: 50px;
    border-radius: 0;
    border: 0;
}

#call-to-action #consultation-form input:last-of-type {
  margin: 0.8rem 0 0;
}

#call-to-action .btn-primary {
  height: 47px !important;
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - INDEX
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#index .index-bg {
  background: url(site_images/index-bg-v5.jpg) no-repeat center center;
  background-size: contain;
}

#index .index-content {
    padding: 6rem 6rem 3rem 3rem;
}

#index h1,
#index h2 {
  text-align: center;
}

#index .fab,
#index .fab:active {
  color: #497AB3;
  font-family: "Font Awesome 5 Brands";
  font-size: 30px;
  margin-right: 0.7rem;
}

#index .fab:hover {
  color: #215A9D;
}

#index a {
  font-weight: 600;
}







/* - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   HOME PAGE - SERVICE BOX 1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service-opt-1 .lead {
    margin-bottom: 4rem;
    font-size: 30px;
    line-height: 1.3;
}

#service-opt-1 .card h3 {
    color: #FFF;
    font-size: 24px !important;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   HOME PAGE - SERVICE BOX 2
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service-opt-2 {
    padding: 0;
}

#service-opt-2 .lead {
    font-size: 30px;
    line-height: 1.3;
}

#service-opt-2 h5 a {
    text-transform: none;
}

#service-opt-2 .card-body {
    padding-left: 2rem;
    padding-right: 2rem;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   HOME PAGE - SERVICE BOX 3
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#service-opt-3 {
  position: relative;
    padding: 6rem 0 8rem;
}

#service-opt-3::after {
    background: rgba(0 0 0 / 53%);
    bottom: 0;
    content: '';
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0;
}

#service-opt-3 {
    background-image: url(/site_images/slide3.jpg?v=1.01);
}

#service-opt-3 .lead,
#service-opt-3 .row {
    z-index: 74;
    position: relative;
}

#service-opt-3 .lead {
    max-width: 45ch;
    font-size: 35px;
    line-height: 1.3;
    text-shadow: 3px 3px 12px rgb(0 0 0 / 78%);
    text-transform: none;
}

#service-opt-3 .card-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   HOME PAGE - SERVICE BOXES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#services {
    background: #252d35;
    background-image: url(site_images/industries-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

#service-spy {
  background: rgb(10 183 95 / 76%);
}

#services h2 {
  font-size: 17px;
  line-height: 1.4;
  margin: 0 0 0.7rem;
}

#services .service img {
  margin: 0 0 1rem;
  width: 50px;
}

#services .service .hand-icon {
  width: 57px;
}

#services .service h2 {
  font-weight: 500;
  text-transform: none;
    font-size: 19px;
}

#services p {
  color: rgba(255, 255, 255, 0.71);
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   AFFILIATES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#affiliates {
    padding: 5rem 1.5rem;
}

#affiliates  h3 {
    font-size: 23px;
}

#affiliates .affiliates img {
  margin: 1rem 3rem;
  max-width: 165px;
  filter: none;
  opacity: initial;
}

#affiliates .affiliates .forbes {
    max-width: 140px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer-top {
  background: #11151a;
  padding: 3.5rem .5rem 5rem;
}

#footer-top .align-items-baseline {
  display: flex;
  justify-content: space-between;
}

#footer-top h2 {
    color: #FFF;
    font-size: 1.2rem;
    margin: 0 0 1rem;
}

#footer-top a, #footer-top p {
  color: rgb(255 255 255 / 72%);
  font-size: 14px;
  line-height: 1.8;
}

#footer-top a:hover {
  color: #FFF;
}

#footer-top #footer-social i {
    color: #ffffff;
    font-size: 14px;
    margin-right: 0.4rem;
    background: #202932;
    border-radius: 0;
    padding: 8px 0px 6px 0px;
    width: 31px;
}

#footer-top i {
    color: #4b5c6e;
    font-size: 14px;
    margin-right: 0.5rem;
}

#footer-top .about img {
  max-width: 170px;
}

#footer-top .about p {
    padding-right: 0rem;
}

#footer-social {
    margin-top: 0.6rem;
}

#footer-top #footer-social a:hover i {
    background: #4a4f57;
}

#footer-bottom {
  background: #11151a;
  border-top: 0;
    padding: 2rem 0 1rem;
}

#footer-bottom a,
#footer-bottom p {
  color: rgba(255, 255, 255, 0.54);
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
    font-size: 13px;
}


#footer-bottom a:hover,
#footer-bottom #byf-link a:hover {
  color: #FFF;
}

#footer-top a, #footer-top a:active, #footer-top a:focus, 
#footer-bottom a, #footer-bottom a:active, #footer-bottom a:focus {
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   INNER PAGES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#inner {
  padding: 0;
}

#headline {
    background: #252d35;
    background-image: url(site_images/rev-inner-hdr-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

#headline > .container > h1 {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 65px 0;
}

#inner-content {
    padding: 4rem 35px 8rem 15px;
}

#inner-content a {
  font-weight: 500;
}

#inner-content img {
  width: 270px;
}

#inner-content .verification img {
  width: initial;
}

#inner-content .about hr {
  margin: 2rem 0 2.5rem;
}

#inner-content .lists h3 {
  margin: 1.4rem 0;
    font-weight: 500;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#sidebar {
  padding: 4rem 15px 8rem;
}

#sidebar #heading {
  background: #54B874;
}

#sidebar #heading a {
    background: #202932;
    bottom: -1.15rem;
    color: #FFF;
    left: 50%;
    padding: 15px 20px;
    position: absolute;
    width: 85%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    font-size: 14px;
}

#sidebar #heading a:hover {
  background: #2b3743;
}

#heading h3,
#heading h3 > span {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
}

.sidebar .section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  padding: 3.5rem 1rem 2.75rem;
}

.sidebar .section.meet-your-cpa {
    padding: 5rem 1rem 0rem;
    border: 0;
}

.sidebar .social-media {
    text-align: center;
    padding: 1rem 1rem 2.75rem !important;
    border: 0 !important;
}

.sidebar .section:last-of-type {
    padding-top: 0;
}

.sidebar .phone h3 {
  margin-bottom: 0.7rem;
}

.sidebar .phone a:active,
.sidebar .phone a:focus,
.sidebar .phone a {
  font-size: 1.5rem;
  color: #54B874;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.sidebar .fas {
  color: #026BB7;
  font-size: 20px;
  margin-right: 0.2rem;
  position: relative;
  bottom: 1px;
}

.sidebar h3,
.sidebar h3  > span,
.sidebar .section h3>span {
  color: #000;
  font-size: 1.1rem;
  font-weight: 700;
}

.sidebar .section h3,
.sidebar .section h3>span {
  text-transform: none;
}

#heading p {
  color: rgba(255, 255, 255, 0.78);
}

.meet-your-cpa img {
  margin: 1rem auto;
  width: 220px;
  border-radius: 0%;
}

.meet-your-cpa a.btn-primary, 
.meet-your-cpa a.btn-primary:active, 
.meet-your-cpa a.btn-primary:focus {
  color: #FFF;
  padding: 10px 27px 9px;
}

.sidebar .social-media i {
    background: #252d35;
    color: #FFF;
    border-radius: 0;
    height: 35px;
    width: 35px;
}

.sidebar .social-media a:hover i {
    background: #435363;
}

.fa-twitter,
.fa-facebook-f,
.fa-youtube,
.fa-instagram,
.fa-soundcloud,
.fa-linkedin-in {
    padding: 11px 5px 8px 7px;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   MEDIA QUERIES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media all and (max-width: 1440px) {
  #toolbar .container {
  #header-logo .container {
    max-width: 86%;
  }
}

@media all and (max-width: 1199px) {

}

@media all and (max-width: 991px) {

  #index .index-bg {
    background-position: center;
    padding: 0 0 75.94%
  }
  
}

@media all and (max-width: 768px) {
  #toolbar {
    padding: 1rem;
  }

#index .index-content {
    padding: 6rem 2rem;
}

#call-to-action h2 {
    font-size: 1.6rem;
    line-height: 1.4;
}

#affiliates .affiliates img {
    margin: 1rem;
}

#footer-top .about {
    padding: 0 4rem 2rem 1rem;
  }
}


@media all and (max-width: 665px) {
  #toolbar .row a, #toolbar .row a:not(:last-of-type) {
    width: calc(33% - 2rem);
  }
}

@media all and (max-width: 575px) {

#header-logo .container {
    padding: 0;
}

#header-logo,
#header-logo.fixed-top {
    padding: 18px 15px;
}

.fixed-top .navbar-button {
    top: 0px;
}

  #index .index-content {
    padding: 4rem 2rem;
  }

  #index h1 {
    font-size: 29px;
    margin-bottom: 1.5rem;
  }

  #affiliates .affiliates .forbes {
    max-width: 146px;
  }
}

@media all and (max-width: 480px) {
  #inner-content img:not(#captcha) {
    width: 85%;
  }
}


@media all and (max-width: 425px) {
  #toolbar a>span {
    display: initial;
  }

#toolbar .row a:first-of-type {
    display: none;
}

  #toolbar a>i {
    font-size: 18px;
  }

  #header-logo img {
    position: initial;
    width: 195px;
  }

  #myCarousel .carousel-caption {
    width: initial;
    padding: 1.75rem 1rem 2rem;
  }

  #myCarousel .carousel-caption h2 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  #myCarousel .carousel-caption h2 span {
    font-size: 2rem;
  }

#call-to-action .bg-1,
#call-to-action .bg-2 {
    background: #181f26;
}

#call-to-action .bg-2 {
    top: 39%;
}

#call-to-action .form-column {
    padding: 0rem 1.5rem 0rem;
}

#call-to-action h2 {
    font-size: 1.6rem;
    line-height: 1.5;
}

  #call-to-action .form-column {
    text-align: left;
  }

  #index .animate-left.animated {
    left: auto;
    position: initial;
  }

  #sidebar {
    padding: 0rem 15px 5rem;
  }

  #footer-top .row div[class*='col-'] {
    margin-bottom: 5px;
  }

  #footer-top h2 {
    margin: 1.5rem 0 0.5rem;
  }
}