:root {
--byf-primary: #005351;
--byf-secondary: #1ABA75;

--hcm-font-size: 17px;
--hcm-font-weight: 500; 
--hcm-primary-dark: #012524;
--hcm-body-color: #040404;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
a11y Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#skip-navigation {
background: #fff;
color: #000;
left: 0;
padding: .5em;
position: absolute;
top: -1000px;
transition: all .3s ease;
z-index: 11;
}

a:not(.btn, .nav-link):focus-visible {
   outline: 2px solid var(--byf-primary);
}

:is(#footer-top, #footer-bottom) a:not(.btn, .nav-link):focus-visible {
   outline: 2px solid var(--byf-secondary);
}

:is(.btn-default, .btn-primary, .btn-secondary):focus-visible {
   outline: 2px solid var(--byf-primary) !important;
   outline-offset: 1px;
}

#hc-toggle {
align-items: center;
background: var(--byf-primary);
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;
}

#hc-toggle i {
font-size: 1.75rem;
}

#hc-toggle:is(:hover, :focus, :focus-visible) {
background: #FFF;
border-color: var(--byf-secondary);
color: var(--byf-secondary);
}

.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.hcm :is(#index-section, #content, #sidebar) :is(h1, h2, h3, h4, h5, h6, h2 > a, h3 > a, h4 > a) {
    color: var(--hcm-primary-dark);
    font-weight: 600;
}

.hcm .navbar-inverse {
    background: var(--hcm-primary-dark);
}

.hcm :is(#index-section, #content, #sidebar) :is(p, ul, li) {
    color: var(--hcm-body-color);
    font-weight: 500;
    font-size: var(--hcm-font-size);
}

.hcm :is(#index-section, #content) :is(a, a:active,
a:focus, a:visited) {
    color: var(--hcm-body-color);
    font-size: var(--hcm-font-size);
    font-weight: 600;
    text-decoration: underline;
}

.hcm :is(a, a:active,
a:focus, a:visited) {
   text-decoration: underline;
}

@media (max-width: 767px){
    .sr-only-sm {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}

.hcm :is(#footer-top, #footer-bottom) {
    background-color: var(--hcm-primary-dark);
}

.hcm :is(#footer-top a, #footer-top i) {
    color: #fff;
}

.hcm #footer-top p {
   color: #fff;
}

/*============================
END ADA STYLES
===========================*/

header {
    padding: 0rem;
}

#header-social {
    text-align: right;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
    margin-left: 2rem;
}

#header-social .fab {
    color: #005351;
    font-size: 16px;
    margin-right: 0.6rem;
}

#contactaddress .row {
    margin-bottom: 3rem;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
HEADER - TOOLBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#toolbar {
  background: #F2F2F2;
  overflow: hidden;
  padding: .125rem 0.5rem;
  position: relative;
  z-index: 1;
margin-bottom: 1rem;
}


#toolbar a {
  color: #333;
  display: inline-block;
  font-size: .8125rem;
  padding: .125rem .25rem;
  position: relative;
}


#toolbar .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    padding: 0.2rem;
    flex-wrap: wrap;
}

#toolbar .row a {
    margin: 0 0.4rem;
}

#toolbar .row a:not(:last-of-type)::after {
  background: #CCC;
  bottom: 8px;
  display: block;
  content: '';
  position: absolute;
  right: -1rem;
  top: 8px;
  width: 1px;
}

#toolbar a>i {
  color: #005351;
  margin-right: .5rem;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

#toolbar a:hover,
#toolbar a:hover i {
  color: #182344;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  MISC.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
. disclaimer p {
text-align: center;
 font-size: 12px;
}

#content .benchmarking img {
margin: 0 0 5px;
}

.boast-component .swiper-slide, .boast-component .swiper-slide.swiper-slide-active, .boast-component .swiper-slide.swiper-slide-next {
margin-top: 2px;
}

