/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - 
   WIDGETS TURNED OFF
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 
#testimonials {
  border-top: 0;
  padding: 0;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - 
   TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 
h1, h2, h3, h4, h2 > a, h3 > a, #topbar a.phone-link,
#myCarousel .carousel-caption h2 span:nth-of-type(2),
#index-section h1 .first-word, #interior h2, #interior h3 {
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
#index-section h1 .first-word {
    top: 0;
}

#interior h3 {
    margin-bottom: 8px;
}

p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin: 1.5rem 0 0.1rem;
}

p, ul, li {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #555;
}

li {
  line-height: 2;
}

a, a:active, a:focus, a:visited, 
h2>a, h3>a {
  color: #a72e85;
  font-weight: 600;
}

a:hover {
  color: #d42fa6;
}

#index-section a:not([class*='btn']) {
  color: #C70239;
  font-weight: 600;
}

#index-section a:not([class*='btn']):hover {
    color: #DA3261;
}

strong {
    font-weight: 600;
}

#cta h2::after {
  background: #b6e6f6;
}

#split-ribbon-1 .text::before, #split-ribbon-2 .text::before {
    background: #b6e6f6;
}

#interior h1::after {
    background: #b6e6f6;
}


/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - 
   BUTTONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 
.btn, 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, a.btn-primary, a.btn-primary:active, a.btn-primary:focus, a.btn-primary:active:focus, .btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, a.btn-secondary, a.btn-secondary:active, a.btn-secondary:focus, a.btn-secondary:active:focus, .btn-secondary, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus, .btn-default, .btn-default:active, .btn-default:focus, .btn-default:active:focus, .btn-default:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background: #262d61;
  color: #FFF;
  font-weight: 500;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);
}

.btn:hover, .btn-primary:hover, .btn-default:hover, a.btn:hover, a.btn-primary:hover, a.btn-default:hover {
background: #a0306f;
}

a.btn-secondary, .btn-secondary, a.btn-secondary:active, .btn-secondary:active, a.btn-secondary:focus, .btn-secondary:focus {
    border-color: #e62e96;
}

a.btn-secondary:hover, .btn-secondary:hover {
  background: #a0306f;
  border-color: #a0306f;
}

#services .service-consultation .btn-primary {
    background: #a0306f;
}

#newsletter .btn-primary {
    background: #a0306f;
}

#newsletter .btn-primary:hover  { 
  background: #c13e88;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - 
   HEADER TOPBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 
#topbar a.phone-link {
  color: #403B38;
  font-size: 21px;
}

#topbar a.phone-link:hover {
    color: #027DC1;
}

#topbar .fas {
    margin-right: 8px;
    font-size: 21px;
    color: #AF5B7B;
}

#topbar a.sm-link {
  background: #818386;
  border-radius: 0;
  font-weight: 500;
}

#topbar a.sm-link:hover {
    background: #0098D7;
}


/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - 
   NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 
.navbar-brand {
    top: -3.8rem;
}

.navbar-brand img {
  max-width: 355px;
  padding: 0 1.5rem 1.3rem;
}

header.fixed .navbar-brand img {
  max-width: 300px;
}

.navbar .navbar-nav .nav-link, .navbar .navbar-nav .nav-link:active, .navbar .navbar-nav .nav-link:focus {
  text-shadow: 2px 2px 3px rgba(0,0,0,.2);
  font-weight: 400;
  padding: .675rem 1rem;
  font-size: 17px;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-item.show .nav-link, header.fixed #nav-menu .navbar .navbar-nav .nav-link:hover, header.fixed #nav-menu .navbar .navbar-nav .nav-link:active:hover, header.fixed #nav-menu .navbar .navbar-nav .nav-link:focus:hover {
  color: #73d0f7;
}

header.fixed #nav-menu .navbar .navbar-nav .nav-link, header.fixed #nav-menu .navbar .navbar-nav .nav-link:active, header.fixed #nav-menu .navbar .navbar-nav .nav-link:focus {
  color: #1F0B18;
  text-shadow: none;
 font-family: 'Montserrat', sans-serif;
font-size: 17px;
}

.navbar .dropdown-item, 
.navbar .dropdown-item:active, 
.navbar .dropdown-item:focus {
  font-size: 15px;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - 
   CAROUSEL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 
#myCarousel .carousel-item .carousel-caption {
    background: linear-gradient(45deg, rgb(3 161 194) 0%,rgb(92 183 220) 100%);
    padding: 4rem 5rem;
    left: 9%;
    max-width: 750px;
}

