#toolbar .row .covid-link {
    font-weight: 700;
    font-size: 15px;
    color: #0fce76;
}

#toolbar .row .covid-link:hover {
  color: #FFF;
}

#inner .covid-btn {
  margin-top: 1rem;
}

#inner .covid-btn a {
background: #00b25f;
    border: 0;
    color: #182144;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 0.7rem 1.5rem;
}


/* - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

::-moz-selection {
    background: #333;
    color: #FFF;
}

.form-control:focus {
  border-color: #00b25f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgb(0, 178, 95);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgb(0, 178, 95);
}

#contactForm {
  margin-top: 2rem;
}

#captcha {
  margin-top: 0;
}


#affiliates {
  border-top: 0;
  padding: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-bottom: 0.3rem;
}

p, ul, li {
  color: #091528;
}

a, a:active, a:focus, a:visited, h2>a, h2>a:active, h2>a:focus, h2>a:visited, h3>a, h3>a:active, h3>a:focus, h3>a:visited, h4>a, h4>a:active, h4>a:focus, h4>a:visited, h5>a, h5>a:active, h5>a:focus, h5>a:visited, h6>a, h6>a:active, h6>a:focus, h6>a:visited {
  color: #00b25f;
}

a:hover {
  border-bottom: 0;
  color: #009a52;
}


#index a, #inner a {
  border-bottom: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   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 {
  border: 2px solid rgba(25, 42, 72, 0.63);
  color: #182144;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
}

.btn:hover, .btn-primary:hover {
  background: #00b25f;
  border-color: #00b25f;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   TOPBAR  & LOGO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#toolbar {
  background: #1d3c6f;
  padding: 0.3rem 1rem;
}

#toolbar .row a:not(:last-of-type)::after {
  background: rgba(255, 255, 255, 0.28);
}

#toolbar a {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Muli", sans-serif;
  font-size: 0.8rem;
}

#toolbar a:hover, #toolbar a:hover i {
  color: #00b25f;
}

#toolbar a>i {
  color: rgba(255, 255, 255, 0.79);
}

#header-logo img {
    width: 345px;
}

#header-logo.fixed-top img {
    max-width: 85%;
    min-width: 225px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   NAV MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.navbar .navbar-nav .nav-link {
  color: #1d3c6f;
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 10px;
  text-transform: uppercase;
}

.navbar .navbar-nav .nav-link:hover, 
.navbar .navbar-nav .nav-item.show .nav-link {
  color: #1d3c6f;
}

#navbar-spy {
  background: #009a52;
}

.navbar .navbar-nav .nav-item:last-of-type .nav-link {
  border: 2px solid rgba(25, 42, 72, 0.63);
  border-radius: 0;
  color: #1d3c6f;
  font-weight: 500;
  padding: 10px 25px;
  text-transform: uppercase;
}

.navbar .navbar-nav .nav-item:last-of-type .nav-link:hover {
  background: #009a52;
  border-color: #009a52;
}

.navbar .dropdown-item, .navbar .dropdown-item:active, .navbar .dropdown-item:focus {
  color: #6B6B6B;
  font-size: 14px;
}

.dropdown-menu {
  border: 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;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HERO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#myCarousel .carousel-caption {
  text-align: left;
  width: 640px;
}

#myCarousel .carousel-inner .carousel-item:nth-of-type(1) {
    background-image: url(/site_images/slide-1.jpg);
}

#myCarousel .carousel-inner .carousel-item:nth-of-type(2) {
    background-image: url(/site_images/slide-2.jpg);
}

#myCarousel .carousel-inner .carousel-item:nth-of-type(3) {
    background-image: url(/site_images/slider-3.jpg);
}

#myCarousel .carousel-caption h2 {
  color: #FFF;
  font-size: 5.1rem;
  font-weight: 500;
}

#myCarousel .carousel-caption h2 span {
  background: #1d3c6f;
  font-size: 3.975rem;
}

#myCarousel .btn-primary {
  background: #00b25f;
  border-color: #00b25f;
  border-radius: 0;
  color: #182144;
  font-size: 15px;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
}

#myCarousel .btn-primary:hover {
  background: #00b25f;
  border-color: #00b25f;
}

.carousel-indicators li {
  display: none;
}

.carousel-caption h3 {
    font-size: 2.5rem;
    color: #EEE;
    text-shadow: #333 1px 1px 4px;
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HERO - SERVICE BOXES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#services {
  background: rgba(29, 60, 111, 0.6);
}

#service-spy {
  background: #122e5b;
}

#services .column {
  border-color: rgba(255, 255, 255, 0.22);
}

#services h2 {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
}

#services p {
  color: rgba(255, 255, 255, 0.8);
}

#services .row>div[class*='col-']:not(:nth-of-type(3)) {
    border-right: 1px solid rgba(255, 255, 255, .22);
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOME PAGE - INDEX
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#index h1 {
  font-size: 2rem;
  font-weight: 500;
}

#index h1::after {
  background: #009a52;
}

#index p {
  text-align: justify;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOME PAGE - CONSULTATION CTA
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#call-to-action {
  background: #EFEFEF;
}

#call-to-action h2 {
  color: #333;
  font-size: 2.15rem;
  font-weight: 600;
  line-height: 2.9rem;
  margin: 0 0 2.2rem;
}

#call-to-action h2 span {
  font-size: 2.4rem;
  font-weight: 700;
}

#call-to-action p {
  color: #091528;
}

#call-to-action .disclaimer {
  font-size: 12px;
}

#call-to-action img {
    margin-right: 15px;
    width: 185px;
}

#cta-background {
  background-image: url(site_images/book-callout.jpg);
  background-position: center;
}

#call-to-action .btn-primary {
  background: #00b25f;
  border-color: #00b25f;
  margin: 1rem 0.5rem 1rem 0;
  color: #182144;
  font-size: 15px;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
}

#call-to-action .btn-default {
  border-color: #00b25f;
  color: #182144;
  font-size: 15px;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
}

#call-to-action .btn-primary,
#call-to-action .btn-default {
    border-radius: 0;
}

#call-to-action .btn-primary:hover, 
#call-to-action .btn-default:hover {
  background: #00b25f;
  border: 2px solid #00b25f;
  color: #FFF;
}


/* - - - - - - - - - - - - - - - - -  
   SERVICE BOXES
- - - - - - - - - - - - - - - - - */
#featured-services .featured h2 {
  color: #45454C;
  font-size: 1.3rem;
  font-weight: 500;
}