p, #content p {
    text-align: left;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   CUSTOM CONSULTATION FORM
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - -  */ 
.g-recaptcha { margin: 0 0 15px -15px; }
.form-control {  margin-top: 3px; }
label { margin-bottom: 3px; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  BIOS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.bio {
  margin-bottom: 35px; 
  overflow: auto;
}

.bio img {
  float: left; 
  margin-right: 15px;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - -  */ 
#content p, p {
    line-height: 1.7;
    color: #5a5a5a;
}

#content h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #0a5b52;
  padding: 0px 0px 15px;
  font-size: 28px;
}

#content h2 {
    font-weight: 400;
   font-family: 'Poppins', sans-serif;
    color: #005351;
    line-height: 1.2;
}

#content h3 {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #005351;
    font-size: 22px;
    padding: 15px 0px 10px;
    line-height: 30px;
}

#content h4 {
font-weight: 500;
  font-family: 'Poppins', sans-serif;
    color: #005351;
    font-size: 22px;
    line-height: 30px;
    padding: 0px 0px 10px;
}

#content li {
    font-size: 14px;
}

#content ul li, #content ol li {
    font-size: 15px;
    padding-bottom: 11px;
     line-height: 1.7;
    font-family: 'Poppins', sans-serif;
    color: #5a5a5a;
}

#content .fa {
    margin-right: 10px;
}

#content .fas {
     font-size: 27px;
    margin-right: 10px;
}

ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - 
   HEADER 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - -  */ 
.certified-logo {
margin: 0px auto;
}
.quickbooks-logos {
  padding: 0 15px;
  text-align: center;
}

.quickbooks-logos img {
    display: inline-block;
    margin: 10px 2px;
    vertical-align: middle;
    max-width: 260px;
}

.right-consultation-button, .left-consultation-button, .consultation-hidden {
   background: #1ABA75;
   padding: 10px 20px;
  font-family: 'Poppins', sans-serif;
   font-weight: 400;
}

.right-consultation-button:hover, .left-consultation-button:hover, .consultation-hidden:hover, .phone-link:hover {
    background: #20dc8b;
}

.phone-link-alt:hover {
    color: #20dc8b;
}

.phone-link, .phone-link-alt, .phone-link-hidden {
   color: #1ABA75;
   margin-top: 0px;
  font-family: 'Poppins', sans-serif;
   font-weight: 500;
   font-size: 21px;
}

.header-city, .header-city-hidden {
    font-weight: 400;
    color: #64686b;
  font-family: 'Poppins', sans-serif;
}

.header-right h2 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #354672;
    font-size: 15px;
    text-align: right;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - 
   NAV MENU 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 
.navbar-nav>li>a {
   font-family: 'Poppins', sans-serif;
    padding: 20px 20px;
    font-weight: 400;
    font-size: 15px;
    border-left: 1px solid #959896;
    padding: 20px 18px;
   text-transform: none;
  letter-spacing: .5px;
}

.navbar-nav>li:last-child {
    border-right: 1px solid #959896;
}
.navbar-nav>li:last-child a {
  background: #1ABA75;
}

.dropdown-menu > li > a {
 font-family: 'Poppins', sans-serif;
}

.navbar-inverse {
    background-color: #999999;
    border: medium none;
}
.navbar-inverse {
      background: #005351;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:active, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
  background: #20dc8b;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background: #20dc8b;
}

ul.nav li.dropdown:hover > ul.dropdown-menu li a:hover, .dropdown-menu>li>a:hover {
    background: #20dc8b;
}
.dropdown-menu li a {
    color: #444444;
    font-size: 14px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - 
   NAV - HAMBURGER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - -  */ 
.navbar-inverse .navbar-brand {
  font-family: 'Poppins', sans-serif;
   font-weight: 500;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - 
   CAROUSEL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - -  */ 
.carousel-wrapper {
    margin: 0px auto 0px;
    max-width: none;
    width: 100%;
    margin-bottom: 0;
}

.carousel {
  margin-bottom: 0;
}

.carousel-inner > .item > img {
  min-width: 100%;
  max-height: none;
  margin: 0;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    font-size: 20px;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  BAR UNDER SLIDER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - -  */ 
#first_step {
  background: #4D4D4F;
  margin-top: 0;
  padding: 12px 0;
}

#first_step .text {
  padding-left: 0;
}

#first_step p {
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    line-height: 1.6;
    padding-right: 30px;
    float: right;
    letter-spacing: .5px;
}