#myCarousel .carousel-control-next, 
#myCarousel .carousel-control-prev {
  color: rgba(255, 255, 255, 0.75);
}

#myCarousel .carousel-control-next:hover, #myCarousel .carousel-control-prev:hover {
  color: #FFF;
}

#myCarousel .carousel-caption .slash {
  color: rgba(255, 255, 255, 0.45);
}

#myCarousel .carousel-item:nth-of-type(1) {
    background-image: url(site_images/bldg1.jpg);
}

#myCarousel .carousel-item:nth-of-type(2) {
    background-image: url(site_images/franklin2.jpg);
}

#myCarousel .carousel-item:nth-of-type(3) {
    background-image: url(site_images/franklin1.jpg);
}


/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - 
   CAROUSEL - TAGLINES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 
#myCarousel .carousel-caption h2 span:nth-of-type(2) {
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.5;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - 
   HOME PAGE - INDEX
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#index-section h1 {
  color: #403B38;
  font-size: 1.7rem;
  padding-bottom: 0.8rem;
  font-weight: 500;
}

#index-section h1::after {
  background: #808184;
  left: initial;
  width: 0;
}

#index-section p {
    color: #555;
}

#index-section #index-buttons {
  padding-left: 0;
}

#index-buttons .btn-secondary {
  background: transparent !important;
  color: #313552;
}

#index-buttons .btn-secondary:hover {
    background: #a0306f !important;
    color: #FFF;
    border-color: #a0306f;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - 
   HOME PAGE - RESOURCES TOOLBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#resources {
  background: #1e2352;
}

#resources a {
  color: rgba(255, 255, 255, 0.83);
  font-size: 18px;
  font-weight: 400;
}

#resources a:hover {
  color: #FFF;
}

#resources a > i {
  color: #b9e7f7;
}

#resources a:hover i {
  color: #FFF;
}

#resources a:not(:first-of-type) {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}


#resources .covid {
  color:#FF4F4F;
}



/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - 
   HOME PAGE - HORIZ SERVICE BOXES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#services {
    background: #1da7ca;
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: auto;
}

#services img {
  width: 40px;
  margin-bottom: 1rem;
}

#services .service .icon2 {
  margin-bottom: 5px;
  width: 53px;
}

#services h2 {
  font-size: 19px;
}

#services h2 > span {
  font-weight: 500;
  line-height: 1.4;
}

#services p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
}

#services .column:nth-of-type(1).animated {
    background: #11b8da;
}

#services .column:nth-of-type(2).animated {
    background: #04acce;
}

#services .column:nth-of-type(3).animated {
    background: #029abb;
}

#services a:hover .service {
  background: #8a256e;
}


#services .service-consultation h2 {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 1.25rem;
  letter-spacing: 1px;
}

#services .service-consultation p {
  font-weight: 400;
}

#services .service-consultation:hover .btn-primary { 
  background: #c13e88;
}

#services .service-consultation .btn-primary {
    font-size: 1.25rem;
  background: #a0306f;
    padding: 1rem;
    pointer-events: none;
}




/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - 
   HOME PAGE - SPLIT RIBBONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#split-ribbon-1 .split-bg {
    background-image: url(site_images/homebox1.jpg);
}

#split-ribbon-2 .split-bg {
    background-image: url(site_images/homebox2.jpg);
}

#split-ribbon-1 .text h2, 
#split-ribbon-2 .text h2 {
  color: #403B38;
  font-weight: 500;
}

#split-ribbon-1 .text p, 
#split-ribbon-2 .text p {
    color: #555;
}

#split-ribbon-1 .text p {
  padding-right: 3rem;
}

#split-ribbon-2 .text p {
  padding-left: 4rem;
}



/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - 
   HOME PAGE - NEWSLETTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#newsletter {
  background: linear-gradient(45deg, rgb(106 210 251) 0%,rgb(36 44 91) 100%);
}

#newsletter h2 {
  font-weight: 500;
}



/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - 
   INNER PAGES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 

#interior-hero {
    background-image: url(site_images/top6.jpg);
}

#interior h1 {
  color: #545454;
  font-size: 26px;
}

#interior h2 {
  color: #545454;
  font-size: 22px;
  line-height: 1.4;
}

#interior .lists {
  margin-top: 1.5rem;
}

#interior .lista h2 {
  font-size: 19px;
}

#interior .lists ul {
  margin-bottom: 25px;
}

#interior .lists li {
  font-size: 15px;
}


#interior .disclaimer {
  font-size: 14px;
  padding-top: 1rem;
}