#featured-services a:hover {
  border-bottom: 0;
}

#featured-services .featured a:hover .btn-primary {
  background: #00b25f;
  border-color: #00b25f;
}

#featured-services .btn-primary {
  border-radius: 0;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOMEPAGE - NEWSLETTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#newsletter {
  background: #003a70;
}

#newsletter h2 {
  color: #00b25f;
  font-size: 1.5rem;
  font-weight: 500;
}

#newsletter p {
    color: rgba(255, 255, 255, 0.81);
}

#newsletter .btn-primary, 
#newsletter .btn-primary:active, 
#newsletter .btn-primary:focus {
  background: #00b25f;
  border: 2px solid #00b25f;
  border-radius: 0;
  color: #182144;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 0.8rem 2rem;
}

#newsletter .btn-primary:hover {
  border-color: #00b25f;
  background: #00b25f;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   INNER PAGES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
h2>a, h2>a:active, h2>a:focus, h2>a:visited {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

#inner-content h1 {
  font-size: 2rem;
  font-weight: 500;
}

#inner-content h2 {
  font-size: 1.5rem;
}

#inner-content h3 {
  color: #4C4C4C !important;
}

#inner-content .fa,
#inner-content .fas {
  color: #00b25f;
  font-size: 19px;
  margin-right: 0.5rem;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sidebar-bg {
  background: #0a2249;
}

#inner-sidebar {
  border-radius: 0;
}

#inner-sidebar {
    background: rgba(29, 60, 111, .5);
}

#inner-sidebar h3>span {
  font-weight: 500;
}

#inner-sidebar img {
  width: 150px;
}

#inner-sidebar .disclaimer {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

