:root {
    --bs-gray: #302E2E;
    --bs-primary: #8c6d2c;
    --bs-secondary: #f69010D;
    --bs-light: #fffaea;
    --bs-dark: #23355f;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
WIDGETS TURNED OFF
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#affiliates {
display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#services img {
    max-height: 40px;
}


#hc-toggle {
    align-items: center;
    background: #243661;
    border: 2px solid #FFF;
    border-radius: .1875rem;
    bottom: 1rem;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), 0 2px 2px rgba(0, 0, 0, .05), 0 4px 4px rgba(0, 0, 0, .05), 0 8px 8px rgba(0, 0, 0, .05), 0 16px 16px rgba(0, 0, 0, .05);
    color: #FFF;
    display: flex;
    font-size: 1.75rem;
    justify-content: center;
    height: 3rem;
    left: 1rem;
    outline: 0;
    position: fixed;
    transition: all .3s ease;
    width: 3rem;
    cursor: pointer;
    z-index: 999;
}

i.fas.fa-universal-access {
    color: #fff;
}

#inner-content .col-sm-4 h2 {
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1.9rem;
        margin-top: 1.3rem;
}

#inner-content .row {
    margin-top: 1.8rem;
}

#inner-content .col-sm-4 img {
    width: 149px;
    height: 190px;
    object-fit: cover;
    object-position: 50% 50%;
}

.bios img {
    max-width: 200px;
    margin-top: 1rem;
}

p.subtext {
    margin-top: 1.5rem;
    font-weight: 800;
    color: #333;
    font-size: 1.3rem;
}

#inner a.btn.btn-primary {
    background-color: #da9724;
}

#pageContent .package .ribbon {
    background-color: #f69010;
    border-radius: 3px;
    color: white;
    padding: 9px 15px;
    width: calc(100% + 30px);
    font-size: 0.95rem;
    position: absolute;
    top: 105px;
    right: -15px;
}

.navbar .navbar-nav .nav-link {
    color: #333;
    font-size: .9rem;
    padding: 10px 10px;
    text-align: center;
}

h1, h2, h3, h4 {
font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 1.7rem;
}

p, a, ul, li {
    font-family: "Montserrat", sans-serif;
   line-height: 1.7rem;
 color: #555;
}

label, .form-control {
font-family: "Montserrat", sans-serif;
}

#index a, #inner a {
    color: #0b6299;
}

#index a:hover, #inner a:hover {
    border-bottom: none;
    color: #14c9e4;
}

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: #0079aa;
font-family: 'Montserrat', sans-serif;
}
a, a:active, a:focus, a:visited {
font-family: 'Montserrat', sans-serif;
 color: #10b5ce;
}

#inner-content .fa, .fas, .far {
color: #10b5ce;
margin-right: 3px;
}

h3 {
    font-size: 1rem;
}

#inner-content .bios .col-sm-4 {
margin-top: 60px;
}



#inner-content .bios h2 {
    margin: 1.25rem 0 .25rem;
margin-top: 1rem;
}

#inner .bio h3 {
    color: #555;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  PRICING PACKAGES TEST
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
 #pageContent .packagetest .ribbon {
    background-color: #f69010;
    border-radius: 3px;
    color: white;
    padding: 9px 15px;
    width: calc(100% + 30px);
    font-size: 0.95rem;
    position: absolute;
    top: 105px;
    right: -15px;
}

.packagetest .ribbon {
    background-color: #10b5ce;
    border-radius: 3px;
    color: white;
    padding: 9px 15px;
    width: calc(100% + 30px);
    font-size: 0.95rem;
    position: absolute;
    top: 124px;
    right: -15px;
}

.packagetest .ribbon::before , .packagetest .ribbon::after  {
    content: "";
    position: absolute;
    border-style: solid;
    border-radius: 3px;
}

.packagetest .ribbon::before {
    bottom: -15px;
    border-width: 8px;
    border-radius: 0;
    left: 0;
    border-color: #107d8e #107d8e transparent transparent;
}

.packagetest .ribbon::after {
    right: 0;
    border-width: 8px;
    border-color: #107d8e transparent transparent #107d8e;
    bottom: -15px;
}

.packagetest .blue {
    margin: -2rem -1.5rem;
    padding: 2rem 2.5rem;
    border-radius: 15px 15px 0 0;
    background: #343f73;
    position: relative;
}

.package .blue :is(h2, p) {
   color: #fff;
}

.packagetest .blue :is(h2, p) {
   color: #fff;
}