#interior .about h3 {
  font-size: 24px;
  margin: 1rem 1rem 1.5rem;
}

#interior .about .bio {
    margin: 1rem 3rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#interior .about img {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}

#interior a:hover img {
  transform: scale(1.05,1.05);
}

#interior .about p:first-of-type {
  color: #1F0B18;
  font-size: 16px;
  font-weight: 500;  
  margin: 10px 0 0;
}

#interior .bio-copy p {
  color: #3D434A;
  text-align: left;
}




/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - 
   INNER PAGES - SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 
#sidebar .sidebar {
    border: 2px solid #b5e8fb;
  border-radius: 0.1rem;
}

#sidebar .sidebar::before {
  background: rgb(151 218 236 / 18%);
}

#sidebar .sidebar span {
  color: #e01f8c;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 0.5rem;
  text-transform: none;
}

#sidebar h2 {
  color: #383636;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

#sidebar .btn-primary {
  padding: 1.4rem 2rem;
  letter-spacing: 0;
}



/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - 
   FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 
#cta {
    background-image: url(site_images/footer-bkgnd.jpg);
}

#cta .overlay {
  background: rgb(64 64 64 / 70%);
}

#cta .box {
  background: rgba(255, 255, 255, 0.95);
}

#cta h2 {
  color: #403b38;
  font-weight: 500;
}

#cta .d-flex i {
  color: #0dadd8;
}

#cta .d-flex a, 
#cta .d-flex p {
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

#cta .d-flex a:hover {
  color: #C70239;
}

footer {
  background: #191d46;
}

#cta .box .d-flex:first-of-type {
  margin-bottom: 0;
}

footer #footer-nav a:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

footer p,
#footer-nav a {
  color: rgba(255, 255, 255, 0.6);
}

footer a:hover {
  color: #FFF;
}

footer #footer-nav a {
  font-weight: 500;
}


/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - 
   MEDIA QUERIES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 
@media (max-width: 1024px) {
.navbar .navbar-nav .nav-link, .navbar .navbar-nav .nav-link:active, .navbar .navbar-nav .nav-link:focus {
    padding: .675rem .5rem;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #topbar {
    padding: 1.5rem 1rem;
  }

  .navbar-brand {
    top: -4.8rem;
  }

  .navbar-brand img {
    max-width: 235px;
  }

  .navbar .dropdown-item, 
  .navbar .dropdown-item:active, 
  .navbar .dropdown-item:focus {
    font-size: 17px;
    color: #6D6D6D;
  }

  #myCarousel .carousel-item .carousel-caption {
    padding: 5rem 5rem 3.5rem;
    left: 50%;
    max-width: 100%;
  }

  #resources a, #resources a:not(:first-of-type) {
    border: 0;
    text-align: center;
    width: calc(25% - 1rem);
  }

  .navbar .navbar-nav .nav-link, .navbar .navbar-nav .nav-link:active, .navbar .navbar-nav .nav-link:focus {
    text-shadow: none;
    font-size: 18px;
    font-weight: 500;
  }

  #interior-hero {
    top: initial;
  }
}


@media (max-width: 575px) {
  #topbar {
    padding: 1.5rem 1rem 0rem;
  }

  #myCarousel .carousel-caption h2 span:nth-of-type(1) {
    line-height: 1.4;
    letter-spacing: 2px;
  }

  #myCarousel .carousel-item .carousel-caption {
    padding: 5rem 1.5rem 3.5rem;
  }

  #myCarousel .carousel-item:nth-of-type(3) {
    background-position: right;
  }

  #split-ribbon-1 .text h2, #split-ribbon-2 .text h2 {
    font-size: 1.8rem;
  }

  #split-ribbon-1 .text p {
    padding-right: 0rem;
  }

  #split-ribbon-2 .text p {
    padding-left: 0rem;
  }

  #sidebar .btn-primary {
    padding: 1.4rem 1.4rem;
  }
}

@media (max-width: 480px) {
  #topbar a.phone-link {
    font-size: 20px;
}

  .navbar-brand {
    top: initial;
  }

  .navbar-brand img {
    padding: 0 0 0.5rem;
    max-width: 225px;
  }

#myCarousel .carousel-caption h2 span:nth-of-type(2) {
    font-size: 33px;
}

  #resources a, #resources a:not(:first-of-type) {
    width: calc(100% - 1rem);
  }

  #interior-hero {
    background-image: none;
    height: 0;
  }

  #interior {
    padding: 3rem .5rem;
  }
}