#first_step .button {
    margin: 1rem 0 0 0;
}

#first_step .button a {
  background: #1ABA75;
  color: #fff;
  font-family: 'Poppins', sans-serif;
   padding: 8px 20px;
   font-weight: 400;
  font-size: 14px;
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -ms-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
font-family: 'Poppins', sans-serif;
}

#first_step .button a:hover {
  background: #20dc8b;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOME PAGE COPY WIDGET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - -  */ 
#index-section {
    padding: 40px 30px;
}

#index-section h1 {
font-family: 'Poppins', sans-serif;
 font-weight: 600;
 color: #4D4D4F;
 font-size: 32px;
}

#index-section p {
    font-size: 17px;
    line-height: 1.8;
}

#index-section a {
    color: #005351;
}

#index-section a:hover {
    color: #119082;
}
.consult-div, a.free-consultation {
font-family: 'Poppins', sans-serif;
}

.consult-div {
    margin: 0px auto 0px;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOME PAGE - 4 BOXES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - -  */ 
.services-holder {
   background: url(../site_images/brushed.png) repeat;
    border-bottom: 1px solid #1ABA75;
}
.service-column:hover {
    border-top: 10px solid #20dc8b;
    background: #20dc8b;
}
.service-column .service-button {
    background: #1ABA75;
    border-radius: 0px;
    margin-bottom: 65px;
    color: #fff;
    text-transform: none;
    font-weight: 500;
    box-shadow: none;
}

.service-column {
    border-right: 1px solid #fff;
}
.service-column h2 {
    color: #0e4e4c;
   font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
   line-height: 0.3;
}
.service-column p {
  font-weight: 500;
  padding: 0px 10px 0px 10px;
  text-align: center;
 color: #303436;
  line-height: 1.7;
}

.services-holder .fas {
    font-size: 40px;
    margin: 40px 0px 25px;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   TAGLINE WIDGET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - -  */ 
#tagline {
  background: url("/site_images/GettyImages-1487790106-_1___2___1_.webp")  no-repeat center 0;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.tagline-holder {
  padding: 225px 0;
}

#tagline h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 60px;
  text-align: center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - 
   SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 
a.sidebar-button {
   font-weight: 400;
   background: #1ABA75;
   font-size: 14px;
   color: #fff;
   padding: 6px 20px;
font-family: 'Poppins', sans-serif;
  letter-spacing: .5px;
}

a.sidebar-button:hover {
    background: #20dc8b;
}
#sidebar a:hover {
    color: #fff;
}
.sidebar-section p {
    padding: 0px 5rem;
    font-size: 14px;
}
#sidebar h3 {
   font-weight: 500;
  font-family: 'Poppins', sans-serif;
   color: #424040;
   font-size: 18px;
   padding: 25px 0px 0px;
}
.sidebar-section img {
    display: block;
    margin: 8px auto 15px auto;
   width: 170px;
}

#sidebar .fa {
    font-size: 35px;
    color: #878686;
    margin: 10px 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - 
   LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 
a {
    color: #005351;
}
a:hover {
    color: #119082;
}

a:focus {
    color: #444444;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - 
   CONSULTATION FORM PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  -  */ 
.form-group {
    margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.form-control {
    margin-top: 4px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - 
   FORM BUTTONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  -  */ 
.btn {
border-radius: 0px;
}
.btn-default {
    color: #FFF;
    background-color: #1ABA75;
    border-color: #1ABA75;
}
.btn-primary {
    color: #fff;
    background-color: #1ABA75;
    border-color: #1ABA75;
   font-family: 'Poppins', sans-serif;
}

.btn-primary:hover {
    color: #fff;
    background-color: #20dc8b;
    border-color: #20dc8b;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 AFFILIATIONS 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - -  - */
.affiliations-holder img {
margin: 15px 18px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 FOOTER 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - -  - */ 
#footer-top h2 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

#footer-top a, #footer-top p {
  font-size: 14px;
  font-weight: 500;
}

#footer-top p {
  line-height: 1.5;
}

#footer-top a {
  line-height: 2;
}

#footer-top p.footer-site-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

#footer-top a:hover {
    color: #119082;
}

#footer-top, #footer-bottom {
    background-color: #09544c;
}