.packagetest {
    flex-basis: 40%;
    flex-grow: 2;
    flex-shrink: 0;
    max-width: 250px;
    padding: 2rem 1.5rem;
    text-align: center;
    margin: 0 .875rem 2rem;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 2px 6px rgb(15 27 47 / 33%);
}

p {
    margin-bottom: 1.6rem;
}

 .packagetest h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.75rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid rgb(255 255 255 / 21%);
}

 .packagetest .price {
    font-size: 2rem;
    font-weight: 700;
    padding: 0 0rem;
}

.packagetest .price span {
   font-size: 1.25rem;
   font-weight: 500;
}

.packagetest ul {
    text-align: left;
    padding-left: 1.5rem;
    list-style: none;
    margin: 2rem 0;
}

.packagetest li {
  margin: 0.5rem 0;
  font-size: 1rem;
  text-align: center;
}

.packagetest .fas {
  margin-right: 8px;
}

 .packagetest p {
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
    font-weight: 700;
}

 .packagetest a.btn {
    /* border: 2px solid var(--bs-dark); */
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  PRICING PACKAGES
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.pricing-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.package .ribbon {
    background-color: #10b5ce;
    border-radius: 3px;
    color: white;
    padding: 9px 15px;
    width: calc(100% + 30px);
    font-size: 0.95rem;
    position: absolute;
    top: 124px;
    right: -15px;
}

.package .ribbon::before , .package .ribbon::after  {
    content: "";
    position: absolute;
    border-style: solid;
    border-radius: 3px;
}
.package .ribbon::before {
    bottom: -15px;
    border-width: 8px;
    border-radius: 0;
    left: 0;
    border-color: #107d8e #107d8e transparent transparent;
}

.package .ribbon::after {
    right: 0;
    border-width: 8px;
    border-color: #107d8e transparent transparent #107d8e;
    bottom: -15px;
}


.pricing-subtitle {
    text-align: center;
    padding: 0 5rem;
    margin-bottom: 1rem;
}

.packages {
    padding: 4.5rem 0rem 3rem;
    justify-content: center;
}

.package .blue {
    margin: -2rem -1.5rem;
    padding: 2rem 2.5rem;
    border-radius: 15px 15px 0 0;
    background: var(--bs-dark);
    position: relative;
}

.package .blue :is(h2, p) {
   color: #fff;
}

.package {
    flex-basis: 40%;
    flex-grow: 2;
    flex-shrink: 0;
    max-width: 400px;
    padding: 2rem 1.5rem;
    text-align: center;
    margin: 0 .875rem 2rem;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 2px 6px rgb(15 27 47 / 33%);
}

 .package h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.75rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid rgb(255 255 255 / 21%);
}

 .package .price {
    font-size: 2rem;
    font-weight: 700;
    padding: 0 0rem;
}

 .subtext {
    font-size: 1rem;
    font-weight: 700;
    padding: 3rem 0 0rem;
}

.package .price span {
   font-size: 1.25rem;
   font-weight: 500;
}

.package ul {
    text-align: left;
    padding-left: 1.5rem;
    list-style: none;
    margin: 2rem 0;
}

.package li {
  margin: 0.5rem 0;
  font-size: 1rem;
  text-align: center;
}

.package .fas {
  margin-right: 8px;
}

 .package p {
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
    font-weight: 700;
}

 .package a.btn {
    /* border: 2px solid var(--bs-dark); */
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
BUTTONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#myCarousel .btn-primary {
    background: none;
    border-color: #f69010;
    color: #fff;
  border-radius: 40px;
font-family: 'Montserrat', sans-serif;
}

#myCarousel .btn-primary:hover {
  border-color: #dc8b2d;
    background: #dc8b2d;
}

#call-to-action .btn-primary {
    background: #f69010;
    color: #fff;
    border: #ffb55b;
font-family: 'Montserrat', sans-serif;
  border-radius: 40px;
}
#call-to-action .btn-default {
   border-color: #ffb55b;
  color: #fff;
font-family: 'Montserrat', sans-serif;
 border-radius: 40px;
}

#call-to-action .btn-primary:hover, #call-to-action .btn-default:hover {
    border-color: #dc8b2d;
    background: #dc8b2d;
}

#featured-services .featured h3 {
    color: var(--byf-secondary-dark);
    font-size: 1.35rem;
    margin: 0 0 1.4rem;
    font-weight: 400;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    margin-top: 0rem;
}