#inner-sidebar .form-control {
  border-radius: 2px;
}

#inner-sidebar .sidebar-btn {
  background: #00b25f;
  color: #182144;
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 0.7rem 1.5rem;
}

#inner-sidebar .sidebar-btn:hover {
  background: #00b25f;
  border-color: #00b25f;
  color: #FFF;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer-top {
  background: #1d3c6f;
  border-top: 0;
  padding: 4.5rem .5rem 5rem;
  text-align: left;
}

#footer-top h2 {
  color: rgba(255, 255, 255, 0.81);
}

#footer-top a {
  margin: initial;
  text-align: left;
}

#footer-top a:hover {
  color: #00b25f;
}

#footer-top a, 
#footer-top a:active, 
#footer-top a:focus,
#footer-top p  {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

#footer-social i {
  border: 2px solid rgba(255, 255, 255, 0.37);
  color: rgba(255, 255, 255, 0.75);
}

#footer-social i:hover {
  border-color: #009a52;
}

#footer-bottom {
  background: #122e5b;
  padding: 1.6rem .5rem 0.8rem;
}

#footer-bottom a:hover {
  color: #00b25f;
  font-weight: 600;
}

#footer-menu a,
#footer-bottom a, 
#footer-bottom p {
  color: rgba(255, 255, 255, 0.4);
}


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


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

}

@media all and (max-width: 1024px) {
  #header-logo img {
    width: 360px;
  }

.navbar .navbar-nav .nav-link {
    font-size: 0.9rem;
    padding: 10px 9px;
  }

  #call-to-action h2 {
    font-size: 1.9rem;
  }

  #call-to-action img {
    margin-right: 20px;
    width: 178px;
  }

#call-to-action .btn-primary {
    margin: 0 0.5rem 1rem 0;
}

  #call-to-action .btn-default {
    display: none;
  }

  #services .service {
    padding: calc(-1rem + 5vw) 2rem;
  }

  #myCarousel .carousel-caption {
    left: 3%;
  }

  #featured-services .featured h2 {
    font-size: 1.2rem;
  }
}




@media all and (max-width: 991px) {
  .navbar .navbar-nav .nav-item:last-of-type .nav-link {
    border: 0;
  }
}



@media all and (max-width: 768px) {
  .navbar .navbar-nav .nav-link {
    font-size: 1.4rem;
    padding: 15px 9px;
  }

  .navbar .dropdown-item, .navbar .dropdown-item:active, .navbar .dropdown-item:focus {
    font-size: 17px;
  }

  .dropdown-menu {
    box-shadow: none;
  }

  #myCarousel .carousel-caption h2 {
    margin: 0 0 0.75rem;
  }

  #services .service {
    padding: calc(-1rem + 5vw) 1rem;
  }

  #call-to-action img {
    width: 140px;
  }

  #call-to-action p {
    text-align: left;
  }

  #call-to-action .btn-default {
    display: initial;
  }

  #call-to-action .btn-primary,
  #call-to-action .btn-default {
    float: left;
}

}



@media all and (max-width: 480px) {
  #myCarousel .carousel-caption h2 {
    font-size: 3.5rem;
  }

  #myCarousel .carousel-caption h2 span {
    font-size: 1.4rem;
    margin: 0.6rem 0;
    line-height: 3.25rem;
  }

  #index .index-content {
    padding: 0 1.25rem;
  }

  #footer-top .row div[class*='col-'] {
    padding: 1rem 1.25rem;
  }
}


@media all and (max-width: 425px) {
  #featured-services .featured h2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  #call-to-action h2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  #call-to-action h2 span {
    font-size: 1.8rem;
  }

  #call-to-action img {
    width: 90px;
  }

  #call-to-action p {
    font-size: 17px;
  }

  #call-to-action .disclaimer {
    margin-top: 2rem;
  }

  #newsletter h2 > span {
    display: block;
    padding-top: 0.8rem;
  }
}


@media all and (max-width: 320px) {
  #myCarousel .carousel-caption h2 {
    font-size: 2.6rem;

  #call-to-action h2 span {
    font-size: 1.8rem;
  }
}