#footer-top a, #footer-top i {
    color: #b3b3b3;
}

#bottom-menu a:hover {
color: #119082;
}
#footer-bottom {
    text-align: center;
    padding: 30px 10px 20px;
}

.header-icon {
    background: none;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  FOOTER - COPYRIGHT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - */
#copyright a {
    color: #68737b;
}
#copyright a:hover {
    color: #119082;
}

#bottom-menu a {
    font-size: 14px;
}

#copyright p {
    font-size: 14px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - 
   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; 
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   MEDIA QUERY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - -  */
@media (max-width: 1199px) { 
.affiliations-holder img {
    margin: 15px 14px;
}
.navbar-nav>li>a {
    font-size: 16px;
    padding: 20px 15px;
}
}

@media (max-width: 1024px) {
.navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    font-size: 14px;
font-weight: normal;
}
.navbar-nav>li>a {
     padding: 20px 16px;
    font-size: 14px;
}
.quickbooks-logos img {
    max-width: 100%;
}
.navbar-nav>li>a {
     padding: 20px 15px;
    font-size: 14px;
}
}
@media (max-width:991px) {
.navbar-nav>li>a {
     padding: 20px 12px;
    font-size: 14px;
}
#tagline h3 {
    font-size: 42px;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 11px;
    padding: 20px 9px;
}
.affiliations-holder img {
    width: 15%;
}
}
@media (max-width: 768px) {
ul.nav li.dropdown:hover > ul.dropdown-menu li a:hover {
    background: #119082;
}

ul.nav li.dropdown:hover > ul.dropdown-menu li a {
    background: #fff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    text-align: center;
    color: #000;
}
#first_step p {
    font-size: 12px;
    letter-spacing: 0;
}
#first_step .button a {
    font-size: 12px;
}
.navbar-nav>li>a {
   border-left: none;
}
.service-column h2 {
    font-size: 19px;
    line-height: 1.2;
}
#tagline h3 {
    font-size: 30px;
}
.affiliations-holder img {
    width: 15%;
}
.affiliations-holder img {
    margin: 15px 8px;
}
.navbar-nav>li:last-child {
    border-right: none;
}
#index-section h1 {
    font-size: 28px;
}
}
@media (max-width: 480px) {
.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 15px;
    padding: 16px 11px;
}
ul.nav li.dropdown:hover > ul.dropdown-menu li a {
    background: #005351;
    color: #fff;
    line-height: 2;
}

#first_step {
    background: #423f3f;
    margin-top: 0;
    padding: 12px 0 22px;
}
#first_step p {
    font-size: 15px;
   padding: 4px 15px;
  margin-bottom: 10px;
  border-right: none;
}

#first_step .button a {
    padding: 6px 16px;
}

#index-section p {
    font-size: 15px;
    line-height: 1.7;
}
#index-section h1, #content h1 {
    font-size: 26px;
    line-height: 1.2;
}
#index-section {
    padding: 10px 30px;
}
#tagline h3 {
    font-size: 29px;
    line-height: 1.7;
}
.tagline-holder {
    padding: 110px 20px;
}
#tagline {
    background: #119082;
}
.affiliations-holder img {
    width: 40%;
}
#content img {
    display: block;
    float: none !important;
    margin: 0px auto 15px !important;
}
.sidebar-section p {
    padding: 0px 1rem;
}
}




 @media (max-width: 991px) {
    #toolbar .row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
}




​​  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  655 MEDIA QUERY
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  
  @media (max-width: 655px) {
  
    #toolbar {
      text-align: center;
    }
  
    #toolbar .row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    #toolbar .row a,
    #toolbar .row a:not(:last-of-type) {
      margin: 0;
      width: calc(50% - 2rem);
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
    }
  
    #toolbar .row a:not(:last-of-type)::after {
      display: none;
    }
  }