#featured-services >h2 {
  color: #061644;
  display: block;
  font-size: 2rem;
}
#featured-services .featured a:hover .btn-primary {
   border-color: #da9724;
    background: #E49D22;
}
#featured-services .btn-primary {
font-family: 'Montserrat', sans-serif;
border-radius: 40px;
color: #555;
}

#newsletter .btn-primary, #newsletter .btn-primary:active, #newsletter .btn-primary:focus {
    border: 2px solid #f69010;
    color: #fff;
    background: #f69010;
 font-family: 'Montserrat', sans-serif;
   border-radius: 40px;
}

#newsletter .btn-primary:hover {
  border-color: #dc8b2d;
  background: #dc8b2d;
}

#inner-sidebar .sidebar-btn {
    background: #f69010;
   color: #fff;
   border-radius: 40px;
 font-family: 'Montserrat', sans-serif;
border: 2px solid #f69010;
}
#inner-sidebar .sidebar-btn:hover {
    background: #dc8b2d;
   color: #fff;
}

.btn-default, .btn-default:active, .btn-default:focus, .btn-default:active:focus .btn-default:not(:disabled):not(.disabled):active:focus {
        border-color: #E49D22;
        color: #E49D22 ;
}
.btn-default:hover {
    border-color: #dc8b2d;
     background: #dc8b2d;
}

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-color: #da9724;
     color: #E49D22;
     border-radius: 40px;
  font-family: 'Montserrat', sans-serif;
}

.btn:hover, .btn-primary:hover {
      border-color: #f69010;
     background: #f69010;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#inner-content h1 {
    font-size: 2rem;
    font-weight: 600;
}

#inner-content h2 {
    color: #22328a;
    font-weight: 500;
}

.sidebar-bg {
    background-image: none;
    background: #10b5ce;
}

 #inner-sidebar {
   background: rgba(35, 53, 95, 1);
    border-radius: 40px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
HEADER + NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#toolbar {
   background: #fff;
    padding: .4rem 1rem;
    border-bottom: solid 1px #eee;
}
  
#toolbar a>i {
    color: #273f88;
}

#toolbar a {
    color: #000;
}

#toolbar .row a {
 font-family: 'Montserrat', sans-serif;
    font-size: 13px;
   font-weight: 600;
    color: #333;
}

#toolbar p {
  color: #eee;
  line-height: 2rem;
  margin-bottom: 0px;
  margin-right: 45px;
}

#toolbar a:hover, #toolbar a:hover i {
    color: #0079aa;
}

#header-logo {
    padding: 25px 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;
}

#header-logo img {
    width: 420px;
    padding-right: 10px;
}

#header-logo.fixed-top img {
  min-width: 265px;
    margin: 10px 0;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-item.show .nav-link {
    color: #f69010;
}

#navbar-spy {
  background: #f69010;
}

.navbar .navbar-nav .nav-item:last-of-type .nav-link {
    border: 2px solid #ffb55b;
    color: #fff;
    background: #f69010;
    padding: 7px 15px 5px;
    border-radius: 40px;
   font-family: 'Montserrat', sans-serif;
   font-weight: 300;
}

.navbar .navbar-nav .nav-item:last-of-type .nav-link:hover {
  border-color: #dc8b2d;
    background: #dc8b2d;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CAROUSEL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#services .column {
  border-color: rgba(255, 255, 255, .22);
}

#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);
}

#services {
background: rgba(35, 53, 95, 0.85);
}

#services img {
    width: 50px;
    margin: 0 auto .7rem;
}

#services h2 {
    margin: 0 0 .5rem;
   font-weight: 300;
}
#services p {
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    font-weight: 300;
    font-size: 15px;
   margin-bottom: 10px;
} 

#services .service {
    padding: calc(-3.75rem + 5vw) 2rem;
}

#service-spy {
  background: #dc8b2d;
}

#myCarousel .carousel-caption h2 {
    color: #fff;
    font-size: 3rem;
   font-weight: 300;
  text-shadow: 3px 0 7px rgba(0,0,0,.3);
}

#myCarousel .carousel-caption h2 span {
    background: rgba(16, 181, 206, 1);
    padding: .25rem 1.5rem .5rem;
    font-weight: 300;
    font-size: 2.5rem;
    letter-spacing: 2px;
  border-radius: 40px;
}

#myCarousel .overlay {
    background: rgb(24 33 68 / 40%);
}

#myCarousel .carousel-inner .carousel-item:nth-of-type(1) {
    background-image: url(/site_images/famoffice-1.webp);
}

#myCarousel .carousel-inner .carousel-item:nth-of-type(2) {
    background-image: url(/site_images/heyerwealth-1.webp);
}

#myCarousel .carousel-inner .carousel-item:nth-of-type(3) {
    background-image: url(/site_images/GettyImages-1729797005-1.webp);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
HOME PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
 

#index h1::after {
    background: #f69010;
}
#index h1 {
    font-size: 30px;
  color: #333;
}
#index p {
text-align: justify;
font-size: 1rem;
}

#index img {
    width: 100px;
    margin: 0 0 20px 25px;
}

#index {
    padding: 4rem 0 4rem;
    background-color: #fff;
}

#affiliates .affiliates img {
    margin: 20px 15px;
}
#affiliates {
    background: #fff;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CONSULTATION BOX
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#call-to-action img {
margin-right: 30px;
}

#call-to-action h2 {
    color: #fff;
  font-weight: 300;
}

#call-to-action p {
    color: #fff;
    margin: 0 0 .75rem;
    font-weight: 300;
   font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}



#call-to-action .col-lg-6 {
    background: #243661;
}

#cta-background {
    background-image: url(site_images/medmcp-home1-01.webp);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LOWER SERVICE BOXES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#featured-services .featured h2 {
    color: #333;
    font-size: 1.25rem;
    margin: 0 0 1.5rem;
}

#featured-services p {
    margin-bottom: .5rem;
}

#featured-services {
    padding: 2rem 0 2rem;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NEWSLETTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#newsletter {
    background: #243661;
}
#newsletter h2 {
    color: #fdc665;
    font-weight: 400;
}

#newsletter p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer-top {
    background: #fff;
    border-top: 1px solid #eee;
}

#footer-bottom {
    background: #363636;
}

#footer-bottom2 {
    background: #2a3d69;
}

#footer-bottom2 {
    overflow: hidden;
    padding: 1.625rem .5rem 0.3rem;
    text-align: center;
}

#footer-bottom2 p {
    color: #fff;
    font-weight: 400;
}

#footer-top h2, #footer-top a, #footer-top p {
    color: #212121;
}
#footer-bottom a {
    color: #eee;
}

#footer-bottom2 a {
    color: #eee;
     text-decoration: underline;
}

#footer-top a:hover {
    color: #112c80;
}

#footer-social i {
    color: #afb4b6;
    background: #f3f5f7;
    border: 1px solid #e8edf3;
  box-shadow: 1px 2px 3px 0 rgba(0,0,0,.2);
  border-radius: 40px;
}
#footer-bottom a, #footer-bottom p {
    color: #eee;
}

#footer-bottom a:hover {
    color: #fff;
}

#footer-bottom2 a:hover {
    color: #fff;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MEDIA QUERIES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



@media (max-width:1440px) {
#services .service {
    padding: calc(-2.5rem + 5vw) 2rem;
    text-align: center;
}
}
@media (max-width:1199px) {
#services .service {
    padding: calc(-1rem + 5vw) 2rem;
    text-align: center;
}
}
@media (max-width: 768px) {
#toolbar p {
    margin-right: 0px;
}
#myCarousel .carousel-caption h2 {
    font-size: 3rem;
}

#myCarousel .carousel-caption h2 span {
    font-size: 2.5rem;
}
#toolbar .row a {
    font-size: 13px;
}
}
@media (max-width: 480px) {
#header-logo img {
    width: 200px;
}
.navbar .navbar-nav .nav-link, .navbar .dropdown-item {
    font-size: 1rem;
}
.navbar .dropdown-item, .navbar .dropdown-item:active, .navbar .dropdown-item:focus {
    padding: .5rem 1rem;
}
#myCarousel {
display: none;
}



.navbar .navbar-nav .nav-link {
    font-size: 1rem;
}
#services .service {
    padding: calc(0rem + 5vw) 2rem;
}
#services {
    padding: 1rem .125rem;
}

#footer-top a, #footer-bottom a, #footer-top p {
    padding: 0 0 12px;
}
#footer-top .row div[class*='col-'] {
    padding: 0 1.25rem 1.25rem;
}
#footer-top {
    padding: 3.5rem .5rem .5rem;
}
#index h1 {
    line-height: 1.25;
}
#index {
    padding: 0px;
}
#call-to-action img {
    margin: 0px auto 15px !important;
    float: none !important;
    display: block;
}
}